We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now if a folder has 600 pages, it hydrates by sending 600 postgres queries. We can make that 1.
Look at https://github.com/pulibrary/figgy/blob/ex_figgy/ex_manifest/apps/ex_manifest_api/lib/ex_manifest_api/resource/query.ex#L6-L21 for inspiration, where we gathered up members for an old Elixir-based manifest generation service.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reasoning
Right now if a folder has 600 pages, it hydrates by sending 600 postgres queries. We can make that 1.
Acceptance Criteria
First step
Look at https://github.com/pulibrary/figgy/blob/ex_figgy/ex_manifest/apps/ex_manifest_api/lib/ex_manifest_api/resource/query.ex#L6-L21 for inspiration, where we gathered up members for an old Elixir-based manifest generation service.
The text was updated successfully, but these errors were encountered: