issues
search
ant-digitalSolutions
/
antScriber-ui
0
stars
0
forks
source link
Feature/user data
#53
Closed
flechilla
closed
1 year ago
flechilla
commented
1 year ago
New Features
Implement a cache service.
Right now it uses the localstorage, but can be extended in the future.
Save the form data in cache, for each use case.
Load the form data from cache
Render a reset btn. If the user clicks it, it will reset the form data to its default value
Notes
The user should be able to set this behavior in their settings.
Anyways, with the reset btn it's quiet easy to clean the data
New Features
Notes