vie74050 / ecgpacerapp

Single page webapp to simulate ECG and pacemaker functions, used as a teaching and learning tool.
https://vie74050.github.io/ecgpacerapp/
Other
0 stars 0 forks source link

UI Settings Options #11

Closed vie74050 closed 1 year ago

vie74050 commented 1 year ago

Ability to set options on which parts of the web app to show/hide.

The ECG graph will always be shown but these other regions can be hidden, depending on use case:

  1. BP graph
  2. Pace maker options
  3. Settings options
vie74050 commented 1 year ago

To hide DOM element based on URL params pass {id}=0

e.g. {URL}?pacer=0&bpgraph=0&settings=0