Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ A personal iOS app that provides detailed insights into the [Express Entry progr
The app is structured with **Clean Architecture** to ensure separation of concerns:
1. **Domain Layer**: Contains `UseCases` like `GetPoolHistoryUseCase` for encapsulating business logic.
2. **Data Layer**: Implements `Repositories` that fetch and map data from the API to domain models.
3. **Presentation Layer**: Uses `ViewModels` (with MVVM) for managing UI state.
3. **Presentation Layer**: Uses `ViewModels` (with MVVM) for managing UI state