Admins need an efficient way to sort and view deals by category for internal goal planning.
Admin users organizing and planning deals.
Implement a dropdown filter in the dashboard that allows admins to select and deselect multiple categories to view corresponding deals.
Given The admin is on the deals dashboard. When They select categories from the dropdown filter. Then Only deals from the selected categories are displayed. Given The admin wants to view all deals again. When They deselect all categories in the dropdown. Then All deals are displayed.
This feature includes a dropdown filter for selecting multiple categories. It does not include saving filter presets or advanced search functionalities.
How should categories be selected?
Use a dropdown with checkboxes.
Allows for intuitive multi-selection and easy deselection.