You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show Episode information in Recently Played section on Feed - All tab instead of show information
Base branch: develop: All new changes needs to be done using develop branch as base branch. We use develop as base for Test Flight distribution releases
Context
All tab has 2 main sections: Following where all shows (including podcast, videos and newsletters) are shown and Recently Played section where it shows just shows that has been played recently
Screenshot
Requirements
Adapt logic to start showing the information about the episode/video that was recently played instead of the show (podcast/channel) information
Create new DataSourceItems (one for podcast, one for video, one for newsletters) in AllTribeFeedsCollectionViewController to receive a ContentFeedItem instead of a ContentFeed just for Recently Played section.
Implement getCurrentItem() method on ContentFeed model (using getCurrentEpisode() on PodcastFeed as reference) after filtering those feeds where $0.dateLastConsumed != nil (which means that have been played)
Acceptance Criteria
Implement logic to replace show information by recency played episode/video information in Recently Played section
The text was updated successfully, but these errors were encountered:
In order to have content on your feed you need to do a search (one on Listen tab, one on Watch, one on Read) and subscribe to some Podcast, Channels and Newsletters
Show Episode information in Recently Played section on Feed - All tab instead of show information
Base branch: develop: All new changes needs to be done using
develop
branch as base branch. We usedevelop
as base for Test Flight distribution releasesContext
All tab has 2 main sections: Following where all shows (including podcast, videos and newsletters) are shown and Recently Played section where it shows just shows that has been played recently
Screenshot
Requirements
DataSourceItems
(one for podcast, one for video, one for newsletters) inAllTribeFeedsCollectionViewController
to receive aContentFeedItem
instead of aContentFeed
just for Recently Played section.getCurrentItem()
method onContentFeed
model (usinggetCurrentEpisode()
onPodcastFeed
as reference) after filtering those feeds where$0.dateLastConsumed != nil
(which means that have been played)Acceptance Criteria
The text was updated successfully, but these errors were encountered: