cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Further flesh out misc gorm handlers that will be needed down the road #121

Open ALackey-ai opened 7 months ago

ALackey-ai commented 7 months ago

Starting working on the handler for getting the client sessions, running into some odd issues, will need to do some research and debugging on whats wrong [t:30]

ALackey-ai commented 7 months ago

Fixed some bugs with the session handler stuff, worked on the handler stuff for getting the EOS survey [t:30]

ALackey-ai commented 7 months ago

Updated handlers to a stopping point so that the branch could be merged into the feature branch, allowing the feature branch to be merged into main finally.

[t:10]

ALackey-ai commented 7 months ago

Found an error that was causing the build to fail. The issue is with a error handler that I am trying to assign a bool to a type Error class. Tried to do some research but it seems more complicated than I expected, being a class of its own. I need to find documentation on it to see how to create an error to assign to the variable appropriately in those places. I commented it out for now and will come back to it. [t:20]