invernyx / smartcars-3-bugs

The bug tracker for the smartCARS 3 application
3 stars 0 forks source link

[FEATURE] - Show data in the user's preferred unit across the app #112

Closed Thien42 closed 1 year ago

Thien42 commented 1 year ago

Describe the bug Currently the fuel usage in the logbook is only in lbs. We should show it in kgs if that is the unit the user set in their settings. This also applies to the log in the flight-tracking.

turbofandude commented 1 year ago

This will require us to build an SDK library specifically for conversion to/from user-specified units. This is so we can allow third party plugins to easily and natively support this as well.

Thien42 commented 1 year ago

We could also only make the conversion in the UI if that makes more sense. Since the users can set their own units in the settings, showing something in the wrong unit will damage the user experience and can create confusion IMO

Thien42 commented 1 year ago

Will be implemented in the next release