curtisullerich / attendance

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

Refresh Button #184

Closed curtisullerich closed 12 years ago

curtisullerich commented 12 years ago

We have a number of absences that are covered by forms, but need to be updated because we added that fix to full-absence approved form Bs. Just need a button that will call ac.update(...) on every absence.

curtisullerich commented 12 years ago

I split this up to refresh forms, students, and absence individually. Refreshing forms ends up taking way too long (over 30 seconds, so it times out). I think we can just start a new background process to avoid this kind of thing? For the moment though, refreshing absences should have taken care of the particular reason for needing this.