ryanpepe2000 / mscs710-backend

Project for capping.
MIT License
1 stars 1 forks source link

Update Models - Matrix Systems #33

Closed casaltarelli closed 2 years ago

casaltarelli commented 2 years ago

Purpose We have decided to remove the current Model DeviceAssignment and instead have chosen to incorporate user_id directly into our Device model. This will require for us to add additional attributes into our Device model such as:

Expected Behavior Upon the creation of a new Device record within our database we need to supply the respective user for which the device belongs too. Our Device model should contain the following attributes:

casaltarelli commented 2 years ago

This work has been completed on 33/update-device-model and is ready to be merged into develop