iamfranco/iamfranco.github.io

Add Project Filter

Closed this issue · 2 comments

Image

Acceptance Criteria

GIVEN I have a project tag
WHEN I click that project tag in the filter
THEN only projects with that tag are visible

GIVEN I have 2 project tags
WHEN I click both project tags in the filter
THEN only projects with either tag are visible

GIVEN I have projects
WHEN I don't have any project tag selected
THEN all projects visible

Changing behaviour to only allow 1 project tag filter applied at a time, because the multi tag is too confusing for the user

PR merged:
#9
#10