curtisullerich / attendance

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

Class list is not loading in field mobile app #258

Closed danstiner closed 10 years ago

danstiner commented 10 years ago

Uploading data also does not work.

Going to the app and using a network inspector, the result coming back from /field/data/classlist is an HTML page, indicated the endpoint isn't set up correctly.

danstiner commented 10 years ago

Looks like 32d99ec97bfc6ea5357b8f83ba2fe72bf9f94ace introduced explicitly named pages to MobileAppDataServlet. Before it just handled all of /field/data/*, but now it only handles /field/data or /field/data/index.

The previous design was perhaps not the best, but its too bad this break slipped by into production