manaswinidas / Notes-app

A Web and Mobile Application to store and remove things from a To-Do List using Apache Cordova
MIT License
4 stars 4 forks source link

Integrate a database with the Notes-app #19

Closed manaswinidas closed 4 years ago

manaswinidas commented 4 years ago

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

manaswinidas commented 4 years ago

Fixed by #24