Actions
Design #115
openDocumentation Run
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/11/2026
Due date:
% Done:
0%
Estimated time:
Description
Now that we have all the main database entities we want and they're pretty much in the right place, it's time to solidify expectations through documentation. Documentation will clarify what we expect, make LLM coding easier, make testing easier, and help shake out any unknown features that need to be built.
Things to document:
- database entities
- API routes
- per-entity
- API infrastructure
- api route registration
- startup process
- database infrastructure
- startup process
- model/repo/service pattern
Updated by Sam Pearson 10 days ago
documentation for entities merged in here https://github.com/SamPearson/catchlist_todo/pull/26
Updated by Sam Pearson 10 days ago
API route docs checked in as of https://github.com/SamPearson/catchlist_todo/pull/28
db/api infrastructure docs still need to be written, as do devops docs. Probably more than one ticket to this.
Actions