┌─────────────────────────────────────────────────────┐
│ Presentation │
│ (ViewModels, Views, UI) │
├─────────────────────────────────────────────────────┤
│ Common │
│ (Shared UI Components, Extensions) │
├─────────────────────────────────────────────────────┤
│ Domain │
│ (Use Cases) │
├─────────────────────────────────────────────────────┤
│ Data Layer │
│ (Repositories, DTOs) │
├─────────────────────────────────────────────────────┤
│ Core │
│ (Entities, Protocols, Errors) │
└─────────────────────────────────────────────────────┘