mustachemo / data-runner

Intuitive and integrity driven data clean up tool
https://drive.google.com/file/d/1C_1nEKgnzB0OEN7P5VxO2JOAMSAkF4LI/view?usp=sharing
0 stars 0 forks source link

Add Cleanings side section #48

Closed mustachemo closed 1 year ago

mustachemo commented 1 year ago

Image

If you look at the sidebar, theres a

[Sub Title] cleanings [Button] Clean Data [Button] Clean Format [Button] Remove Duplicates

Implement those! Use dash mantine components library to just drag and drop components. have a dashed line underneath cleanings title, this can be achieved with style={ "marginBottom": "1px dashed black"}.

Also implement a "dmc.Tooltip" component, it just needs to wrap around your buttons. It's an on hover component that shows explanations of what the buttons will do. "Enforce datatype" has it, use it as an example

if you want, you can also try to implement modals for the buttons.

Koltheguy commented 1 year ago

regarding style, perhaps make a css file and use classes