Cross-Project Integration
Backend ↔ Mobile/Web
API Communication:
- Mobile/Web apps (Flutter) call backend APIs
- Authentication via JWT tokens
- JSON request/response format
- See API Specification for endpoints
Shared Concerns:
- Brand Identity: Backend error messages use Brand Guidelines tone
- API Contract: Backend implements server-side validation for API Reference (Client) endpoints
- Testing: E2E tests coordinate backend + mobile/web (Testing Strategy )
Admin Dashboard ↔ Vendor Dashboard
Workflow Integration:
- Admin (CAD) approves vendors registered via Vendor Dashboard (CAR)
- Admin moderates packages created by vendors
- Admin resolves disputes between customers and vendors
See: Integration Architecture for detailed workflows
Last updated on