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

buttons to adjust the first board mean/stddev quickly during a run #18

Open
csunday95 opened this issue Apr 29, 2020 · 1 comment
Open
Labels
enhancement New feature or request frontend-interface Interface changes/improvements to the UI priority:medium Moderately high priority issues
Milestone

Comments

@csunday95
Copy link
Collaborator

During a run, the runner might determine they need to change their first board mean/stddev based on gameplay. Having a set of buttons that allows incrementing/decrementing the textboxes might be helpful. This could be in the form of a set of orders of magnitude buttons e.g.

[-1000]
[-100]
[-10]
| mean entry field |
[+10]
[+100]
[+1000]
@csunday95 csunday95 added enhancement New feature or request frontend-interface Interface changes/improvements to the UI priority:medium Moderately high priority issues labels May 8, 2020
@csunday95 csunday95 added this to the backlog milestone May 9, 2020
@Amphitryon0
Copy link
Collaborator

I don't think users need that many options. People who restart their game will not be changing it during runs, so we only have to cater to people with means in the millions. With such a high mean, it's not realistic to specify it much more precisely than the nearest 50k, but the people who adjust during a run are also generally not going to deviate by more than a few hundred thousand. Thus, I would just have two buttons, like

First board mean: [−50] |7150| [+50]

Now, what's stopping me from implementing this is the rest of the settings. Aside from perhaps the first board standard deviation, none of the others should have buttons, and I think it would look bad in the grid layout to have just one or two with buttons and the rest without.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend-interface Interface changes/improvements to the UI priority:medium Moderately high priority issues
Projects
None yet
Development

No branches or pull requests

2 participants