mcab / hiber

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

Create Observation model #7

Closed mcab closed 5 years ago

mcab commented 5 years ago

Related to #3, relies on #5.

Instead of having observations made on each bat house stored within the House model, we will split them off to another model. This allows us to easily retrieve from the API just the observations for a certain house.

Sprint 3 should have a UML diagram for it. But, not all fields are there. At minimum, we should keep track of when the observation was made (created).

mcab commented 5 years ago

Closed by #21.