curtisullerich / attendance

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

Absence Merging isn't happening completely before updating the user grade. #231

Closed curtisullerich closed 11 years ago

curtisullerich commented 11 years ago

This causes almost everything important to fail.

curtisullerich commented 11 years ago

The fix I implemented allows for an "eventual consistency" kind of update. We still have early/unnecessary calls to updateUserGrade, but this should work and may be affected by a future rewrite. Marking as wontfix.