ivansofeski / Hackademy-IV-frontend

1 stars 5 forks source link

local storage #136

Closed yaseenawazah closed 7 years ago

yaseenawazah commented 7 years ago

Storing the user saved projects and funded project in the local storage.

alayham commented 7 years ago

I think we need to introduce the product owner to the risks of using local storage. We could show him how the local storage can be manipulated from the browser console, and let him decide if he wants to take the risks of storing information there.

If the product owner accepts the risks, I guess anything stored in the local storage should have a copy on the backend. Besides, we need to ask the product owner about handling "dead accounts" which are stored on the server and do not have any recent sessions, and there is no way to communicate with their owner.

alayham commented 7 years ago

We could propose to the product owner to use local storage in the mobile app only, not in the web app.

In the mobile app, we can have other ways to identify the user, and to enable him to contact the user when needed.

yaseenawazah commented 7 years ago

@alayham We had a long discussion with the product owner today and we have changed many things about the wallet and storing data for unregistered users. I will tell you everything on Friday.

alayham commented 7 years ago

fixed in #182