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

Decoupling tabs in the experiment page and display them after validating #375

Open
wants to merge 40 commits into
base: develop
Choose a base branch
from

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    f0677d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into bugfix/decouple-experiment-page-tabs-and-…

    …validate-before-displaying
    upendrakumbham authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a21e6ee View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    7a48932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a071970 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 30, 2024

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

Commits on Feb 2, 2024

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

Commits on Feb 9, 2024

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

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    532389c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9aa46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c05e1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca946ac View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    ea37496 View commit details
    Browse the repository at this point in the history
  2. Remove log messages

    upendrakumbham committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fcaab7c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    05d2fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35bceb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Move all helper functions to tabConfig.js file as part of ExperiemntP…

    …ageRouter.js file cleanup
    upendrakumbham committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    99088cf View commit details
    Browse the repository at this point in the history
  2. Move PropTypes to propTypes.js file as part of ExperiemntPageRouter.j…

    …s file cleanup to reduce it's size for the future maintenance
    upendrakumbham committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b1cf7e5 View commit details
    Browse the repository at this point in the history
  3. Improved file

    upendrakumbham committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5eaf719 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e84663d View commit details
    Browse the repository at this point in the history
  2. Remove renamed file

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    08588ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef7792 View commit details
    Browse the repository at this point in the history
  4. result tab validations

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a60205f View commit details
    Browse the repository at this point in the history
  5. conflict resolved html demo page update

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    53c0ce8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add a suggesterEndpoint validation to the result tab

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7189295 View commit details
    Browse the repository at this point in the history
  2. add experiment-design tab validations

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d4179e1 View commit details
    Browse the repository at this point in the history
  3. Add validation attributes to the 'Supplementary-information' and 'Dow…

    …nload' tabs
    
    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4d3abc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Common validations code improvements

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bf01724 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add inner tab validations and make it result tab enablement depends o…

    …n any one of the inner tabs visibility
    
    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    21731ac View commit details
    Browse the repository at this point in the history
  2. Update TabConfig

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    865c176 View commit details
    Browse the repository at this point in the history
  3. Refactor a function name

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fea148e View commit details
    Browse the repository at this point in the history
  4. Improve cell plots tab validations function

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    707dd79 View commit details
    Browse the repository at this point in the history
  5. Improve cell plots tab and marker genes tab validations

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0473eeb View commit details
    Browse the repository at this point in the history
  6. Add backend ksWithMarkerGenes attribute payload for the marker genes …

    …tab validation of Annadata experiment
    
    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a690dfc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Remove console.log messages and ; to make code consistent

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4ef6772 View commit details
    Browse the repository at this point in the history
  2. Made code format changes to make code consitent

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    10a0f14 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Delete propTypes.js file

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    76ed29e View commit details
    Browse the repository at this point in the history
  2. Refactor variable name

    Signed-off-by: upendrakumbham <[email protected]>
    upendrakumbham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f9a1240 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into bugfix/decouple-experiment-page-tabs-and-…

    …validate-before-displaying
    upendrakumbham committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2887bfb View commit details
    Browse the repository at this point in the history