Educado-App / educado-mobile

The repository for the educado mobile education application
GNU General Public License v3.0
1 stars 3 forks source link

[Offline] Reworked `StorageService.js` #214

Closed ITPini closed 11 months ago

ITPini commented 11 months ago

Description

This update reworks on StorageService.js. As of before, StorageService.js made a lot of unnecessary and resourceful HTTP requests to the server, even if the client lost internet connectivity and was offline. By utilizing NetworkStatusService.js, the StorageService.js can now retrieve the network status and skip HTTP requests if implemented correctly in a function.

Changes

Related Issues

None.

Checklist

Screenshots (if applicable)

If mobile/frontend pull request, what version of the backend is it stable, and running on?

Branch: dev (8cb56a5)

Notes for Reviewers