As a user, I want to filter roadmap items and blog entries within a product page so that I can quickly find relevant content without leaving the product context.
Description
Local filtering capabilities on product pages that allow users to narrow down roadmap items and blog entries. This provides an in-context way to navigate through a product’s content without relying on the global search.
Scope
- Filter roadmap items on a product page (e.g. by status, category, popularity)
- Filter blog entries on a product page (e.g. by date, topic)
- Sorting options for both roadmap items and blog entries
- Filter state preserved during navigation within the product page
What Are Your Thoughts?
What filter and sort options would be most useful to you on product pages? Share your thoughts in the comments below or on our social media channels!
AC1: Roadmap Item Filtering
- GIVEN a user is on a product page viewing roadmap items WHEN they apply filters (e.g. status, category, most voted) THEN only roadmap items matching the selected filters are displayed
AC2: Blog Entry Filtering
- GIVEN a user is on a product page viewing blog entries WHEN they apply filters (e.g. date range, topic) THEN only blog entries matching the selected filters are displayed
AC3: Combined Sorting
- GIVEN a user has applied filters on a product page WHEN they change the sort order (e.g. newest first, most popular) THEN the filtered results are re-ordered accordingly
AC4: Filter Reset
- GIVEN a user has active filters on a product page WHEN they click a reset/clear button THEN all filters are removed and the full list is shown again
