Skip to content
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

Implement missing values component #123

Merged
merged 5 commits into from
May 5, 2022

Commits on May 3, 2022

  1. initial setup for missing values

    - only using test data
    - nothing connected yet
    surchs committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a1148e9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Fixing reactivity in store

    - assignment to missingValueColums in store is reactive now
    surchs committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9ee165c View commit details
    Browse the repository at this point in the history
  2. missing Value Component viewer

    - component reactively shows global store
    - filters by relevantColumns
    - has event emitter to "remove value" and have this be stored in store
    surchs committed May 4, 2022
    Configuration menu
    Copy the full SHA
    c72f598 View commit details
    Browse the repository at this point in the history
  3. missing value card body style

    - card title bar fills full width
    surchs committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7514813 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. add missing semicolons

    surchs committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4dd582e View commit details
    Browse the repository at this point in the history