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 selecting a conference when adding a submission more user friendly #15

Open
nodunayo opened this issue Mar 5, 2017 · 12 comments
Open

Comments

@nodunayo
Copy link
Owner

nodunayo commented Mar 5, 2017

At the moment, this is the experience people have:

screen shot 2017-03-05 at 18 50 13

This makes it difficult to use and it's hard to work out whether the conference you are looking for has already been added or not.

Perhaps there's a way to type in a conference, select a year and then find or create the record depending on what's been entered?

Any other ideas welcome!

@deniseyu
Copy link

@nodunayo I've used this library before: https://harvesthq.github.io/chosen/

When you click in the dropdown menu, a textbox appears, and it will do an exact-string match against all the dropdown options. It's pretty great for filtering huge collections.

The drawback is it doesn't work on mobile browsers at all, the last time I tried.

@jemagee
Copy link
Contributor

jemagee commented Mar 16, 2017 via email

@nodunayo
Copy link
Owner Author

Ooh, thanks for this @deniseyu!

Do you know what happens on mobile? Will it just be as if there was no library installed?

Thanks!

@deniseyu
Copy link

@nodunayo correct, I think the JS will become turned off on mobile and it will default to however the mobile browser handles dropdowns.

@andrew
Copy link
Contributor

andrew commented Mar 27, 2017

Slightly improved by #23

screen shot 2017-03-27 at 9 13 36 am

@jemagee
Copy link
Contributor

jemagee commented Apr 12, 2017

Would you be opposed to including redis in the project?

@nodunayo
Copy link
Owner Author

Hmm, I'd have to do a bit more research on that. My instinct says avoid it unless you have to.

Sorry for the slow response! I've been away.

@flyinggrizzly
Copy link
Contributor

flyinggrizzly commented Mar 25, 2018

This is again slightly different after #66

Event years are now grouped in optgroups

RailsConf
  2016
  2017
Bath Ruby
  2016
  2017

da8e94ae-e5e5-4982-ae83-673cf03334d6

@rubydesign
Copy link

if you filtered out past ones and sort them in time order the list would be quite use-able until you have many more conferences in the db

@nodunayo
Copy link
Owner Author

@rubydesign — how would it work if you wanted to add a proposal to past events? In fact, the vast majority of the time, people are adding proposals in for past events, not upcoming ones.

@rubydesign
Copy link

@nodunayo Sorry, then i misunderstood the app. I thought people add proposals for talks they want to give in the future. Sorry

@nodunayo
Copy link
Owner Author

@rubydesign No worries at all. Thanks for trying to help! :-)

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

6 participants