zoyasiddiqui / NoteNinja

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

delete note not yet fully implemented #38

Closed Saadullah-2004 closed 11 months ago

Saadullah-2004 commented 11 months ago

We are currently working on implementing the ability to delete notes through our API. The primary task is to figure out how to use the ID from the API to successfully delete saved notes.

zoyasiddiqui commented 11 months ago

Finished implementing by adding code in interactor and DAO