Files
motovaultpro/backend/src/features/maintenance
2025-09-28 20:35:46 -05:00
..
2025-09-17 16:09:15 -05:00
2025-08-23 10:47:58 -05:00
2025-09-28 20:35:46 -05:00

Maintenance Feature Capsule

Status

  • WIP: Scaffolded; implementation pending. Track updates in docs/changes/MULTI-TENANT-REDESIGN.md and related feature plans.

Structure

  • api/ - HTTP endpoints, routes, validators
  • domain/ - Business logic, types, rules
  • data/ - Repository, database queries
  • migrations/ - Feature-specific schema
  • external/ - External API integrations
  • events/ - Event handlers
  • tests/ - All feature tests
  • docs/ - Detailed documentation

Dependencies

  • Internal: core/auth, core/cache
  • External: (none)
  • Database: maintenance table (see docs/DATABASE-SCHEMA.md)

Quick Commands

# Run feature tests
npm test -- features/maintenance

# Run feature migrations
npm run migrate:feature maintenance

API (planned)

  • Endpoints and business rules to be finalized; depends on vehicles. See docs/DATABASE-SCHEMA.md for current table shape and indexes.