Architecture
This document describes the system architecture and design decisions.
Overview
The Salescentri platform follows a layered architecture:
- Presentation Layer - Web and mobile clients
- API Layer - Versioned REST APIs
- Service Layer - Business logic
- Data Layer - Database and external integrations
API Versioning
We maintain multiple API versions to support backward compatibility. See the API Migrations guide for upgrade paths.