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
- Branch
- badgesdatasource
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 11621 Build 14534: Run Core Tests Build 14533: arc lint + arc unit
Event Timeline
src/applications/badges/controller/PhabricatorBadgesAwardController.php | ||
---|---|---|
22 | For consistency, maybe rename this to badgePHIDs since it's a list now. | |
src/applications/badges/typeahead/PhabricatorBadgesDatasource.php | ||
27 | This will load some extra data we don't need. Use a separate awardquery to just fetch awards to the recipient instead. |