AnthonyWhitakerJr / TapList_iOS

Sample mobile conversion of Kroger's ClickList website.
1 stars 1 forks source link

Customer Cart - Store on Server #30

Closed AnthonyWhitakerJr closed 7 years ago

AnthonyWhitakerJr commented 7 years ago

Cart data should be stored on server under user profile.

Create a user entry in database when user logs in. Store cart entries under user profile. Update in realtime.

CartItem: sku: String quantity: Int specialInstructions: String

AnthonyWhitakerJr commented 7 years ago

User entry in database is not created until they add something to their cart.