Skip to content

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

  1. Tenant/user creates a maintenance request.
  2. Backend classifies the request (text and optional media) and stores AI decision logs.
  3. SLA deadlines are computed and tracked.
  4. Ticket is assigned and worked by a technician.
  5. 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.
  1. UI Guide
  2. Features
  3. Architecture
  4. API Overview
  5. Deployment

Previous: Home
Next: UI Guide