Changes between Version 1 and Version 2 of UseCase006


Ignore:
Timestamp:
05/12/26 22:27:20 (2 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase006

    v1 v2  
    1515{{{#!div style="text-align: justify; width: 100%;"
    1616
    17 1. User identifies a specific Product (such as a Vinyl or CD version of a release) that they wish to save.
     171. User identifies a specific {{{Product}}} (such as a Vinyl or CD version of a release) that they wish to save.
    1818
    19 2. User selects the option to add that item to their wishlist.
     192. User selects the option to add that item to their {{{Wishlist}}}.
    2020
    21 3. System retrieves the unique wishlist_id associated with the User.
     213. System retrieves the unique {{{wishlist_id}}} associated with the {{{User}}}.
    2222
    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.
     234. System creates a new entry in the {{{!WishlistItem}}} table, creating a relationship between the selected {{{product_id}}} and the user's {{{wishlist_id}}}.
    2424
    25 5. System records the added_at timestamp for the new wishlist item.
     255. System records the {{{added_at}}} timestamp for the new {{{WishlistItem}}}.
    2626
    27276. System provides a confirmation message to the user indicating the product has been successfully saved.