You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Joise 3c2e51ae6c feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7
project_milestone: each client_module (a project) carries a checklist
seeded from the dated project.milestone_template setting (advance paid /
setup / installed / go-live / balance / AMC — owner-editable). Ticking
stamps the date; audited. ensureProjectMilestones is idempotent and
back-fills imported projects. Cross-project board (per-milestone pending
counts) + drill-down (who's pending go-live). Routes: GET/POST
/client-modules/:id/milestones, GET /projects/board, /projects/pending/:key.
assignModule seeds the checklist for new projects.

Also fixes a latent flaky-ordering bug: uuidv7() now bumps monotonically
within a process, so ORDER BY id is genuine creation order (the guarantee
pagination + the sync cursor already assume) — sub-millisecond ties no
longer fall back to the random tail. Suite 377 green, stable across runs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 days ago
..
business-day.ts chore: bring the full store-product codebase under version control 2 weeks ago
doc-series.ts wip(store-product): returns, GST returns, offline queue, security hardening + docs 1 week ago
documents.ts chore: bring the full store-product codebase under version control 2 weeks ago
gstin.ts chore: bring the full store-product codebase under version control 2 weeks ago
ids.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 4 days ago
index.ts Split: make this the standalone HQ project (remove Store) 5 days ago
money.ts chore: bring the full store-product codebase under version control 2 weeks ago