jawanndenn icon indicating copy to clipboard operation
jawanndenn copied to clipboard

Add ternary choice "maybe/dunno"

Open bagage opened this issue 7 years ago • 4 comments

Really cool project, I feeled desperate to find a nice meetings scheduler!

Would be nice to have a three possible vote values: yes, no but also dunno/possible if really needed.

Doodle provides that (as well as framadate), I think that's somehow the only choice you can answer sometimes.

bagage avatar Aug 03 '17 17:08 bagage

I thought there was a ticket for that but I cannot find it. I agree that would be nice to have as an option.

It's a tough challenge with regards to usability and also implementation. Either you need a tristate-checkbox which is a can of worms of its own (e.g. https://github.com/Dogfalo/materialize/issues/3875 for what I wanted to be sexy enough, the what color has that third state, what to do with keypresses) or you need multiple controls (say radio "buttons") or make your own altogether. Plus all of that makes the interface more complex. So I'm really not sure what to do about that.

hartwork avatar Aug 04 '17 21:08 hartwork

Yeah, I agree with you. I've tried implementing it (https://github.com/bagage/jawanndenn/commit/8c8e0cf5e308070052e5383857bad985b0538ecf), but it's somewhat not super clean. (I had to remove filled-in class for instance, as you stated on materialize issue - not a big deal for me though). But since I needed it for a project, it might be a starting point for you at least :).

bagage avatar Aug 05 '17 13:08 bagage

@bagage looks like you made a lot of improvements in your branch -- would you consider submitting some PR's back to this project?

stackedsax avatar Jan 09 '20 04:01 stackedsax

@stackedsax sorry I stopped used it. Feel free to do so if you think it's valuable!

bagage avatar Jan 09 '20 12:01 bagage