-
Notifications
You must be signed in to change notification settings - Fork 318
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
Web/add dataset drawer #2672
Web/add dataset drawer #2672
Conversation
Signed-off-by: sharpd <[email protected]>
Signed-off-by: sharpd <[email protected]>
✅ Deploy Preview for peppy-sprite-186812 canceled.
|
@phixMe @wslulciuc - this is what I was talking about. It's a bit of hack but you get the idea. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2672 +/- ##
=========================================
Coverage 84.08% 84.08%
Complexity 1379 1379
=========================================
Files 248 248
Lines 6295 6295
Branches 286 286
=========================================
Hits 5293 5293
Misses 849 849
Partials 153 153 ☔ View full report in Codecov by Sentry. |
Signed-off-by: sharpd <[email protected]>
Signed-off-by: sharpd <[email protected]>
elevation={0} | ||
anchor='right' | ||
open={open} | ||
onClose={handleClose} |
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.
This is only used in one place, so you shouldn't need a wrapper function.
anchor='right' | ||
open={open} | ||
onClose={handleClose} | ||
sx={{ zIndex: 1300 }} |
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.
Can you reference a variable for this in the theme?
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.
yeah cool will move this out.
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.
Cool will fix this up.
Signed-off-by: sharpd <[email protected]>
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.
Thanks @davidsharp7
* add drawer to Dataset info on click Signed-off-by: sharpd <[email protected]> * update drawer formatting/revert chips to row Signed-off-by: sharpd <[email protected]> * fix logic errors in description Signed-off-by: sharpd <[email protected]> * add icon fo visual drawer cue Signed-off-by: sharpd <[email protected]> * update code based on feedback. Refer to theme values remove function. Signed-off-by: sharpd <[email protected]> --------- Signed-off-by: sharpd <[email protected]> Co-authored-by: sharpd <[email protected]> Signed-off-by: yanlibert <[email protected]>
* add drawer to Dataset info on click Signed-off-by: sharpd <[email protected]> * update drawer formatting/revert chips to row Signed-off-by: sharpd <[email protected]> * fix logic errors in description Signed-off-by: sharpd <[email protected]> * add icon fo visual drawer cue Signed-off-by: sharpd <[email protected]> * update code based on feedback. Refer to theme values remove function. Signed-off-by: sharpd <[email protected]> --------- Signed-off-by: sharpd <[email protected]> Co-authored-by: sharpd <[email protected]>
Problem
An idea to move some column level attributes to a side drawer to make better use of screen real estate and with a view of adding additional column level information.
Solution
Add a drawer which displays column level information (tags at the moment) on the right hand of the screen when a column is selected. Use an accordion to allow hide/expand data elements.
One-line summary:
Add drawer to dataset column view.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)