Open Bug 286843 Opened 20 years ago Updated 16 years ago

A way to see how many flags are requested from every user

Categories

(Bugzilla :: Attachments & Requests, enhancement, P4)

2.19.2
enhancement

Tracking

()

People

(Reporter: mkanat, Unassigned)

Details

It would be nice to have a page that showed how "busy" each user was, with
respect to flags. It could probably be an extension of request.cgi, or be called
requestcount.cgi. It could also be a special form of Report, perhaps.

I think it would actually be pretty easy to code. Here's my idea for UI:

-----------------------------------------------------------
User              | Flags                                 |
-----------------------------------------------------------
user1@domain.com  | review       | 30  | super-review | 5 |
-----------------------------------------------------------
user2@domain.com  | super-review | 10  |              |   |
-----------------------------------------------------------

It wouldn't work too well if one user had about 30 different request flags on
them, but we could do a sort of "linebreak" thing and put, say, the first ten
flags on one line, the second ten on another, etc.

At the bottom there would be a list of flags requested from nobody, since that
list would be the longest.

Even if we don't do this in Bugzilla proper, it would be a really useful b.m.o
enhancement.
And ideally it should have similar boxes as the top of request.cgi has, that
could limit the search.
Priority: -- → P4
You need to log in before you can comment on or make changes to this bug.