AnthonyWhitakerJr / TapList_iOS

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

Quantity Banners on Main View not Listening for Database Updates #40

Open AnthonyWhitakerJr opened 7 years ago

AnthonyWhitakerJr commented 7 years ago

The quantity banners for products on the main view are not listening for updates to the cart in the database.

This is an issue if quantity is changed in product detail view and user quickly navigates back to main view or on another device updates the cart while the user is on the main view. If the user navigates away, and back to the main view, the UI will update as expected.

Note: This is a UI issue. Database integrity not affected.

AnthonyWhitakerJr commented 7 years ago

This may also affect banners and quantity selection on product detail page.

Note: new selections will overwrite existing data regardless.