tourbillon-store / tourbillon

2 stars 0 forks source link

Cart persist after refresh #27

Closed jemyishai closed 6 years ago

jemyishai commented 6 years ago

As an unauthenticated user, refresh the page and have the cart persist, so that I don't lose my work.

The session-cart persists during a refresh. Must decide on method (sessionStorage, localStorage, cookies or JWT) No user associated with the session. Cart must persist if the page is refreshed. When user logs in, the cart must then be associated with the user and the user must be able to continue editing.

jemyishai commented 6 years ago

Finished using session