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

Add modal issue #57

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Add modal issue #57

wants to merge 9 commits into from

Commits on Jul 7, 2022

  1. Add modal issue

    - add function to stop computation if any alarm is raised
    - add modal triggered when any alarm is raised
    - fix logger level and add --logging_level to app arguments
    praffi-systemx committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    85dfb78 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

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

Commits on Jul 11, 2022

  1. Add to variant trees

    praffi-systemx committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    aa55fc6 View commit details
    Browse the repository at this point in the history
  2. Add running modes

    praffi-systemx committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f81f1d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Apply recommandation

    praffi-systemx committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    962a682 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Add simulate and integrate manual action

    - only layout, no callbacks yet
    praffi-systemx committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2ddf139 View commit details
    Browse the repository at this point in the history
  2. Add simulate and integrate manual action callbacks

    - Simulate and integrate manual action buttons will show only if the recommendations are open.
    - Simulate button doesn't work. There is a bug on main branch, simulated figure doesn't update on manual action.
    - Refactoring of recommendations
    - TODO: Handle multi-recommendations for human integrated actions
    praffi-systemx committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    423d0ea View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 21, 2022

  1. Add Expert Assistance

    - add expert assist tab with basic view from grid2viz/src/simulation/ExpertAssist.py
      this tab interacts with the recommendations
    - add some user input persistence through tab switch
    - prevent initial call on most of CAB's callbacks to fix bugs
    praffi-systemx committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    6d8b919 View commit details
    Browse the repository at this point in the history