Carts model #6

Closed
opened 2025-02-13 15:44:56 -05:00 by null · 0 comments
Owner

A cart links a user_id to a cart_id.
A cart also has a short unique ID using capital BASE58, six characters like (NGB832)
users can have many carts

add method addCart to create a cart for user_cart_id
add method addSaved to create a cart for user_saved_for_later_id

A cart links a user_id to a cart_id. A cart also has a short unique ID using capital BASE58, six characters like (NGB832) users can have many carts add method `addCart` to create a cart for user_cart_id add method `addSaved` to create a cart for user_saved_for_later_id
null closed this issue 2025-02-14 23:19:57 -05:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: null/ecomm-store#6
No description provided.