You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: