[Python-Dev] [Python-3000] Fwd: 2.6 and 3.0 project management
"Martin v. Lwis"
martin at v.loewis.de
Sun Mar 16 17:54:26 CET 2008
> Not quite. Items don't automatically end up on a hot list; they must
> explicitly be put on one. I'm not sure how you'd simulate this via
> saved searches. Maybe a combination of a custom keyword *and* a saved
> search would help. However this doesn't scale so well, because
> keywords show up in everybody's UI. Hot lists are only visible to
> users who care to subscribe to them.
It would be relatively easy to implement this directly in roundup.
IIUC, there should be a hotlist object, and either
a) an issue has a multilink to multiple hotlists, or
b) a hotlist has a multilink to multiple issues.
I cannot envision the "add to hotlist" user interface, though.
It should be possible to add an issue to a hotlist from the issue's
page, right? So would a comma-separated list be reasonable? (with
a popup menu to checkmark hotlists)
Regards,
Martin
More information about the Python-Dev
mailing list