UseCase006 - Add Product to Wishlist
Initiating actors:
- Logged-In Consumer
- Logged-In Admin
The goal of this use case is to allow an authenticated, logged-in user to save a specific product for future consideration. By linking a product to their personal wishlist, the user can easily track items they intend to purchase later without having to search for them again in the catalog. Additionally they can be notified when a discount is applied to an item/s in their wishlist.
Scenario
- User identifies a specific
Product(such as a Vinyl or CD version of a release) that they wish to save.
- User selects the option to add that item to their
Wishlist.
- System retrieves the unique
wishlist_idassociated with theUser.
- System creates a new entry in the
WishlistItemtable, creating a relationship between the selectedproduct_idand the user'swishlist_id.
- System records the
added_attimestamp for the newWishlistItem.
- System provides a confirmation message to the user indicating the product has been successfully saved.
Last modified
2 weeks ago
Last modified on 05/12/26 22:27:33
Note:
See TracWiki
for help on using the wiki.
