[Feature] Locations list #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/locations-list"
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 fetch a set of locations from a remote server to then persist them into the persistence stack and finally to display these data into the locations list screen.
To give further details about the work done:
LoadingSpinnerView
andErrorMessageView
custom views;LocationsListViewController
view controller;LocationsListViewModeling
protocol to support reactive updates, load data, and table data source conformances;Persistence
library;NSFetchRequest+Location
extension in thePersistence
library;LoadRemoteLocationUseCase
use case;LocationsListViewController
view controller;LocationViewCell
custom cell;LocationViewCell
with the table of theLocationsListViewController
view controller and implemented its update with real data from Location entities.