[Feature] Location add #11

Merged
javier merged 8 commits from feature/location-add into main 2023-04-12 21:25:09 +00:00
Owner

This PR contains the work done to add a location at a time and updates the locations in the list of locations screen right after.

To give further details about the work done:

  • implemented the LocationProvider provider in the Persistence library;
  • implemented the SaveLocalLocationUseCase use case;
  • defined the properties and functions of the LocationsAddViewModeling protocol to support the clean, updating and saving of locations;
  • implemented the LocationsAddViewModel view model;
  • implemented the LocationsAddViewController view controller;
  • implemented the dismissal of the LocationsAddCoordinator coordinator.
This PR contains the work done to add a location at a time and updates the locations in the list of locations screen right after. To give further details about the work done: - [x] implemented the `LocationProvider` provider in the **Persistence** library; - [x] implemented the `SaveLocalLocationUseCase` use case; - [x] defined the properties and functions of the `LocationsAddViewModeling` protocol to support the clean, updating and saving of locations; - [x] implemented the `LocationsAddViewModel` view model; - [x] implemented the `LocationsAddViewController` view controller; - [x] implemented the dismissal of the `LocationsAddCoordinator` coordinator.
javier added 8 commits 2023-04-12 21:25:00 +00:00
javier merged commit 8ae955008e into main 2023-04-12 21:25:09 +00:00
javier referenced this issue from a commit 2023-04-12 21:25:09 +00:00
Sign in to join this conversation.
No description provided.