issues
search
zoyasiddiqui
/
NoteNinja
A note-taking app with python code snippets and AI helpers.
MIT License
3
stars
1
forks
source link
Implementing DeleteNoteInteractor and updated other files that were a…
#13
Closed
Saadullah-2004
closed
11 months ago
Saadullah-2004
commented
11 months ago
feat: Implement execute method in DeleteNoteInteractor
Added the execute method to DeleteNoteInteractor, allowing the deletion of a note by its ID.
Updated EditNoteDataAccessObject to implement getNoteById method in EditNoteDataAccessInterface.
Modified DeleteNoteInteractor to utilize the EditNoteDataAccessInterface for note deletion.
feat: Implement execute method in DeleteNoteInteractor