code-corps / code-corps/code-corps-ember
Add skill filter to task list page
- Dominant language
- JavaScript
- Stars
- 120
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
On the task list page, we should have the option to filter by skills.

Clicking on the filter shows a dropdown

The dropdown contains the user's own skills in the first grouping, with other skills in the second grouping. **Possibly these could be project skills or a union of all current task skills?** I guess that part depends on how the filter is implemented - client or API side.
When a filter is applied, we show which filters are active as a list of "dismissible" buttons.

Contributor guide
Assessment
This issue has not been assessed yet.