OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

Database migration needs to be created for the assessments feature structure #504

Closed seidior closed 1 year ago

seidior commented 1 year ago

Describe the Feature / Enhancement

A new database migration needs to be created that contains the CREATE TABLE and ALTER TABLE commands that will set up the tables for the assessments feature.

Additional Details and Resources

Link to ERD: https://drawsql.app/teams/opentree-education/diagrams/assessments

Correct Project Selected

Labels

seidior commented 1 year ago

EOD Update: I created the branch (sorry, team!) as an example to the other groups for what they have to do in their issues, and I committed the migration file as an example. The team has begun work on crafting the SQL syntax necessary for creating the new tables (green in ERD) and altering the existing ones (teal in ERD) to complete the ticket. There are some existing tables whose changes we discussed verbally that I will need to share with them tomorrow in order to fully complete this task, but they have their work cut out for them for now.

Next Steps:

Out of Scope:

abdalbagi93 commented 1 year ago

EOD Update: We were able to create an assessment migration structure successfully.