hashplan / calendar

Apache License 2.0
0 stars 0 forks source link

admin area sortable/searchable #52

Closed hashplan closed 9 years ago

hashplan commented 9 years ago

Separated out of #51

Enhancements to admin area:

I think sortable columns for the tables.

I think what would also help with venues, maybe even events also, is a quick search. Flipping through 70+ pages of venues to find the one you want would be a pain.

romasolot commented 9 years ago

Hi Stas,

I added sorting/search for venues (http://hashplans.com/admin/venues/venues_list) Please have a look and let me know if such variant works fine for you. If yes - I'll add such control elements for each entity.

hashplan commented 9 years ago

Roma, this is great.

Here is a user case that will help enhance this. If I want to see all sticky venues in New York, I type in "new york" into the search bar and click on "is sticky" column to sort by yes/no. There is some sort of grouping going on and seems like it is sorting by id rather than the column I clicked on, so all "yes" values are not together and all "no" values are not together either. Could we make it a bit more flexible?

romasolot commented 9 years ago

Hi Stas,

There is some sort of grouping going on and seems like it is sorting by id rather than the column I clicked on, so all "yes" values are not together and all "no" values are not together either.

Fixed. Please check