Closed
Bug 857097
Opened 13 years ago
Closed 13 years ago
[AP] Add user filter to show users with public profiles
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
2013-04-18
People
(Reporter: williamr, Assigned: giorgos)
References
()
Details
User story:
As an administrator, I want to filter users with or without public profiles, so that I can monitor who and how many people are using the feature.
Filter UI:
By has public profile
- All
- Yes
- No
Acceptance criteria:
- When a user makes their profile public, that user will appear when this filter is set to 'All' or 'Yes'
- When a user does not have a profile public, that user will appear when this filter is set to 'All' or 'No'
Comment 1•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/01eef579552f80ba212fa4ea56e6783dc3683cc6
[fix bug 857097] Admin Panel Public Profiles Filter.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → 2013-04-04
Comment 2•13 years ago
|
||
QA verified on stage - /admin/auth/user/ - the user list is filterable for public, non-public, and all profiles.
Verified the result count add up correctly: public + non-public = All
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 3•13 years ago
|
||
I get a 'time out' error on production. Probably the query takes too long.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → giorgos
Comment 4•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/f6960055a6cfbaeaf72254418807d83e5401870c
[fix bug 857097] Admin filter of public profiles with simpler query.
https://github.com/mozilla/mozillians/commit/d399441cd1b4f7d5a4d8ee6425f527c4ada720f6
Merge pull request #453 from glogiotatidis/public-profiles-admin-filter
[fix bug 857097] Admin filter of public profiles with simpler query.
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: 2013-04-04 → 2013-04-18
Comment 5•13 years ago
|
||
QA verified on stage - /admin/auth/user/:
The user list is filterable for public, non-public, and all profiles. Verified the result count add up correctly: public + non-public = All
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•