cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Test handlers and functions that were implimented #206

Open ALackey-ai opened 2 months ago

ALackey-ai commented 2 months ago

Made some changes to the backend and dao functionality. Tested and have proved GetSemesterTutoringObjByIdHandler and GetSemesterTutoringObjsByIdHandler and they both work! I will test the EOS_report related handlers soon. [t:35]

ALackey-ai commented 2 months ago

Was able to get the post EOS_Report to work but for some reason my values being passed into the getter are not getting passed in properly... Most of the time spent is just trying to figure out what the problem could be... [t:45]

ALackey-ai commented 2 months ago

Finally figured out the problem with my update and get EOS_file functions. They have been edited, tested and pushed. I realized I do need to update a function to take less parameters to make it easier for the front end though. I will do that later tonight... [t:50]

ALackey-ai commented 2 months ago

Changed some functions to take the parent id instead of the semester obj id to make it easier on the front end. Tested to make sure changes didn't break anything [t:25]