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

Intuitive handling of the buttons to select fruit or vegetables #26

Closed
dfuchss opened this issue Aug 25, 2020 · 3 comments
Closed

Intuitive handling of the buttons to select fruit or vegetables #26

dfuchss opened this issue Aug 25, 2020 · 3 comments
Labels
topic: look and feel Improvements and additions to the app's appearance only

Comments

@dfuchss
Copy link
Collaborator

dfuchss commented Aug 25, 2020

I got slightly confused about how to use the buttons to select fruit or vegetables.

The following state transitions (bold print confuses me):

Fruit | Vege --- Fruit ---> Fruit | !Vege (1)
Fruit | Vege --- Vege ---> !Fruit | Vege (1)

Fruit | !Vege --- Fruit ---> Fruit | Vege (2)
Fruit | !Vege --- Vege --->Fruit | Vege

!Fruit | Vege --- Fruit ---> Fruit | Vege
!Fruit | Vege --- Vege ---> Fruit | Vege (2)

(1): quite strange :)
(2): understandable, but would not allow a transition, because that would be more intuitive from my point of view

@Flunzmas
Copy link
Collaborator

I got slightly confused about how to use the buttons to select fruit or vegetables.

The following state transitions (bold print confuses me):
...

The current transitions are the most intuitive I was able to come up when I implemented the buttons. If you have a suggestion that we both find more intuitive, I will change it :).

@dfuchss
Copy link
Collaborator Author

dfuchss commented Aug 25, 2020

I would prefer:
ad (1): Just disable Fruit when clicking on "active fruit" (and vice versa for vegetables)

ad (2): show no fruits / vegetables when disabling both (show some empty set / see #10 ) or just disable behavior of enabling the other one (in other words: on click do nothing :) )

What's your opinion on that?

@Flunzmas Flunzmas added the topic: look and feel Improvements and additions to the app's appearance only label Aug 26, 2020
@Flunzmas
Copy link
Collaborator

Now, that nobody else seems to find it unintuitive that way, I'll close this issue (will repoen it when there's the need to talk about this again 😁 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: look and feel Improvements and additions to the app's appearance only
Projects
None yet
Development

No branches or pull requests

2 participants