-
Improvement
-
Resolution: Fixed
-
Minor
-
DEV backlog
Right now the site info is downloaded when a site is added and it's never updated. This data should be updated periodically. A good place to update this data is when a session is restored (open app or click on a site in sites list). This operation should not block the user.
We cannot use the cache in the first call to get the data (new site), but we could apply it to the update calls to decrease the number of calls to server.
It might be interesting to provide an option for the user to update this data when he wants, since he might be an admin changing site info. A possible choice is to add this feature in the "Sync" options on site preferences.
Updating this means updating the site stored in mmCoreSitesStore and the current site.
- is blocked by
-
MOBILE-1052 Implement "Mock site": be able to use any stored site
- Closed