7 Commits

Author SHA1 Message Date
dbf71cc50d Renamed the DetailsViewController view controller in the Feed framework as FeedItemViewController. 2024-03-19 19:22:34 +01:00
461adc1be4 Renamed the FeedViewController view controller in the Feed framework as FeedListViewController. 2024-03-19 19:15:55 +01:00
0512f2fa42 Implemented a basic navigation bar for the FeedViewController view controller in the Feed framework. 2024-03-19 19:12:25 +01:00
05b5b8dc50 Improved the overall implementation of the DetailsViewController view controller in the Feed framework. 2024-03-19 11:53:02 +01:00
07ca1605e2 Renamed the FeedItem component in the Feed framework as FeedItemCell. 2024-03-19 10:24:52 +01:00
09df006ab9 [Framework] Feed list view in the Feed framework (#9)
This PR contains the work done to provide the existing `FeedViewController` view controller with real life data by integrating the `iTunesService` service into its view model. In addition, the list item cell has been design has been updated, and re-implemented using the `SwiftUI` framework.

Reviewed-on: #9
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-03-19 08:31:13 +00:00
4359f53a19 [Library] Feed library (#4)
This PR contains the work done to setup the library and also, the necessary protocols, model, structs, and error definitions to implement remote service clients.

Reviewed-on: #4
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-03-17 15:15:44 +00:00