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

Make boolean values a checkbox #77

Open
schoeke opened this issue Feb 12, 2017 · 6 comments
Open

Make boolean values a checkbox #77

schoeke opened this issue Feb 12, 2017 · 6 comments

Comments

@schoeke
Copy link

schoeke commented Feb 12, 2017

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.

@CalmBit
Copy link
Collaborator

CalmBit commented May 5, 2019

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...

@prologic
Copy link
Contributor

prologic commented May 5, 2019 via email

@muesli
Copy link
Owner

muesli commented May 5, 2019

@CalmBit Do you mean enums for the types?

@CalmBit
Copy link
Collaborator

CalmBit commented May 5, 2019

@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?

@muesli
Copy link
Owner

muesli commented May 5, 2019

@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.

@prologic
Copy link
Contributor

prologic commented May 7, 2019

Can we change the title of this ieeue?

Make boolean form a dropdown menu

I do not believe this should be a "dropdown menu". Wrong UI/UX IHMO.

@CalmBit CalmBit changed the title Make boolean form a dropdown menu (e.g. RSS feed bee) Make boolean values a checkbox May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants