zoyasiddiqui / NoteNinja

A note-taking app with python code snippets and AI helpers.
MIT License
3 stars 1 forks source link

Figure out how we will save temporary text as JSON files locally and export them on the internet through our API. #39

Open mrdandelion6 opened 9 months ago

mrdandelion6 commented 9 months ago

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.

mrdandelion6 commented 9 months ago

I will begin working on this after Monday. The intention is to have SaveNote fully functional when this git issue is resolved.