twitter-archive / clockworkraven

Human-Powered Data Analysis with Mechanical Turk
http://twitter.github.com/clockworkraven/
Apache License 2.0
300 stars 58 forks source link

Converts the evaluations page to a datatable #13

Closed daveFNbuck closed 12 years ago

daveFNbuck commented 12 years ago

The main benefit here is that the evaluations page is searchable.

travisbot commented 12 years ago

This pull request passes (merged dd4441aa into 5a21e36a).

benweissmann commented 12 years ago

I'm not sure how I feel about shipping all evaluations to the client every time they hit the front page -- perhaps we could use server-side processing as shown in http://railscasts.com/episodes/340-datatables?view=asciicast

Also, it would be nice to use bootstrap for the style so it fits in better -- take a look at http://datatables.net/blog/Twitter_Bootstrap_2

daveFNbuck commented 12 years ago

Thanks, I'll try to update this with server-side processing and bootstrap styling when I have some time.