refactor: db structure
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Clojure
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Since we have tasks and habits displayed on the same pages (todo pages) so really we should restructure the db so that we have a table of "things" of type task or habit are then referenced from the task and habit tables.
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 inspecting the database schema and how the task and habit tables are used by the todo pages. Define the shared “things” table and its references, then verify that tasks and habits still display correctly after the restructuring.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100