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.
sims-hq/apps/hq/src
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>
5 days ago
..
api.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 5 days ago
audit.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
auth.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
aws-costs.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
bounces.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
crypto.ts feat(hq): gmail send with token-death handling and email log (HQ-1 task 11) 2 weeks ago
db-pg.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
db.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 5 days ago
gmail.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
import-apex-full.ts feat(d21): P4 — importer seeds module field_spec + writes field_values 5 days ago
import-apex.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
migrations-pg.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 5 days ago
pdf.ts feat(hq): letterhead HTML templates and puppeteer PDF (HQ-1 task 10) 2 weeks ago
reminder-templates.ts feat(documents): invoice due dates — terms default + override, honest overdue chase (Phase 1, D18) 5 days ago
repos-amc.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-aws.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-branches.ts feat(d20): P1 — ticket desk, client branches, per-service data (schema + repos) 5 days ago
repos-clients.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-dashboard.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-documents.ts feat(d23): SMS volume-band billing (dated rate card, money locked) 5 days ago
repos-email.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-employees.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-interactions.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-milestones.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 5 days ago
repos-modules.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 5 days ago
repos-payments.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-pipeline.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-rate-card.ts feat(d23): SMS volume-band billing (dated rate card, money locked) 5 days ago
repos-recurring.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-reminders.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-reports.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-shares.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
repos-tickets.ts feat(d20): P1 — ticket desk, client branches, per-service data (schema + repos) 5 days ago
scheduler.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
seed.ts feat(d22): P1 — onboarding milestone tracker (backend) + monotonic uuidv7 5 days ago
send-reminder.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
series.ts feat(db): D19 P1-P3 — async DB interface, dual engines, Postgres adapter 5 days ago
server.ts feat(db): D19 P4 — DATABASE_URL engine selection + Postgres integration suite 5 days ago
templates.ts fix(review): close all 8 findings from the D18 slice review 5 days ago