cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Setup Sql application table to support questions #105

Open ALackey-ai opened 4 months ago

ALackey-ai commented 4 months ago

Went through the current application on the literacy lab website to see what needed to be in the new application. Did some redesign and functional analysis of how best to set up the tables for the information to be stored and later retrieved most efficiently. Changed the tables to support application storage in the database.

[t:70]

ALackey-ai commented 4 months ago

Updated it slightly to be more clear [t:5]

ALackey-ai commented 4 months ago

Went over the implementation plan of gorm with teamate, recognized fixes needed and made appropriate changes to allow support of application functionality. Also started looking at how to use gorm to create the application table entries. [t:35]