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

Manual cleaning of data based on user preferences #44

Closed Koltheguy closed 1 year ago

Koltheguy commented 1 year ago

Automatically determine which cells need attention using the user-defined preferences. Highlight/Filter these cells for the users to easily find and edit.

Koltheguy commented 1 year ago

blocked by issue #34 and #43

mustachemo commented 1 year ago
  1. click "Clean Data" Button
  2. Get taken to a popup Modal or the current DashTable changes
  3. Two new buttons show up (or already there previously) "Next" and "Previous"
  4. Clicking either button will go to the next/previous cell that has EMPTY/CORRUPT (NaN/Null)/non-datatype enforced CELLS

  5. click "Clean Formatting" Button
  6. Get taken to a popup Modal or the current DashTable changes
  7. Two new buttons show up (or already there previously) "Next" and "Previous"
  8. Clicking either button will go to the next/previous cell that has INCORRECTLY-FORMATTED CELLS
mustachemo commented 1 year ago

'Check Datatype Clean' Operation works! look at branch feature/datatype-clean

Koltheguy commented 1 year ago

currently resolving persistence bugs mentioned in #68

mustachemo commented 1 year ago

I should be able to fix #68 today. I've also broken apart the diffferent functionalities for our main cleaning operations to issues #71 and #51

mustachemo commented 1 year ago

I have fixed bug #68

mustachemo commented 1 year ago

This issue is too vague, and i've split it up. so I will close it for now