Closed
Bug 928293
Opened 12 years ago
Closed 12 years ago
Add number of current reviews in queue on user profile
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rik, Assigned: glob)
Details
Attachments
(1 file)
|
4.55 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
It would be useful to redirect a review if someone is overloaded.
nice idea, however the user profile shows pre-calculated data only (generated nightly), so i don't think that's the right place for this.
instead we could add an entry to the user's context menu which takes you to "my requests" filtering for review requests.
Component: Extensions: UserProfile → General
Summary: Add number of current reviews in queue on user profile → Add a link to the user's requests to the user context menu
| Reporter | ||
Comment 2•12 years ago
|
||
The user context menu is not really convenient. That means you have to find a bug where the person has interacted first. I'd rather have a link to "my requests" from the user profile.
Also, I don't see why the user profile could not include both pre-calculated data and live-ish data.
i've been giving this request some thought, and you're right .. the user profile is totally a better place for this information.
Assignee: nobody → glob
Component: General → Extensions: UserProfile
Summary: Add a link to the user's requests to the user context menu → Add number of current reviews in queue on user profile
this shows a "review queue" section for anyone with current review/feedback/needinfo flags, or anyone who has ever reviewed a patch.
Attachment #8345727 -
Flags: review?(dkl)
Comment 6•12 years ago
|
||
Comment on attachment 8345727 [details] [diff] [review]
928293_1.patch
Review of attachment 8345727 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
::: extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
@@ +241,5 @@
> </tr>
>
> <tr>
> + <td colspan="3">
> + <div id="what">
nit: Add some padding above this as it is now too close to "Activity by product"
Attachment #8345727 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
modified extensions/UserProfile/web/styles/user_profile.css
Committed revision 9181.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: UserProfile → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•