cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Change Application handler to get semester id by default #192

Open ALackey-ai opened 3 months ago

ALackey-ai commented 3 months ago

Loaded schema into a db, figured out how to get all dummy data inserted for testing, got a insert statement to work for creating/submitting applications without the front end needing to know the current semester. Realized some issues with the current schema and models, removed them and some duplicate info, implemented the db call for posting applications in the dao.

[t: 140]

ALackey-ai commented 3 months ago

made some bug fixes to remedy issues with go's syntax [t:20]

ALackey-ai commented 3 months ago

Went over pr with other devs, realized some bugs and fixed them. Issue came up with needing another variable in the application table, added it. Realized another bug with checking the length of a field that should be accepted to be empty and fixed it.

[t:15]

ALackey-ai commented 3 months ago

Figured out how to build it with docker so that I could use dummy data and test the endpoints using postman. Then found out I had a bunch of errors that stopped my endpoints from working. Proceeded to spend a lot of time trying to debug it all. Eventually got it to work. [t:120]