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

Mission GUI rounds values too aggressively #575

Open
jkirk5 opened this issue Oct 17, 2024 · 0 comments
Open

Mission GUI rounds values too aggressively #575

jkirk5 opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working usability UI/UX or API improvements

Comments

@jkirk5
Copy link
Contributor

jkirk5 commented Oct 17, 2024

Description

When interacting with the GUI, if you type a value then interact with other parts of the GUI, such as adding or removing a point, or interacting with pop-up elements, values are rounded. The rounding is as follows: time to the nearest minute, altitude to the nearest foot, and Mach number to two decimal points.

Altitude can stay as-is, but time should be allowed at least one decimal point and Mach should get at least 3

Example

Run the mission gui, type 10.9 for time, 10.9 for altitude, and 0.119 for Mach, then add and remove another point, go into the advanced options, or interact with the plots (just hovering over them works). Time is changed to 11, altitude is changed to 11, and Mach is changed to 0.12

Aviary Version

0.9.4-dev

Relevant environment information

No response

@jkirk5 jkirk5 added bug Something isn't working usability UI/UX or API improvements labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working usability UI/UX or API improvements
Projects
None yet
Development

No branches or pull requests

1 participant