-
Notifications
You must be signed in to change notification settings - Fork 13
Unit Tests for dashboard system #539
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
Open
xvalec01
wants to merge
20
commits into
crocs-muni:page
Choose a base branch
from
xvalec01:tests/page-dash-unit-tests
base: page
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- Updated the home.py file to improve the structure of collection cards, enhancing the layout and responsiveness. - Changed the collection metadata structure to use enum directly instead of string values. - Enhanced card hover effects and added new styles for better visual feedback. - Removed the old dashboard.css file and integrated its styles into base.css for better organization and maintainability. - Updated the dash.html.jinja2 template to remove the reference to the now-deleted dashboard.css file. - Improved the overall styling for dropdowns, date pickers, and loading states to ensure consistency across the dashboard.
- Introduced a new module `components.py` containing reusable UI components such as section headers, dropdowns, inputs, cards, and chart type selectors to maintain consistency across dashboard pages. - Updated `home.py` to integrate a "Getting Started" section using the new components, improving the layout and readability of the home page. - Refactored the collection card building logic for better clarity and maintainability. - Added a dashed border utility in `base.css` for empty state cards to enhance visual feedback.
…ced security insights
…te related charts
…ts and update related configurations
…s and update component IDs
5480e69 to
a5030b2
Compare
… scale support in tests
…ming conventions and remove deprecated components
e9c6f8a to
68d54b6
Compare
- Deleted outdated UML diagrams: system_class_diagram_v3.puml and system_class_diagram_v4.puml. - Updated the filter factory to streamline option building and removed redundant comments. - Enhanced the filter registry to clarify filter specifications and their parameters. - Simplified the common page layout by removing unnecessary comments and improving readability. - Cleaned up the filter type definitions by removing unused imports and organizing the code structure.
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.
No description provided.