From 4f89f879d7fba46bf8ca2fe33668e7287e5ae5c4 Mon Sep 17 00:00:00 2001 From: Charles Lima <32014647+charleslima@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:02:28 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89fc6de..7bbd29b 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,4 @@ The app is structured with **Clean Architecture** to ensure separation of concer 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. +4. From 1d2283476cd3bbdf3d9c290ff0c3073a0df3fc79 Mon Sep 17 00:00:00 2001 From: Charles Lima Date: Wed, 11 Dec 2024 14:15:14 -0500 Subject: [PATCH 2/2] update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bbd29b..b959c79 100644 --- a/README.md +++ b/README.md @@ -39,5 +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. -4. +3. **Presentation Layer**: Uses `ViewModels` (with MVVM) for managing UI state