snahor / railschallenge-city-watch

Our first challenge! Build a JSON API for managing your city's emergency services.
0 stars 0 forks source link

Judges' feedback #2

Open ghost opened 9 years ago

ghost commented 9 years ago

Placeholder issue for judges' feedback.

railschallenge-judge01 commented 9 years ago

Routes

Migrations

Application Helper

Models

  validates :fire_severity, :police_severity, :medical_severity,
            presence: true, numericality: { only_integer: true, greater_than_or_equal_to: 0 }

Controllers

ghost commented 9 years ago

Verified score of 114 points on the automated scoring, based on the current master branch.

ghost commented 9 years ago

Your score breakdown (you placed 15th):

204 points total (only 2.5 points behind the person in 14th):