Getting Started
Previous: Home
Next: UI Guide
Repositories at a glance
smart-estate: deployment installer + compose orchestration.
smart-estate-backend: API, business logic, SLA, AI runtime, persistence.
smart-estate-dashboard: admin/operations/manager web UI.
smart-estate-tenant-app: tenant mobile workflows.
smart-estate-technician-app: technician mobile workflows.
smart-estate-ai: training, data preparation, and model artifact generation.
Product flow
- Tenant/user creates a maintenance request.
- Backend classifies the request (text and optional media) and stores AI decision logs.
- SLA deadlines are computed and tracked.
- Ticket is assigned and worked by a technician.
- Dashboard and mobile views update through API + notifications.
Current implementation scope
- Most complete implementation areas:
- Backend API lifecycle, SLA processing, AI logging, chat, and admin modules.
- Dashboard operations, admin, metrics, SLA, audit, and manager-scoped visibility workflows.
- Tenant mobile ticketing, chat, account, and request tracking workflows.
- Technician mobile job execution, status updates, messaging, and profile/availability workflows.
Recommended reading order
- UI Guide
- Features
- Architecture
- API Overview
- Deployment
Previous: Home
Next: UI Guide