[Feature] Open Wikipedia app #12

Merged
javier merged 6 commits from feature/open-wikipedia-app into main 2023-04-12 23:07:43 +00:00
Owner

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:

  • implemented the wikipediaPlacesURL property in the Location+URLs extension;
  • improved the LocationsListCoordination protocol and the LocationsListCoordinator coordinator to support the opening of the Wikipedia app;
  • improved the LocationsListViewModeling protocol and the LocationsListViewModel view model to support the opening of the Wikipedia app;
  • implemented the "tableView(_: didSelectAt: )" function in the LocationsListViewController view controller;
  • added the "wikipedia" to the Queried URL schemes in the Info.plist file to support querying to the Wikipedia app;
  • improved the naming of some properties and functions in the LocationsAddCoordination, LocationsListCoordination, and LocationsListViewModeling protocols.
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: - [x] implemented the `wikipediaPlacesURL` property in the `Location+URLs` extension; - [x] improved the `LocationsListCoordination` protocol and the `LocationsListCoordinator` coordinator to support the opening of the Wikipedia app; - [x] improved the `LocationsListViewModeling` protocol and the `LocationsListViewModel` view model to support the opening of the Wikipedia app; - [x] implemented the "tableView(_: didSelectAt: )" function in the `LocationsListViewController` view controller; - [x] added the "wikipedia" to the Queried URL schemes in the Info.plist file to support querying to the Wikipedia app; - [x] improved the naming of some properties and functions in the `LocationsAddCoordination`, `LocationsListCoordination`, and `LocationsListViewModeling` protocols.
javier self-assigned this 2023-04-12 23:07:21 +00:00
javier added 6 commits 2023-04-12 23:07:22 +00:00
javier merged commit 57f4b3c237 into main 2023-04-12 23:07:43 +00:00
Sign in to join this conversation.
No description provided.