everyvote / everyvote_mini

Election information app for university student governments and other organizations
www.everyvote.org
1 stars 0 forks source link

Create 2 dynamic search menus OR drop-down menus for selecting a constituency and its elections #4

Closed mitchdowney closed 11 years ago

mitchdowney commented 11 years ago

1) Create dynamic drop-down menu's for the main page. The user should be able to select a Constituency in drop-down menu 1, and then they should be able to select an Election from within the selected Constituency in drop-down menu 2. I can create the election page html once these are completed.

OR for extra credit, create an autocomplete search menu for selecting the Constituency, and then a drop-down for Election. Eventually we need autocomplete for Constituency, but I assume that will take more work, and a drop-down for Constituency would be adequate for the MVP. So it's up to you if you'd like to create 2 drop-downs or an autocomplete and a drop-down.

image

aallen90 commented 11 years ago

Added dropdowns. Need to populate db with constituencies and elections to test.

mitchdowney commented 11 years ago

Both dynamic dropdowns work. Eventually these need to be replaced with an autocomplete search bar, but dropdowns should work fine for the month of September.