Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.01 KB

File metadata and controls

30 lines (21 loc) · 1.01 KB

Roadmap

A living list of directions. Sections: Now (in progress) · Next (soon) · Later · Done. When you finish an item, move it to Done. Upkeep rules are in maintaining-docs.md.

Now

  • Local project documentation under docs/ + pointers for Claude and Cursor (this work).

Next

  • CI check "is all HAR sanitized?" — an open TODO in .github/workflows/precommit-checks.yml.
  • CI check "is i18n extracted?" — an open TODO in the same workflow (freshness of src/locales/extracted.json / the compiled locales).

Later

  • Empty — add deferred ideas here.

Done

  • Nx cache for typecheck (targetDefaults in nx.json), so unchanged projects are skipped.
  • Type checking migrated from tsc to tsgo (TS7), all targets + IDE (#28). See ADR 0001.
  • NestJS backend server (#27).
  • Storybook links .htm.html (#26).
  • Contributing guide and documentation improvements (#24).
  • Responsive layout (#25).