TECH DEBT TRIBUNALMissing Pagination on a List Endpoint
00:00Mid · ~25 min
📂 src/routes
📄notes.ts
📄schema.sqlread-only
notes.ts
schema.sql🔒
Loading...
Live Analysis
Cyclomatic ComplexityLIVE
0 / 4 target
Complexity is within acceptable limits.
ObjectivesPENDING
2 / 3
  • Add LIMIT 50 to the SQL query
  • Add WHERE id > cursor condition for cursor-based pagination
  • Return { data, nextCursor } shape instead of raw array
Acceptance TestsJest + Supertest
/ 16
Submit to run acceptance suite.