Open mrdandelion6 opened 12 months ago
We need to address two aspects related to local storage of note text:
We will likely need some way to keep track of notes on our API for CRUD purposes such as unique note IDs.
Feel free to provide additional details and expand on these topics as needed.
I will begin working on this after Monday. The intention is to have SaveNote fully functional when this git issue is resolved.
Local Storage Implementation
We need to address two aspects related to local storage of note text:
1. Local Handling
Save and Retrieve Locally
Real-time Updates
2. Cloud Handling
We will likely need some way to keep track of notes on our API for CRUD purposes such as unique note IDs.
Pulling JSON Data to from API
Uploading JSON Data to API
Feel free to provide additional details and expand on these topics as needed.