zoyasiddiqui / NoteNinja

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

Implemented SaveController's execute() method. #15

Closed mrdandelion6 closed 11 months ago

mrdandelion6 commented 11 months ago

Implemented SaveController's execute() method. and also changed SearchNoteAccessInterface findByTag method to findByTitle and adjusted EditNoteDAO accordingly.