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

Create a merger mechanism to composite the collection's graph data with the one from the DB. #527

Open
1 of 2 tasks
juanmahidalgo opened this issue May 19, 2022 · 0 comments

Comments

@juanmahidalgo
Copy link
Contributor

🎉 Description

When we introduced the pagination and filters to the /collections endpoint, we added the option to filter by status. The problem here is that the approved ones can only be retrieved from the graph, so we had to move the fetch before getting the db data. A proper solution will be to create a merger mechanism that fetch both the graph and db data and then consolidates (or hydrates the graph data with the db one).

  • 🐛 This is a bug report.
  • 📈 This is a feature request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant