cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Setup Gorm to allow tutoring application #118

Open ALackey-ai opened 7 months ago

ALackey-ai commented 7 months ago

Added and adjusted go handlers for CRUD type operations between dao(gorm) and db [t:30]

ALackey-ai commented 7 months ago

Researched how to make the handlers work for a Request type functionality. Updated GetTutorApplicationHandler.go and created the appRequest.go model to support this function. [t:60]

ALackey-ai commented 7 months ago

Looked through the handler for 'posting' or adding a new entry to the applications table but I think the dao function is all that's needed. I'm not sure we need a handler for the creation of it. I will have to discuss with teammates and do more research. For now I think this task is done.

[t:10]