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

17 condition selector #126

Draft
wants to merge 66 commits into
base: dev
Choose a base branch
from
Draft

17 condition selector #126

wants to merge 66 commits into from

Commits on Oct 8, 2024

  1. Initializing PR

    bbollen23 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6279a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e2044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2723c79 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    7391444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd42a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6de1db View commit details
    Browse the repository at this point in the history
  4. Data Loads

    Luke-Schreiber committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8bd762d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c962ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9274206 View commit details
    Browse the repository at this point in the history
  7. Added resizing

    bbollen23 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ad93c35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c232a2d View commit details
    Browse the repository at this point in the history
  9. Updated size slightly

    bbollen23 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    942b92c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    e5e3e9e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    7309d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6ec06 View commit details
    Browse the repository at this point in the history
  3. ConditionChart gets passed 'props' to create charts. Linting issues c…

    …hanged in condition selector.
    Luke-Schreiber committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef1a3b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. refactoring changes

    Luke-Schreiber committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    36ac5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d509aee View commit details
    Browse the repository at this point in the history
  3. Added small readme

    bbollen23 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8d666e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9aae63 View commit details
    Browse the repository at this point in the history
  5. Labels now come from experiment.json file. Fixed hover effects and re…

    …moved borders on condition selector.
    bbollen23 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f7cc59d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5286a17 View commit details
    Browse the repository at this point in the history
  7. Changed predicate to const

    bbollen23 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5fe2c04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ab1208 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    05dc8da View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Added mosaic selection store. All mosaic selections now pass through …

    …said store. Added another test page -- will be removed during PR
    bbollen23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5fddef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be46d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b4129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f3980 View commit details
    Browse the repository at this point in the history
  5. Added condition chart color scheme based on y-index. Remove unnecessa…

    …ry code from ConditionSelector
    bbollen23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fe0b0b7 View commit details
    Browse the repository at this point in the history
  6. Adjusted styles and position for condition charts. Uncentered and mad…

    …e width and height on chart auto.
    bbollen23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5be4a11 View commit details
    Browse the repository at this point in the history
  7. Added selection styles for condition chart. Added param to turn opaci…

    …ty off of "filtered" line when not selected
    bbollen23 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fb28762 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    89877ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6e41b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Revmoed unnecessary logs

    bbollen23 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    00c41b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    7fb1fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ce2d3 View commit details
    Browse the repository at this point in the history
  3. Removed clearMosaicSource from plot selector vue since unnecessary. R…

    …emoved opacity stuff from conditionSelector store.
    bbollen23 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    49fc4f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    489073c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Added typing for data selections -- defaults to cell. Updated mosaic …

    …selection store to use aggregate track level attributes
    bbollen23 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    89af358 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    1bfdecc View commit details
    Browse the repository at this point in the history
  2. Added error checking for creating aggregate table. Using header trans…

    …form values in creation of aggregate table.
    bbollen23 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8976fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c42e19 View commit details
    Browse the repository at this point in the history
  4. Added track level selection

    bbollen23 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    624b7bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2beced View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Changed "mosaicSelection" to "cellLevelSelection". Still using "mosai…

    …cSelection" as a general term. Updated to filter track level attribute (only dry mass) based on cell plot
    bbollen23 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2ed2f48 View commit details
    Browse the repository at this point in the history
  2. Changed "avg_mass" column to "AVG ${mass}". Made plot selector genera…

    …lized so that we can automatically create plots
    bbollen23 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    96c8487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e41cf View commit details
    Browse the repository at this point in the history
  4. Added median

    bbollen23 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2e3e0c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    711c848 View commit details
    Browse the repository at this point in the history
  2. fixed condition chart and filters not rendering when switching experi…

    …ments, updated condition chart styling, added basic filtering for agg line chart, added reset state for mosaic selections, auto load frame and mass for condition chart
    bbollen23 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3336f14 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Fixed same label condition chart issue, added proper loading to univa…

    …riate cell plot views (for long render times), added selection and filtering to image view, moved filtering logic to selection store, removed filter store
    bbollen23 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    bff2f0d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    8749a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1051772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    109c222 View commit details
    Browse the repository at this point in the history
  4. Refactored & shortened

    Luke-Schreiber committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea5d21e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63c536e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33dd6b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    4ec16b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06d7f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c30585 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Finished selection and filtering linking. Moved attribute plots into …

    …separate component folder. Added a "relative chart" view with toggle button.
    bbollen23 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    fa3b99f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb556fe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    5b58ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c45e318 View commit details
    Browse the repository at this point in the history
  3. Commented out exemplar view

    bbollen23 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    12403e8 View commit details
    Browse the repository at this point in the history