You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given: User is on the Home feed, selected the filter button
When user clicks on the "From Whom" + sign
then they will see a list of tags to choose from
when they select a tag
then the tag is highlighted
Acceptance Criteria:
User is able to select multiple tags
The apply filters button is highlighted if atleast 1 tag is selected
the selected tag changes color when selected
clear filters is only highlighted if a filter is selected
Clicking on the "-" icon at the bottom right, collapses the screen
Clicking on apply filters, closes the layout and shows the results
Apply filter option should be updated based on the number of filters selected. (For eg: If there is only 1 filter applied, then it will say 'Apply filters', but for x filters applied, the option will say 'Apply x filters' as seen in the mocks)
The number of features selected should also be displayed next to the From Whom filter on the modal. (For eg: If there is only 1 filter applied, then it will say 1 filter applied)
Clicking on apply filters closes the layout and shows the results
The text was updated successfully, but these errors were encountered:
Given: User is on the Home feed, selected the filter button
When user clicks on the "From Whom" + sign
then they will see a list of tags to choose from
when they select a tag
then the tag is highlighted
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: