-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature - New Visualization of Results #561
Feature - New Visualization of Results #561
Conversation
rudilp28
commented
Feb 22, 2022
- Implementation of new layout to improve visualization and comparison of results
- individual download checkbox implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are doing great, continue moving forward 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall you did a good job. 🚀
But I noticed that the usage guide is missing for these components:
- DatasetResult
- OperatorResultItem
- PlotResult
You can check the MonitoringDrawerItem
component for an example of how to create the usage guide.
src/pages/Experiments/Experiment/Drawer/ResultsDrawer/ResultsDrawerSkeleton.jsx
Outdated
Show resolved
Hide resolved
src/pages/Experiments/Experiment/Drawer/ResultsDrawer/ResultsParametersCard.jsx
Outdated
Show resolved
Hide resolved
src/pages/Experiments/Experiment/Drawer/ResultsDrawer/useGridLayout.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix styleguidist files prop types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job 🚀