curtisullerich / attendance

An attendance application built for the Iowa State University Cyclone Football 'Varsity' Marching Band.
MIT License
6 stars 2 forks source link

Update grading policy and associated tests #222

Closed curtisullerich closed 11 years ago

curtisullerich commented 11 years ago

this is the policy to implement

A: Less than or equal to 140 minutes B: Greater than 140 minutes and less than or equal to 155 minutes C: Greater than 155 minutes and less than or equal to 170 minutes D: Greater than 170 minutes and less than or equal to 185 minutes F: Greater than 185 minutes

curtisullerich commented 11 years ago

A more general definition: take total number of minutes absent subtract two times the length of a normal rehearsal (80*20=160) subtract the number of minutes worked off if the result is: <= 0, A <= 15, B <= 30, C <= 45, D

45, F

curtisullerich commented 11 years ago

Still need to add more tests for this, as the existing ones didn't really translate well into edge cases for the new system.

curtisullerich commented 11 years ago

We could always have more tests, but I think I covered all cases.