jreed-Aces / note-taker

0 stars 0 forks source link

Sweeper: Change the json storage to save all notes in a single .json file #11

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR modifies the note-taking application to save all notes in a single JSON file named notes.json, instead of saving each note as a separate file. The changes include updating the command handlers for creating and printing notes to read from and write to the notes.json file.

Summary of Changes

Fixes #10.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/sweeper-change-json-storage

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.