Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Episode information in Recently Played section on Feed - All tab #254

Open
1 task
tomastiminskas opened this issue Feb 3, 2025 · 3 comments
Open
1 task
Assignees
Labels

Comments

@tomastiminskas
Copy link
Contributor

tomastiminskas commented Feb 3, 2025

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

Image

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
@tomastiminskas
Copy link
Contributor Author

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

@zataara
Copy link

zataara commented Feb 6, 2025

@tomastiminskas I can take this one.

@zataara
Copy link

zataara commented Feb 7, 2025

#266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants