brandonsato / cbbpoll

This is the app for managing the /r/CollegeBasketball user poll
4 stars 5 forks source link

Add up/down arrows to reorder rankings #51

Closed brantonb closed 9 years ago

brantonb commented 9 years ago

Until drag & drop is implemented (#44), a useful stopgap could be up/down arrows for each team. There are arrows available in Bootstrap. The basic logic would be to swap the contents of the select/text elements with the ones above or below it, depending on the arrow that was clicked. If you want to move a team up 4 spots, you'd have to click the up arrow beside it 4 times as it moves up the list. Simple but straightforward.

jdharms commented 9 years ago

Made obsolete by implementation of drag and drop.

Arrows on mobile is something that might be explored in the (distant) future.