Closed
Bug 1100802
Opened 11 years ago
Closed 10 years ago
List alumni users in a separate page.
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tasos, Assigned: tasos)
References
Details
(Whiteboard: [kb=1582383] )
Attachments
(1 file)
209.13 KB,
image/jpeg
|
Details |
A new page should be constructed which will list all the users belonging to Alumni group.
* The url will be /people/alumni
* Title/header of the page will have the following text:
"These Alumni Reps are Mozillians who were involved in the Reps program in the past."
* Each row in the table should have the full name of the former Rep along with the avatar and a link to the user profile page.
* The profiles should be editable only by admins and council members.
* Each profile should display the period in which the Rep was active in the program.
Assignee | ||
Updated•11 years ago
|
Whiteboard: [kb=1582383]
Comment 1•11 years ago
|
||
I'd recommend sorting users by how many years they have been reps with the most years descending from the top.
for example:
- 3 years -
Jane Doe
Bill Smith
Jannet Frank
- 2 years -
...
- 1 year -
...
Comment 2•11 years ago
|
||
I made a UX pass on the layout.
Stage 1: most basic feature we can do right away is sorting by time participated and displaying people the same way as the regular "people" page. To differentiate between the two categories, I'm recommending using the main menu.
- "people" -> "reps"
+ alumni
Stages 2+: Extra things i felt were missing from the page.
- descriptive h1/paragraph text explaining the purpose of the page
- navigation that collapses into a <select> for mobile
- pagination (once we have enough alumni)
Comment 3•11 years ago
|
||
Note: Alumni should not go into any main menus. We will link it from the wiki for now.
Comment 4•10 years ago
|
||
After talking to Nuke this our some more clarifying specs:
- Start end date
Start date = Join date
End date = For future alumnis we make it happen through keeping the removing date of Reps bit. For past we migrate if it is manageble with manual entries if not we put a fixed date. TBD
- Page link
No page link for now on the top bar
URL should be reps.mozilla.org/alumni
- Page
List of profiles with table link to profile pages with start end dates
Additional copy for clarifying that those are alumni.
- Profiles
Warning on the top of the page with alumni status, start and end date. Rest of the page is normal.
- Alumni bit
Not anouther group, just removing Reps bit
More clarifications will be provided to devs as needed.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → tasos
Status: NEW → ASSIGNED
Comment 5•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/9dc81dc28b7c0f3793f6ebf67e989f4ab59dc565
[fix bug 1100802] List alumni users in a separate page.
https://github.com/mozilla/remo/commit/1f66e9742feb2d59b0b7a11d135c9290bcee02c2
Merge pull request #923 from akatsoulas/1100802-alumni-page
[fix bug 1100802] List alumni users in a separate page.
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Version: unspecified → next
Comment 6•10 years ago
|
||
https://reps.allizom.org/people/alumni/ lists alumni reps containing:
(In reply to Pierros Papadeas [:pierros] from comment #4)
> After talking to Nuke this our some more clarifying specs:
>
> - Start end date
> Start date = Join date
> End date = For future alumnis we make it happen through keeping the
> removing date of Reps bit. For past we migrate if it is manageble with
> manual entries if not we put a fixed date. TBD
> - Page link
> No page link for now on the top bar
> URL should be reps.mozilla.org/alumni
https://reps.allizom.org/people/alumni/ I think it is ok that is under people like other groups
> - Page
> List of profiles with table link to profile pages with start end dates
> Additional copy for clarifying that those are alumni.
Full Name Username Start Date End Date Region Country
> - Profiles
> Warning on the top of the page with alumni status, start and end date.
> Rest of the page is normal.
Warning is present
> - Alumni bit
> Not anouther group, just removing Reps bit
verified
Status: RESOLVED → VERIFIED
Comment 7•10 years ago
|
||
Hey I just seen the text on the alumni profiles:
"Note: You are viewing a profile of an inactive Rep"
That's confusing because we call inactive Rep to other things.
The text should be more clear and say:
"Note: You are viewing a profile of an former Rep which is no longer in the program"
Also the tag "Inactive Rep" → "Former Rep"
"This Rep has been active from 01 June 2011 until 12 February 2015" → "This Rep was part of the program from 01 June 2011 until 12 February 2015 "
Comment 8•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/47b92b82adf6c89b39e1cb142cbf17895c4f9cd5
[bug 1100802] Change wording in alumni profile.
https://github.com/mozilla/remo/commit/160e116732fa5ee579db1db2eb5f0099f9baec9b
Merge pull request #932 from akatsoulas/1100802
[bug 1100802] Change wording in alumni profile.
Comment 9•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/d6c88e209374fd9fa92a486926a586e080657331
[bug 1100802] Check if date_left_program exists in profile view template.
https://github.com/mozilla/remo/commit/13bc2753939be5856c568b8e7ce745c20da74dd3
Merge pull request #934 from akatsoulas/1100802
[bug 1100802] Check if date_left_program exists in profile view template.
Assignee | ||
Updated•10 years ago
|
Version: next → 454
Comment 10•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/17a2aedf4654c46ff8ca7788da57c1e76f858b49
[bug 1100802] Fix Alumni missing pagination
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•