zoyasiddiqui / NoteNinja

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

Implemented NoteData persistence #68

Closed mrdandelion6 closed 11 months ago

mrdandelion6 commented 11 months ago

Implemented persistence of NoteCount value. Now, the system retains the count of created notes and assigns IDs accordingly. Two new methods, getNoteCount() and incrementNoteCount(), have been implemented to handle the incrementation of the integer value stored in data.csv.

Removed all System.out.println() debugging calls.