pez-globo / pufferfish-software

All software for the Pufferfish ventilator.
Apache License 2.0
0 stars 1 forks source link

Dashboard should show both measured FiO2 & flow and set FiO2 & flow #309

Closed ethanjli closed 3 years ago

ethanjli commented 3 years ago

Currently the frontend's HFNC dashboard shows a large area with three plots. We need to remove these for the HFNC-only release. I propose that we replace the entire right half of the dashboard with another panel collection (so the dashboard will consist of two panel collections: one on the left, and one on the right).

We could add two more black panels to the collection on the left (perhaps as an additional column), which will show the measured FiO2 and flow rates (these come from SensorMeasurements), as well as alarm limits. The panel collection on the right could add two black panels to show the set FiO2 and flow rates (these come from Parameters), but not alarm limits. Note that the alarm limits for FiO2 and flow rate are not adjustable, so all four of these panels will open "Set Value" modals when tapped.

We should remove the ROX Index panel, since we have no way to determine respiratory rate for the HFNC release (respiratory rate is needed to calculate ROX index).

If we have too much whitespace after these changes, it'd be great if we could increase the font size of all text in the dashboard's panels.