This was proposed as a part of #5, now I guess that this needs an issue of its own
Expected Behavior
Enhancement
Current Behavior
Currently, everything is in localStorage
Possible Solution
Investigate ways in which the localStorage can be migrated to some database, be it SQL or some other. Investigate which plugins and/or databases support Cordova across platforms.
Context
The aim is to make this app scalable and since localStorage has limited storage
Your Environment
Version used:
Environment name and version (e.g. Chrome 39, node.js 5.4):
This was proposed as a part of #5, now I guess that this needs an issue of its own
Expected Behavior
Enhancement
Current Behavior
Currently, everything is in localStorage
Possible Solution
Investigate ways in which the localStorage can be migrated to some database, be it SQL or some other. Investigate which plugins and/or databases support Cordova across platforms.
Context
The aim is to make this app scalable and since localStorage has limited storage
Your Environment