Sunbird-Saral / Project-Saral

MIT License
8 stars 26 forks source link

Saral offline mode support #258

Closed arman-tdev closed 2 years ago

arman-tdev commented 2 years ago

need to cache some api response in local storage.

1) use offline flag name from login api 2) except login rest of the API response to be cached

Refer: https://github.com/Sunbird-Saral/Project-Saral/wiki/Offline-Mode

dileep-gadiraju commented 2 years ago

Login API response flag to enable offline mode. If offline mode is enabled after login app should work offline.

Regular Mode: Navigations API Calls

Minimal Mode: Navigations API Calls

apurvabisht97 commented 2 years ago

offline mode enhancement is done .