Add API docs, feature docs, and marketing site to longer-term roadmap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c86b812747
commit
12b32bd15a
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ Stack: Prometheus (metrics collection) + Grafana (dashboards). Server emits metr
|
||||||
|
|
||||||
## Longer Term / Ideas
|
## Longer Term / Ideas
|
||||||
- [ ] **Formal DB migration tool** — replace homegrown `migrate.ts` with something like `umzug` or `db-migrate`; adds rollback support, checksums, and safer SQL parsing. Current tool works fine but has rough edges (naive semicolon splitting, no down migrations).
|
- [ ] **Formal DB migration tool** — replace homegrown `migrate.ts` with something like `umzug` or `db-migrate`; adds rollback support, checksums, and safer SQL parsing. Current tool works fine but has rough edges (naive semicolon splitting, no down migrations).
|
||||||
|
- [ ] **API documentation** — OpenAPI/Swagger spec for all REST endpoints; auto-generate from route definitions if possible. Useful for future integrations, mobile clients, or third-party tooling.
|
||||||
|
- [ ] **Feature documentation / changelog** — living doc (or generated site) tracking everything the app does: features, rules implemented, known limitations. Audience: DMs onboarding to the tool, not developers.
|
||||||
|
- [ ] **Marketing / product site** — interactive public-facing site showcasing what Darkwatch does; could include live demos, feature highlights, screenshots. Separate from the app itself. Evaluate after the app has real users.
|
||||||
- [ ] **Profile image upgrades** — beyond DiceBear (custom uploads, etc.)
|
- [ ] **Profile image upgrades** — beyond DiceBear (custom uploads, etc.)
|
||||||
- [ ] **Multi-system support** — select game system on campaign create (Cairn, Knave, Pathfinder 2e, Cyberpunk RED, etc.); stats/rules/theme adapt per system. OSR games are easiest wins (same basic schema, just different data).
|
- [ ] **Multi-system support** — select game system on campaign create (Cairn, Knave, Pathfinder 2e, Cyberpunk RED, etc.); stats/rules/theme adapt per system. OSR games are easiest wins (same basic schema, just different data).
|
||||||
- [ ] **Containerize server** — Dockerfile for Node server; useful when moving toward hosting. Client stays static build + CDN.
|
- [ ] **Containerize server** — Dockerfile for Node server; useful when moving toward hosting. Client stays static build + CDN.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue