quickhac / qhac-ios

Native iOS app to allow checking of grades, based on the QuickHAC Chrome extension.
0 stars 0 forks source link

Parse new RRISD gradebook's data #50

Open tristanseifert opened 9 years ago

tristanseifert commented 9 years ago

It's horribly broken and doesn't work, because RRISD's new gradebook is a piece of shit.

tristanseifert commented 9 years ago

This needs quite a bit of backend work to be done. We need to retool the code to deal with the fact that one request gets us all the six weeks grade, as well as all assignments—but for all classes in a given six-weeks period.

Class discovery needs to be significantly changed to go through all marking periods before deciding which classes are available. Determination of which classes actually have data is simplified to checking for rows in its table.

Basically, RRISD's gradebook sucks.