mcab / hiber

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

Expose House (and accompanying models) over API #28

Closed mcab closed 5 years ago

mcab commented 5 years ago

Now that we have House, HouseInformation (HouseEnvironmentFeatures + HousePhysicalFeatures), and Observation all put in, plus a way to register over API, we need to now implement CRUD for those models. They always needed to be scoped to an authenticated user, and with the system in place, we can now test that.

Once this is in place, the view logic just needs to be made into JSON so that we can expose it for Flightplan, while the administrative side can just pull on the newest records for visualization and record keeping.

mcab commented 5 years ago

Closed by #29.