Changes between Version 1 and Version 2 of UseCase006
- Timestamp:
- 05/12/26 22:27:20 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase006
v1 v2 15 15 {{{#!div style="text-align: justify; width: 100%;" 16 16 17 1. User identifies a specific Product(such as a Vinyl or CD version of a release) that they wish to save.17 1. User identifies a specific {{{Product}}} (such as a Vinyl or CD version of a release) that they wish to save. 18 18 19 2. User selects the option to add that item to their wishlist.19 2. User selects the option to add that item to their {{{Wishlist}}}. 20 20 21 3. System retrieves the unique wishlist_id associated with the User.21 3. System retrieves the unique {{{wishlist_id}}} associated with the {{{User}}}. 22 22 23 4. System creates a new entry in the !WishlistItem table, creating a relationship between the selected product_id and the user's wishlist_id.23 4. System creates a new entry in the {{{!WishlistItem}}} table, creating a relationship between the selected {{{product_id}}} and the user's {{{wishlist_id}}}. 24 24 25 5. System records the added_at timestamp for the new wishlist item.25 5. System records the {{{added_at}}} timestamp for the new {{{WishlistItem}}}. 26 26 27 27 6. System provides a confirmation message to the user indicating the product has been successfully saved.
