-
Notifications
You must be signed in to change notification settings - Fork 6
filter by city, country, gender, intern, junior_developer etc.... #8
Comments
I think that sounds great. It would be a great way for jrs to find the data they're looking for, since it could be a little while between now and when we get any real visualisations/data analysis going on. I think the first focus should be on being able to filter by location.... Seems like the most logical thing people will go to first. |
We could abuse rails admin for that. By disabling all editing actions (new, edit) and things like history etc...
I'm not sure I like it, since it breaks railsadmin for actual use by administrators, but it would be an instant fix (see #15) |
hmmmm but the idea is that everyone can filter by gender/city etc.... on the index page, so this wouldn't just be used by admins. I don't think that we would need an admin area yet (if ever).... Implementing basic filtering on the front end is definitely possible, plus then we have more styling options (which is near impossible with rails admin). wdyt? |
Agreed, don't think this is the best idea, would be a lazy quick fix, but cause pain later on. Was just a quick thought this morning. I'll close the PR. |
Ok, I'll work on this. Can you assign me @berlintam? Is that even possible when I'm not part of the rubycorns group? |
I just looked and it doesn't seem possible. But you are officially assigned in my books :) Thanks so much! |
Finally managed to find some time to work on this... |
It would be great to have filters on the junior_storyies#index page so that users can filter the stories by attributes that mean the most to them. (think similar to our filter here http://rorganize.it/groups) I think we can start with:
thoughts @sareg0?
The text was updated successfully, but these errors were encountered: