BMO/UserProfiles: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 10: Line 10:
--------------------------------------------------
--------------------------------------------------
* URL: http://bugzilla.mozilla.org/userprofile.cgi?login=lhenry@mozilla.com   
* URL: http://bugzilla.mozilla.org/userprofile.cgi?login=lhenry@mozilla.com   


* Name: lizzard
* Name: lizzard
* Login: lhenry@mozilla.com
* Login: lhenry@mozilla.com
* Mozillians.org profile: [link ] (Needs some complexity to implement)
* Mozillians.org profile: [link ]
 
 


* Last activity:          2013-03-26   
* Last activity:          2013-03-26   
Line 27: Line 24:
* Assigned to:        1
* Assigned to:        1
* Bugs poked:          155   
* Bugs poked:          155   


* RESOLVED (20), INVALID (3), FIXED (5), VERIFIED (5)
* RESOLVED (20), INVALID (3), FIXED (5), VERIFIED (5)
 


Bugzilla activity in:
Bugzilla activity in:


Core(2), Firefox(5), FirefoxOS(0), Firefox for Android(1), Firefox for Metro(0), Toolkit(1), Marketplace(1), Thunderbird(1), SeaMonkey(1), Mozilla Localizations(3), Mozilla Services(1), Other Products(10)
Core(2), Firefox(5), FirefoxOS(0), Firefox for Android(1), Firefox for Metro(0), Toolkit(1), Marketplace(1), Thunderbird(1), SeaMonkey(1), Mozilla Localizations(3), Mozilla Services(1), Other Products(10)


-------------------------
-------------------------
Line 44: Line 38:
* The number should link to a bugzilla query.
* The number should link to a bugzilla query.
* The field names  should each have a tooltip short description. Each field name could also either be links themselves, or could have a "more info" long description which might be either an explanation or a link to an external page. (In this case probably a WMO page.)
* The field names  should each have a tooltip short description. Each field name could also either be links themselves, or could have a "more info" long description which might be either an explanation or a link to an external page. (In this case probably a WMO page.)
** the pages will have to be able to be hosted by Bugzilla if the work is going upstream.
* The Mozillians link is simply a link to the user-provided Mozillians profile page.  There will be no API level integration.


=== Questions ===
=== Questions ===
Line 50: Line 44:
* Should we give a different stat for patches reviewed + accepted?  
* Should we give a different stat for patches reviewed + accepted?  
* Bugs assigned would be all of them ever for this user, not just open ones. Would only the current assignee "count"? If the assignee changes, do they both increment?)
* Bugs assigned would be all of them ever for this user, not just open ones. Would only the current assignee "count"? If the assignee changes, do they both increment?)
* We can show a link to a Mozillians profile by checking the email address against the Mozillians API. However, Mozillian profiles are only visible to vouched Mozillians. So, to display the link, we would need to know which Bugzilla users are vouched Mozillians, and not show the link to others. Would that mess up performance?
** right now automatically linking from bmo to mozillians isn't viable as mozillians only allows for a single email address, and many people use different accounts on bmo vs mozillians.
** it would be much simpler to add a 'mozillians user' field to the user, add it to the account profile tab, and show that link if it's populated.  i don't think we need to validate that field in the first revision.


=== Strings ===
=== Strings ===
Line 67: Line 58:


The date and time a user last reported, changed or commented on a bug in bugzilla.  Link to user activity report for the last 30 days.  
The date and time a user last reported, changed or commented on a bug in bugzilla.  Link to user activity report for the last 30 days.  
** select bug_when from longdescs bugs_activity where who=(SELECT userid FROM profiles WHERE login_name='lhenry@mozilla.com') order by bug_when desc limit 1;
** Figure out how to pull in the date and have a -1m query for the link to user activity.


'''Bugs filed'''
'''Bugs filed'''
Confirmed users
1,201

edits

Navigation menu