-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Make boolean values a checkbox #77
Comments
I'm not sure if this is still a pressing issue, but perhaps a checkbox would work better than a dropdown box? Although, to be fair, I kinda wish there was an enum system for bee configuration... |
A checkbox makes more sense than a drop-down menu for a Boolean value!
On Sun, 5 May 2019 at 13:34, CalmBit ***@***.***> wrote:
I'm not sure if this is still a pressing issue, but perhaps a checkbox
would work better than a dropdown box?
Although, to be fair, I kinda wish there was an enum system for bee
configuration...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#77 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJ276W7YZS2ZYQGMTO3IXLPTZISRANCNFSM4C72AI6Q>
.
--
James Mills / prologic
E: prologic@shortcircuit.net.au
W: prologic.shortcircuit.net.au
|
@CalmBit Do you mean enums for the types? |
@muesli I think the idea I was roughly trying to express was related to the ability to configure a bee with an enumerated value of some kind. That is to say, if a value can only have a set range of values that would be better served with a string identifier, perhaps some sort of way to expose a true dropdown? |
@CalmBit Yeah, that's probably a good idea! As a heads up: the new admin system has a bit of type reflection, so we can at least handle types differently. |
Can we change the title of this ieeue?
I do not believe this should be a "dropdown menu". Wrong UI/UX IHMO. |
The "skip_first" value is supposed to be a boolean. However, the form on the website presented is a text field with no indication what the expected values are (true, True, 1 etc.). The form should be replaced with a well-formed dropdown menu that allows to chose only valid answers.
One example for this wrong behavior is in the RSS feed bee, which is also used as the introductory example. It should probably changed first.
The text was updated successfully, but these errors were encountered: