sberczuk / power-school-reporter-react

Port of power school reporter to use React and Typescript
1 stars 0 forks source link

no year shown #1

Open dmd opened 4 months ago

dmd commented 4 months ago

I hit download, and it gives me a file called "myData.mime". I load that, and the app shows the student's name, but the "Select Year" dropdown remains unpopulated.

dmd commented 4 months ago

Well, this makes sense actually - looking at the XML, there is no progress information whatsoever. StudentDemographicRecord and StudentSchoolEnrollmentData are fully populated, but CourseHistory is a self-closing tag, and AcademicPerformanceSummary has only a GraduationDate in it.