cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Create Getter and setter handlers for semester Tutoring obj #205

Open ALackey-ai opened 2 months ago

ALackey-ai commented 2 months ago

Created the getter and setters for the FileLink in the SemestTutObj table

[t:70]

ALackey-ai commented 2 months ago

Add in the routes

[t:5]

ALackey-ai commented 2 months ago

started and setup the testing process [t:15]

ALackey-ai commented 2 months ago

I thought I was done with this... haha thats funny. Started testing things using docker and postman, as I was about to test my new handler and dao function I realized there was a problem with the functionality of a table, that led me to find a whole host of things that needed to be changed. I altered the schema to support new table, and to reflect changes proposed/made in other branches, created models where necessary and changed existing models, added new fixed and added new handlers, added new functions in dao to support handlers. Adjust draw.io diagram of the schema to be a little more accurate. I have yet to test what I've implemented, will work on that next.

[t:250]