[Tracker-discuss] [issue373] Add 'module' field to tracker

Stephen Turnbull metatracker at psf.upfronthosting.co.za
Fri Apr 22 17:06:05 CEST 2011


Stephen Turnbull <stephen at xemacs.org> added the comment:

R David Murray writes:

 > Having a way for non-commiters to indicate to everyone

In XEmacs's Roundup we allow any user to assign themselves an
"assignable" Role (which is misnamed "Developer").  All this does is
add them to the list that pops up for "Assigned-To" (there is also an
assign-to-me option there which allows anybody to assign an issue to
themselves, whether they have the Developer Role or not).

This was trivial.  A couple lines to create the Role in schema.py, and
a couple lines in the issue template to filter in Reviewers and
Developers in the Assign-To menu.

 > (but especially triagers) that they are interested in helping with
 > a given module would be a nice feature.

Limiting a user's offer to a given module would be more effort to
implement, but shouldn't be too hard.  Probably the code would be very
similar to the auto-nosy that some maintainers have for modules they
maintain.

----------
nosy: +stephen

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue373>
_______________________________________________________


More information about the Tracker-discuss mailing list