Users need a way to save and quickly access deals they are interested in without searching again.
Users who discover deals and want to claim them later without searching.
Implement a 'Favourites' feature allowing users to bookmark deals and access them from a dedicated section.
Given a user discovers a deal When they choose to bookmark it Then the deal is added to their 'Favourites' list Given a user views their 'Favourites' list When they select a deal Then they are taken directly to the deal details Given a deal's details change When it is bookmarked Then the updated details are reflected in the 'Favourites' list
This feature includes adding deals to a 'Favourites' list and accessing them later. It does not include advanced sorting or filtering options within the 'Favourites' list.
Where to place the 'Favourites' feature?
Create a new section in the app menu
There is no existing 'Favourites' feature, and a dedicated section ensures easy access.