We have phased out the LDAP login form. Log in by using the CS Single Sign-On button in the Sign in with section below the Login form. 🐛

Skip to content

Jenna: Report Generation/Flask Connection

Jenna Rigby requested to merge jenna into main
  • Edited the AnalyticsReport class and the ReportGenerator class to allow for basic PDF generation (incomplete, currently just creates graph on pdf)
  • Edited the FlaskApp class to allow for receiving requests from frontend and then sending this data to the APIController class where it extracts the data and sends it to the LabellelingService to work with, and then return the result to be sent all the way back to frontend. (currently just for receiving and classifying individual questions)
  • Created a test class that uses pytest to mock class data. This was used to test that Report Generation works.
Edited by Jenna Rigby

Merge request reports

Loading