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

pagination on individual report results #280

Open
vjeffrey opened this issue May 8, 2019 · 0 comments
Open

pagination on individual report results #280

vjeffrey opened this issue May 8, 2019 · 0 comments
Labels
compliance reporting This issue or pull request applies to the compliance reporting part of Automate

Comments

@vjeffrey
Copy link

vjeffrey commented May 8, 2019

User Story

The endpoint we use to populate pages like node details (api/v0/compliance/reporting/reports/id/{report_id}) currently returns the entire report. This is a bit problematic b/c it means the ui is trying to load the results of 350+ controls, creating a bit of a performance issue at times.

Let's see if we can figure out how to get some pagination on this endpoint to ease the load on the ui.

Definition of Done

GetReport endpoint accepts and respects pagination parameters

@vjeffrey vjeffrey added the compliance reporting This issue or pull request applies to the compliance reporting part of Automate label May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compliance reporting This issue or pull request applies to the compliance reporting part of Automate
Projects
None yet
Development

No branches or pull requests

1 participant