sendanor / project-sendanor.fi

Join us in shaping the future of sendanor.fi. Your contributions, feedback, and involvement are invaluable to our continuous improvement and success.
https://sendanor.fi
MIT License
0 stars 0 forks source link

TASK Backend side shopping carts #34

Open thejhh opened 3 months ago

thejhh commented 3 months ago

Goal

We could have backend side shopping carts.

This could also be microservice that doesn't require anything else then the product catalog to operate.

It could use some kind of signature for carts and make every shopping cart change to be done over the backend. This way the backend could just verify that the cart was issued by the backend, and we would also get visibility for which kind of shopping carts the end users have, and possibly store carts for them. This could also make it possible to ask the end user if they forgot to finish their shopping cart.

Subtasks

thejhh commented 3 months ago

For Sendanor developers, check out some work done in https://github.com/sendanor/sendanor.fi/issues/110