feat(#178): Responsiveness & interactivity for PI Dashboard#180
Open
jimmysway wants to merge 2 commits intonerc-project:mainfrom
Open
feat(#178): Responsiveness & interactivity for PI Dashboard#180jimmysway wants to merge 2 commits intonerc-project:mainfrom
jimmysway wants to merge 2 commits intonerc-project:mainfrom
Conversation
9398e38 to
9126988
Compare
Builds on nerc-project#176 to add interactive and responsive features: - Add custom external tooltip handler with missing data indicators - Add responsive tick intervals and font sizes based on viewport - Add low-data state handling with centered display - Add missing data interpolation and grayscale visualization - Add graph/table toggle view - Add cumulative/daily data mode toggle - Add CSV export functionality - Add DataTable integration for table view - Add chart_tooltip.css and chart_controls.css styling Files: - patches/04_add_usage_chart.patch - Template modifications - src/static/chartjs/ - Chart.js library - src/static/css/ - Chart styling (controls, tooltips, variables) - src/static/js/ - Chart logic (utils, config, tooltip, allocation_detail) Closes nerc-project#178
9126988 to
8f89ba0
Compare
Snapshots are needed as a baseline comparison for tests. Tests cover UI states for different viewport sizes along with changes in data states Unit tests cover handling of chart logic and calculations
3223035 to
c6787c2
Compare
Author
|
Added tests for the frontend. I do apologize for the absolutely monumental size of changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builds on #176 to add interactive and responsive features:
Files:
Closes #178