Added a Swagger page for API documentation (available at /docs) to make local development easier.
Log in to leave a comment
Added debug info to the settings page, which makes testing (without being technical) and diagnostics easier. This was because it was hard to ask the non-technical to give something like their gradebook data, or their credentials.
Log in to leave a comment
This devlog adds a scraped course history page. This is not publicly viewable, but is available hidden; it works by scraping code from a GET request to the site. I tried to use revere-engineered (spent like six hours debugging 🫠) SOAP APIs, but it seems like none exist.
Log in to leave a comment
Added a new calendar page. The old page used the gradebook endpoint, and we made the assignments ourselves. The new page uses native Synergy calendar endpoints which provide more data like holiday, school notices and better assignment coverage.
Log in to leave a comment