Jenna: Report Generation/Flask Connection
- 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