From 12b32bd15a32428a049f479caed8485a30ce3a85 Mon Sep 17 00:00:00 2001 From: Aaron Wood Date: Sat, 11 Apr 2026 15:15:07 -0400 Subject: [PATCH] Add API docs, feature docs, and marketing site to longer-term roadmap Co-Authored-By: Claude Sonnet 4.6 --- docs/ROADMAP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 6128ddf..02fe71f 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -52,6 +52,9 @@ Stack: Prometheus (metrics collection) + Grafana (dashboards). Server emits metr ## 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). +- [ ] **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.) - [ ] **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.