The back of the badge card should state who awarded it and when.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | lpriestley | T8940 Annotate badges with awarder, date | ||
Resolved | lpriestley | T8996 Move Badge awards to be an actual object, not an edge |
Event Timeline
Comment Actions
It'd be nice to also have a note as to why the badge was awarded (and not just who awarded it + date)
Comment Actions
- Do T8996 first.
- Add an awarderPHID or similar to the new table and start storing who awarded the badge.
- Render it in the UI somewhere.
- That's good for unbeta, we can add commemorative notes and stuff later. I want to rework the award flow a bit sooner or later anyway.
Comment Actions
We currently track awarderPHID in the badges_award table. Do we still need an awarderPHID in badges_badge table?
Comment Actions
No, badges themselves don't have an awarder.
We'd only show the awarder on user profiles, e.g. @dog gave @cat this badge on Apr 1, 2016.