datenanfragen / website

The Datenanfragen.de website including the request PDF generator and company information database
https://www.datenanfragen.de
MIT License
93 stars 125 forks source link

Company suggestions: Store entered data in localForage #661

Open WebworkrNet opened 3 years ago

WebworkrNet commented 3 years ago

Mobile devices in particular usually reload the current tab frequently when switching between browser tabs (or apps). This means that values transferred during copy/paste are lost. This is annoying because not all information is usually transferred in one step.

Proposal: As soon as a value has been entered in a field, save it temporarily.

WebworkrNet commented 3 years ago

Related to #545

baltpeter commented 3 years ago

This shouldn't be too hard, we can just store the JSON from json-forms on change in localForage. However, we will also need to introduce a new privacy control to allow users to disable this. And we'll have to write tests for this.

WebworkrNet commented 3 years ago

That sounds good.

aditya2712 commented 3 years ago

I would like to take up this issue.

mal-tee commented 3 years ago

Happy hacking! I will assign you.

aditya2712 commented 3 years ago

Sorry, I won't be able to do it, as I didn't knew its written in react and I don't know anything about react.