MaddyUnderStars / MaddyUnderStars/strawbean
Move `remove_id` to DB as field `readable_id` rather than generating on demand
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The only change in functionality would be that IDs will never change.
Would need to check the list of all reminders for user to see if ID has been taken
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where remove_id is generated and where reminders are stored in the database. Replace the on-demand value with a persisted readable_id and check all reminders for the user before assigning it; done means reminder IDs remain unique and never change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, database
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100