[Feature] Open Wikipedia app #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/open-wikipedia-app"
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 open the Places view of the Wikipedia app with the screen centered on the coordinates from a selected location in the
LocationsListViewController
view controller.To give further details about the work done:
wikipediaPlacesURL
property in theLocation+URLs
extension;LocationsListCoordination
protocol and theLocationsListCoordinator
coordinator to support the opening of the Wikipedia app;LocationsListViewModeling
protocol and theLocationsListViewModel
view model to support the opening of the Wikipedia app;LocationsListViewController
view controller;LocationsAddCoordination
,LocationsListCoordination
, andLocationsListViewModeling
protocols.