BDSC-CDS / glowing-bear-medco-bioref

A modification of the MedCo front-end project which brings reference intervals to the rescue. Check the following link for a documentation about the BioRef-specific implementation: https://github.com/CHUV-DS/glowing-bear-medco-bioref/blob/bioref/bioref_doc.md
Mozilla Public License 2.0
0 stars 0 forks source link

Closing a histogram does not have a lasting effect #17

Open WiseIndian opened 2 years ago

WiseIndian commented 2 years ago

Closing a histogram does not have a lasting effect: After switching back to the cohort building tab and returning to the Statistics Results, the histogram reappears.

This information needs to be saved within the angular service linked to the explore statistics. Whenever a new query will be launched this information will need to be cleared. When a user switches from the result tab this information will need to be fetched in order to determine what histogram to display.

JLRaisaro commented 2 years ago

ADDIOTIONAL ELEMENT:

  • When a new analyte is chosen and the analysis is run, what should happen to the now “old” histogram? For now, it is replaced (however not instantly, see next point)

  • If a new analysis is done (and the GUI switches automatically to the “Statistics Results'' tab), the “old” histogram remains in the focus of the GUI, which is potentially misleading if the analysis takes a long time (see picture below right).

The desire is to clear information on the explore tab whenever a new query with a new cohort is run.