All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 31s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 22s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
- Update staging workflow to use LOG_LEVEL=DEBUG - Create docs/LOGGING.md with unified logging documentation - Delete docs/UX-DEBUGGING.md (replaced by LOGGING.md) - Update architecture to 9-container (6 app + 3 logging) - Update CLAUDE.md, README.md, docs/README.md, docs/CLAUDE.md - Update docs/PLATFORM-SERVICES.md deployment section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
37 lines
2.0 KiB
Markdown
37 lines
2.0 KiB
Markdown
# MotoVaultPro Documentation
|
|
|
|
Project documentation hub for the 9-container single-tenant architecture (6 application + 3 logging) with integrated platform feature.
|
|
|
|
## Navigation
|
|
|
|
- Logging: `docs/LOGGING.md`
|
|
- Architecture: `docs/PLATFORM-SERVICES.md`
|
|
- Security: `docs/SECURITY.md`
|
|
- Vehicles API (authoritative): `docs/VEHICLES-API.md`
|
|
- Database schema: `docs/DATABASE-SCHEMA.md`
|
|
- Testing (containers only): `docs/TESTING.md`
|
|
- Database Migration: `docs/DATABASE-MIGRATION.md`
|
|
- Development Environment: `docker-compose.yml`
|
|
- Application features (start at each README):
|
|
- `backend/src/features/admin/README.md` - Admin role management and oversight
|
|
- `backend/src/features/auth/README.md` - User signup and email verification
|
|
- `backend/src/features/backup/README.md` - Database backup and restore
|
|
- `backend/src/features/documents/README.md` - Document storage and management
|
|
- `backend/src/features/fuel-logs/README.md` - Fuel consumption tracking
|
|
- `backend/src/features/maintenance/README.md` - Maintenance records
|
|
- `backend/src/features/notifications/README.md` - Email and toast notifications
|
|
- `backend/src/features/onboarding/README.md` - User onboarding flow
|
|
- `backend/src/features/platform/README.md` - Vehicle data and VIN decoding
|
|
- `backend/src/features/stations/README.md` - Gas station search and favorites (Google Maps integration)
|
|
- `backend/src/features/terms-agreement/README.md` - Terms & Conditions acceptance audit
|
|
- `backend/src/features/user-export/README.md` - User data export (GDPR)
|
|
- `backend/src/features/user-import/README.md` - User data import (restore from backup, migration)
|
|
- `backend/src/features/user-preferences/README.md` - User preference settings
|
|
- `backend/src/features/user-profile/README.md` - User profile management
|
|
- `backend/src/features/vehicles/README.md` - User vehicle management
|
|
|
|
## Notes
|
|
|
|
- Canonical URLs: Frontend `https://motovaultpro.com`, Backend health `https://motovaultpro.com/api/health`.
|
|
- All 15 features have comprehensive test suites (unit + integration tests).
|