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

Reduce Audit results load by only fetching selected metrics #122

Open
fargito opened this issue Mar 10, 2020 · 0 comments
Open

Reduce Audit results load by only fetching selected metrics #122

fargito opened this issue Mar 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fargito
Copy link
Contributor

fargito commented Mar 10, 2020

Feature Description

On a project page, when fetching /api/audits/results?audit_parameters=<some_id>, all of the metrics are returned by the api.

Only the metrics that are currently selected in the local storage for the project should be returned.

How

Pass the metrics as query params and filter the results in the python view

@phacks phacks added the enhancement New feature or request label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants