code-corps / code-corps/code-corps-ember

Add skill filter to task list page

Open
#1,051 0 comments 0 reactions 0 assignees View on GitHub
Difficulty: Hard
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.

![image](https://cloud.githubusercontent.com/assets/1925540/22921145/be460884-f298-11e6-87a8-ce9230df7787.png)

Clicking on the filter shows a dropdown

![image](https://cloud.githubusercontent.com/assets/1925540/22921155/c73dc030-f298-11e6-9a23-b444d9b355f2.png)

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.

![image](https://cloud.githubusercontent.com/assets/1925540/22921268/258dec8c-f299-11e6-8b89-f1b48aca02a4.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.