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

[Enhancement] [Starlight BE NestJS]Fix Admin Dashboard Graphs Not Rendering on Page Load #1192

Open
SasaMama01 opened this issue Aug 25, 2024 · 0 comments
Labels

Comments

@SasaMama01
Copy link

Description:
The graphs in the admin dashboard are not rendering correctly when the page loads, forcing users to refresh the page for the graphs to display. The issue is likely related to the graph rendering logic not being triggered properly on initial load. The task is to investigate and resolve the issue so that graphs load correctly the first time.

Purpose:
Improve the user experience by ensuring that graphs render immediately when the admin dashboard page is loaded, without requiring additional steps like refreshing the page.

Requirements:
Investigate the current graph rendering logic to identify where the issue is occurring.
Ensure that the graph rendering function is correctly triggered during the initial page load.
Verify that any dependencies (like data fetching or timing issues) are addressed so that graphs render consistently.
Test across different devices and browsers to confirm consistent behavior.
Expected Outcome:
When the admin dashboard loads, all graphs render correctly without requiring the user to refresh the page.

Acceptance Criteria:
The graphs on the admin dashboard render immediately upon the first page load.
The issue is resolved across all supported browsers and screen sizes.
No additional refresh or user intervention is needed for graphs to display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant