localstatic / glf

"Good Lunch Friday" polling application to allow a group to vote on where to go for lunch.
MIT License
1 stars 2 forks source link

Organize places on nomination page #24

Open derekawalker opened 11 years ago

derekawalker commented 11 years ago

When viewing the page to nominating a restaurant, it would be cool if the list was sorted by cuisine type. Alphabetizing the list would also make it easier to find what you are looking for quickly.

localstatic commented 11 years ago

Places are now being listed alphabetically on the "nominate" page. Further organization will come once the Place model is fleshed out with more data attributes (e.g. the "cuisine type" you mentioned). This functionality is what is referred to in issue #21, and could probably be even more comprehensive than that.