zoyasiddiqui / NoteNinja

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

Change persistence method and edit all use cases to use it #41

Closed zoyasiddiqui closed 11 months ago

zoyasiddiqui commented 11 months ago

Got rid of API for persistence and used CSV files. Edited all Data Access Interfaces. Edited use case factories. Edited all use cases to reflect necessary changes. Added IDs for Note entity.