Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Render numbers #308

Open
LarsFlieger opened this issue Feb 5, 2023 · 1 comment
Open

Issue Render numbers #308

LarsFlieger opened this issue Feb 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working frontend
Milestone

Comments

@LarsFlieger
Copy link
Contributor

@mlp909

@LarsFlieger LarsFlieger added bug Something isn't working frontend labels Feb 5, 2023
@LarsFlieger LarsFlieger added this to the Sprint 7 milestone Feb 5, 2023
@mlp909
Copy link
Contributor

mlp909 commented Feb 6, 2023

Aktuelle Schwierigkeit, die richtige Einheit zu wählen.
Bei Gewichten ab 1000 g wird eigentlich als Einheit kg genommen, trotzdem soll der Wert genau sein.

Der Wert stimmt um ein paar Gramm nicht, wenn auf zwei Stellen gerundet wird.
Beispiel: 1487 g = 1.49 kg <-- Zu viel

Aktuell wird jetzt auf drei Stellen gerundet.
Beispiel: 1487 g = 1.487 kg <-- Kann eigentlich gleich 1487 g bleiben, hat gleiche Anzahl an Ziffern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

2 participants