f3ndot / doorprize

A Rails application where cyclists who were "doored" can report their incident for the purpose of gathering statistics
www.doored.ca
MIT License
14 stars 0 forks source link

Sort incidents by incident date, filing date, and injury severity #2

Closed f3ndot closed 10 years ago

f3ndot commented 10 years ago

Simple enough.

When listing the incidents, Incidents#index should support sorting by the following attributes:

  1. Incident#datetime_of_incident
  2. Incident#created_at
  3. Incident#severity (TODO in #1)