Skip to content

docs: add MVP roadmap and enforce tracked TODO policy #784

Open
miss-yusrah wants to merge 1 commit into
Calebux:mainfrom
miss-yusrah:feat/development
Open

docs: add MVP roadmap and enforce tracked TODO policy #784
miss-yusrah wants to merge 1 commit into
Calebux:mainfrom
miss-yusrah:feat/development

Conversation

@miss-yusrah
Copy link
Copy Markdown

Summary

Closes #510
closes #714

  • Task 1 — MVP roadmap: Adds docs/ROADMAP.md mapping backlog work to MVP completion. Issues are grouped by milestone/epic (M1 security, M2 hardening, M3 launch). Seven measurable exit criteria (E1–E7) define when MVP is done. Completed clusters (Subscription Integrity Hash #35, [P0] Unify conflicting Next configuration files #598, [P2] Tighten bundle-size budgets for the client app #697) link to docs/repo-issue-backlog-2026-05.md for historical context.
  • Task 2 — Tech debt policy: Ensures all critical-path TODOs reference GitHub issues. Tracks the remaining Redis latency TODO as #698 in DEBT.md. Adds unit tests for the TODO scanner and an ESLint in-editor warning for bare TODO/FIXME comments. CI (debt-policy.yml) and pre-commit hooks already enforce the policy.

Changes

Area Files
Roadmap docs/ROADMAP.md, docs/repo-issue-backlog-2026-05.md
Debt registry DEBT.md, backend/src/services/api-latency-service.ts
Enforcement scripts/check-todos.mjs, scripts/check-todos.test.mjs, eslint.config.mjs

Test plan

  • node scripts/check-todos.mjs — exits 0 (no untracked critical TODOs)
  • node --test scripts/check-todos.test.mjs — 4/4 passing
  • Confirm CI Tech Debt Policy job passes on PR
  • Review docs/ROADMAP.md exit criteria align with team MVP definition

@miss-yusrah miss-yusrah requested a review from Calebux as a code owner May 31, 2026 09:27
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@miss-yusrah Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P1] Create a roadmap doc with MVP exit criteria and issue clusters Track technical debt TODOs with an enforceable policy

1 participant