neelbhat88 / imuadev

2 stars 0 forks source link

Autocomplete Fields instead of Dropdown Menus for Academics #481

Open kylegracey opened 9 years ago

kylegracey commented 9 years ago

I'm sure this is probably a pretty big pain, but I want to bring up the argument for replacing dropdown menus with autocomplete fields for things like classes and service orgs (See also #480 ).

There are 3 major things autocomplete fields do for us

Those just scrape the surface. Yes it does open us up a little bit to duplicates. But the benefits FAR outweigh that slight annoyance, and they would apply basically anywhere we get data from the user.

ttapers commented 9 years ago

From #359 http://www.smashingmagazine.com/2009/12/08/principles-of-effective-e-commerce-search/

ttapers commented 9 years ago

I want this everywhere.

ttapers commented 9 years ago

A good first shot is probably the fix for #480

ttapers commented 9 years ago

angular-ui bootstrap typeahead. boom.

Somewhat relevant: http://stackoverflow.com/questions/21891229/search-box-in-angular-js

kylegracey commented 9 years ago

This works so great on Service hours. Makes things so much easier. Thank you!

Just throwing out a few other places these would be nice to have. No idea what implications it has on the backend.

neelbhat88 commented 9 years ago

Typeahead is being used on the Service and EC pages. Academics is the only one left for this one