mcab / hiber

API for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Create HouseInformation model #6

Closed mcab closed 5 years ago

mcab commented 5 years ago

Related to #3, relies on #5.

Instead of storing all of the information given by the API in the House model, we can instead store it in a separate model. Since this should be a one-to-one relationship expressed by a foreign key, the House model should be put in first.

This should be in the Sprint 3 UML diagram.

mcab commented 5 years ago

Closed with #15.