yourPISD / yourpisd

Android app to access myPISD (Plano Independent School District grades portal)
MIT License
2 stars 4 forks source link

Handle multiple students #11

Open sid-kap opened 8 years ago

sid-kap commented 8 years ago

Parser.parseStudents currently only handles the case where there is one student. (The multiple-students case occurs with parent accounts that have multiple students.)

My guess is that currently, if there are multiple students, it uses the first student. i'm not sure though.

theKidOfArcrania commented 8 years ago

Yeah I think it handles the first student, we haven't gotten to implementing that yet though.

theKidOfArcrania commented 7 years ago

At least for the beta version, I'm probably going to just disable parent viewing (for now) so that we can push the app ASAP

sid-kap commented 7 years ago

That make sense---it's better to have some of it working than nothing working