12 Commits

Author SHA1 Message Date
08acf467a5 Implemented the previews for the FeedViewController view controller in the Feed framework. 2024-03-19 09:27:53 +01:00
5bd1de11e4 Moved the Configuration struct from the FeedViewModel view model to the FeedViewController view controller in the Feed framework. 2024-03-19 09:27:10 +01:00
36ea9659c6 Removed the unused ReviewCell table cell from the Feed framework. 2024-03-19 02:00:30 +01:00
a4fa2210e1 Integrated the FeedItem component into the FeedViewController view controller in the Feed framework. 2024-03-19 01:59:18 +01:00
de79b45b16 Implemented the FeedItem component in the Feed framework. 2024-03-19 01:54:40 +01:00
c0c05b1faa Integrated the FeedViewModel view model into the FeedViewController view controller in the Feed framework. 2024-03-18 23:23:24 +01:00
6d5b416471 Implemented the FeedViewModel view model in the Feed framework. 2024-03-18 23:22:46 +01:00
908ca1d4c9 Updated the Review model in the Feed framework to include the Rating struct. 2024-03-18 23:11:06 +01:00
22a48e1888 Created the FeedViewModel view model in the Feed framework and integrated it to the FeedViewController view controller. 2024-03-18 17:07:33 +01:00
24600daefa Rearranged the folder structure for the Feed framework. 2024-03-18 16:59:35 +01: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
8fc4bb165e [Framework] Feed framework setup (#2)
This PR contains the work done to set the Feed framework into the project, and then integrate it to the App target.

Reviewed-on: #2
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-03-16 00:28:59 +00:00