Add a limited favorite concept #130
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To help resolve #59, I have an idea witch is about adding the ability to set 10 subscriptions as favorites and show the latest non read episodes listed in the homepage.
The discover page only appear if you click on "Add a new podcast".
Why 10 ?
Because I have to fetch episodes for each favorites and 10 is the maximum amount that can be fetch simultaneously without taking down the browser and the server.
Other technical limitation, I don't want to use any database so this will be stored on a cookie.