codex-team / codex-team/notes.api
Deleting of Note Settings and Team
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
Currently, deleting a note from the notes database does not delete the corresponding `noteSettings` and `teams`
## Expected result
When deleting a note, the data like `noteSettings` and `teams` associated with it must also be deleted from other databases
## Task
- [ ] Delete data from `noteSettings`
- [ ] Delete data from `teams`
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by tracing the note deletion entry point and locating how associated noteSettings and teams data is stored and linked. Done means deleting a note also removes its corresponding records from both data stores.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100