Give-Your-Best / webshop

The webshop app that enables users to "shop" for free
4 stars 1 forks source link

Shopping Basket #141

Open haydnba opened 2 months ago

haydnba commented 2 months ago

This is urgently needed as we are patching up issues arising from the current state management of shopping baskets....

Ideally we need a basket entity that can persist across client timeouts and reloads - options are local storage, redis cache or mongo... On discussion with Robert we felt using mongo was the preferable route as super performance is not a requirement and we are already using it across the application etc.

haydnba commented 2 months ago

Relates #103