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

Add API endpoint for the dashboard data #583

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

JVT038
Copy link
Collaborator

@JVT038 JVT038 commented Feb 19, 2024

This PR adds an endpoint which returns all the data that's shown in the dashboard.
Additionally, it also returns the dashboard rows and their properties (e.g. whether they're extended)

If the row is hidden, then the data for that row won't be included in the API response. The new Vue frontend will hide / collapse that row and if the user clicks on it, the client manually requests the data for the row. This adds lazy loading support for the dashboard row, (partially?) fixing #394

Part of #572

@JVT038 JVT038 mentioned this pull request Feb 19, 2024
74 tasks
@JVT038 JVT038 linked an issue Feb 19, 2024 that may be closed by this pull request
74 tasks
@JVT038 JVT038 removed a link to an issue Feb 28, 2024
74 tasks
Also added HTTP tests and updated the OpenAPI specs

Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
Signed-off-by: JVT038 <47184046+JVT038@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant