esqLABS / 0buzz

MIT License
0 stars 0 forks source link

Add Unit system toggle in input screen #2

Closed Felixmil closed 1 week ago

Felixmil commented 2 weeks ago

We need a "metric" / "Imperial" switch button to toggle between the two unit system. The value should be stored in app_data so it can be passed to the individual module:


ospsuite::createIndividualCharacteristics(
  ...,
  heightUnit = XXX,
  weightUnit = YYY
)
Felixmil commented 2 weeks ago

Metric needs to be preselected. When Imperial is clicked, sliders should change units and values should be converted.