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
As a Knowledge Hub user,
I want to be able to select filter values in one tab (for example, Tutorials) that are then maintained across all tabs,
so that I can more easily search for a variety of resources focused on my topic of interest
Description
This simplifies the user's information search by making it easier to filter for topics across tabs. Currently, if a user wants to look for tutorials and blogs (the two tabs currently in Knowledge Hub) on a certain subject, they need to apply filters to both tabs. This ticket would make it so that the filtering on one tab is carried over to another.
Technical Design
What modules need to be created or enhanced? How would the functionality be exposed and how can it be consumed?
Given I have selected filters for a tab ... when I switch to other tabs... then ... similar filters to the ones previously selected should be present in my current tab
and the content in the tab should reflect those filters.
Notes
The Tutorials and Blogs sites use different sets of filters, so considerations will need to be made accounting for this. Perhaps it would be best to only serve users tags that match exactly in order to avoid serving unrelated information.
Tasks
Unit Tests added
Test Cases defined
The text was updated successfully, but these errors were encountered:
As a Knowledge Hub user,
I want to be able to select filter values in one tab (for example, Tutorials) that are then maintained across all tabs,
so that I can more easily search for a variety of resources focused on my topic of interest
Description
This simplifies the user's information search by making it easier to filter for topics across tabs. Currently, if a user wants to look for tutorials and blogs (the two tabs currently in Knowledge Hub) on a certain subject, they need to apply filters to both tabs. This ticket would make it so that the filtering on one tab is carried over to another.
Technical Design
What modules need to be created or enhanced?
How would the functionality be exposed and how can it be consumed?
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have selected filters for a tab ...
when I switch to other tabs...
then ... similar filters to the ones previously selected should be present in my current tab
and the content in the tab should reflect those filters.
Notes
The Tutorials and Blogs sites use different sets of filters, so considerations will need to be made accounting for this. Perhaps it would be best to only serve users tags that match exactly in order to avoid serving unrelated information.
Tasks
The text was updated successfully, but these errors were encountered: