Changes between Version 2 and Version 3 of UseCase006


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase006

    v2 v3  
    21213. 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
    25255. System records the {{{added_at}}} timestamp for the new {{{WishlistItem}}}.