Adds Downtime Awareness 47/68347/2
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 12 Aug 2019 18:18:25 +0000 (14:18 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Tue, 13 Aug 2019 16:49:44 +0000 (12:49 -0400)
commitd78fcef6ec55dbaa225c6607bdac430539bf3f0b
tree653cc5a73b3f2508c8ec93bf3055a3d87497929d
parent3418c7a7baae772f1bb58e9a827c1e6198dbed54
Adds Downtime Awareness

This adds a Downtime model and relevant operations so that
the dashboard knows when a lab is down for maintenance and
can act accordingly.

This change doesn't modify the front end at all,
but it does pass relevant downtime info to the
templates so that they can be updated in a future change.

Change-Id: Idb88b15838b949f352f11a31a1fce9749d283d28
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
src/account/migrations/0004_downtime.py [new file with mode: 0644]
src/account/models.py
src/api/forms.py [new file with mode: 0644]
src/api/models.py
src/api/urls.py
src/api/views.py
src/booking/views.py