managarten/apps/presi/apps
Till JS fd0516f119 feat(presi): add DB indexes, Swagger docs, hardened validation (score 81→86)
- Add 7 database indexes on all query paths (userId, deckId, order, themeId)
- Add timestamps with timezone for all tables
- Enable Swagger/OpenAPI documentation at /api/docs
- Add ApiTags and ApiBearerAuth to all controllers
- Add ParseUUIDPipe on all ID parameters
- Harden DTO validation: string length limits, @IsIn for enums,
  @IsUrl for URLs, @ArrayMaxSize for arrays, @Min(0) for order fields
- Update audit to reflect improvements

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 22:35:11 +01:00
..
backend feat(presi): add DB indexes, Swagger docs, hardened validation (score 81→86) 2026-03-19 22:35:11 +01:00
landing feat(versioning): add semantic versioning and changesets to all apps 2026-03-19 16:20:18 +01:00
mobile feat(versioning): add semantic versioning and changesets to all apps 2026-03-19 16:20:18 +01:00
web test(presi): add 72 tests, rate limiting, error boundary (score 55→81) 2026-03-19 22:24:38 +01:00