-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: iOS 1.9, Android 1.6
-
Component/s: None
-
Tags:
-
Sprint:nxfit 9.2.2
-
Story Points:3
When we need the server name or version, we always rely on the async storage to get them (loginInfo stuff).
We could improve that by storing the information we need in a new serverInfo module that we can import wherever we need that information.
It removes some complexities:
- no more async function when not needed
- easily retrieving the server name when managing theme (without getting it from the nuxeo._baseURL property ...)
- is duplicated by
-
NXMOB-338 Do not store a `null` server version in AsyncStorage
- Resolved