[Framework] Show top words for filtered items in the Feed List #12

Merged
javier merged 12 commits from framework/feed/top-words into main 2024-03-21 01:13:13 +00:00

12 Commits

Author SHA1 Message Date
516fefd870 Integrated the TopWordsView view into the FeedListViewController view controller in the Feed framework. 2024-03-21 02:09:39 +01:00
235b8eeba5 Implemented the TopWordsView view in the Feed framework. 2024-03-21 02:02:28 +01:00
c9ea6de3d5 Implemented the TopWord model in the Feed framework. 2024-03-21 02:01:11 +01:00
0f4fb372e3 Improved the FeedListViewController view controller in the Feed framework a little bit. 2024-03-21 00:41:08 +01:00
8c0fed9007 Conformed the FeedItemCell and the TopWordsCell table cells in the Feed framework to the TableCell protocol from the UI library. 2024-03-21 00:34:01 +01:00
fa81de0a66 Implemented the TableCell protocol in the UI library. 2024-03-21 00:33:03 +01:00
863f1c08ad Implemented the TopWordsCell table cell in the Feed framework. 2024-03-21 00:19:54 +01:00
dc91c93a5e Conformed the FeedItemCell table cell in the Feed framework to the CellIdentifiable protocol. 2024-03-21 00:18:34 +01:00
3632de9518 Defined the CellIdentifiable protocol in the UI library. 2024-03-21 00:17:43 +01:00
d05f198471 Implemented the FeedItemCell table cell in the Feed framework. 2024-03-21 00:12:54 +01:00
d5a288ff39 Renamed the FeedItemCell component in the Feed framework as FeedItemView. 2024-03-21 00:04:28 +01:00
763b6ddefc Implemented the calculation of reviews' top words for the FeedListViewController view controller in the Feed framework. 2024-03-20 23:40:28 +01:00