Ref T10702
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T10702: "Award Badge" action on user profiles should use a typeahead for badge selection
- Commits
- rP85d2fda08259: First stab at a badges typeahead
Open a user profile, attempt to award an archived or previously awarded badge, badges dialog should provide a typeahead, and the suggestions should offer details about whether a badge is archived or already awarded.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/badges/controller/PhabricatorBadgesAwardController.php | ||
---|---|---|
20–21 | For consistency, maybe rename this to badgePHIDs since it's a list now. | |
src/applications/badges/typeahead/PhabricatorBadgesDatasource.php | ||
28 | This will load some extra data we don't need. Use a separate awardquery to just fetch awards to the recipient instead. |