Add formal migration tool to longer-term roadmap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dcf386c52d
commit
c86b812747
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ 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).
|
||||||
- [ ] **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