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

[Reader] Implement "Tags" feed fetching #20588

Closed
RenanLukas opened this issue Apr 3, 2024 · 1 comment
Closed

[Reader] Implement "Tags" feed fetching #20588

RenanLukas opened this issue Apr 3, 2024 · 1 comment

Comments

@RenanLukas
Copy link
Contributor

RenanLukas commented Apr 3, 2024

To populate the new Tags feed we will need to fetch a few posts from each tags and create a map of tags -> post lists that can be used by the feed.

Some important notes/ideas:

  • The fetching function/use-case could receive the list of tags to be fetched
  • We will fetch a limited constant number of posts for each of the requested tags
  • At first, let's try to use only what the codebase already has in terms of fetching posts from tags (without creating extra Repositories or DB Tables)
@dangermattic
Copy link
Collaborator

dangermattic commented Apr 3, 2024

Thanks for reporting! 👍

@thomashorta thomashorta self-assigned this Apr 10, 2024
@thomashorta thomashorta changed the title [Reader] Implement "Tags" feed loaded state [Reader] Implement "Tags" feed fetching Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants