arturyepez10 / indice-usb

GNU General Public License v3.0
0 stars 0 forks source link

Data Cache - Local Storage #8

Closed arturyepez10 closed 1 day ago

arturyepez10 commented 2 days ago

Summary

Add support so local storage can be used (given permission by the user) to store data of the academic periods so it can persist between sessions of use.

This is the first step to guarantee a better application performance and efficiency for the user when using it

List of Changes

  1. Added new support for middleware in redux structure
  2. Define object and settings for asking permission to store data locally in the device
  3. Create dialog/modal with integrated functionality to request permission to the user for storing data
  4. Add cases for data retrieval of values stored in the local storage