[Feature] Location add #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/location-add"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
LocationProvider
provider in the Persistence library;SaveLocalLocationUseCase
use case;LocationsAddViewModeling
protocol to support the clean, updating and saving of locations;LocationsAddViewModel
view model;LocationsAddViewController
view controller;LocationsAddCoordinator
coordinator.