This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
feat: Offline support #129
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Category: User Interface
Improvements or additions to design.
Type: Enhancement
New feature or request.
Is your feature request related to a problem? Please describe.
As a user sometimes I'm not connected to the internet, I would like to still see my profile, tasks, stats when not connected to the internet
Describe the solution you'd like
Add offline support to the app wherein the data from each page is stored. For security reasons we will be encrypting it with AES 256 bit. Also when the user is offline show a small banner in the app-bar saying they are offline. If they pull down to refresh just load the data which we were able to successfully get from the back end.
The text was updated successfully, but these errors were encountered: