Implement Booking Modification Interface
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 5 Jan 2018 21:07:13 +0000 (16:07 -0500)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Tue, 9 Jan 2018 20:03:34 +0000 (15:03 -0500)
commita1df798486c60c911dfb2e6c2c487f7bcb7f6d01
tree60bec95b5de53c332ab1101240095940e5a4554b
parentc81da17a046f1ad81f05de8a242b14ec02cf7c9a
Implement Booking Modification Interface

Jira: PHAROS-330

Users can change start date if it has not already occurred, and
can change end date, purpose, and both installer and scenario.
Standard checks apply similar to when initially creating a booking.

Change-Id: Ibae7fe91a58bd6e0741db065265c05c3823bdc27
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
14 files changed:
src/account/migrations/0002_auto_20180109_2002.py [moved from src/account/migrations/0003_lab.py with 61% similarity]
src/account/migrations/0002_userprofile_email_addr.py [deleted file]
src/api/serializers.py
src/booking/forms.py
src/booking/migrations/0002_booking_changeid.py [moved from src/booking/migrations/0002_auto_20171213_1506.py with 68% similarity]
src/booking/migrations/0003_auto_20180108_2024.py [new file with mode: 0644]
src/booking/models.py
src/booking/urls.py
src/booking/views.py
src/notifier/migrations/0001_initial.py
src/static/js/booking-calendar.js
src/static/js/fullcalendar-options.js
src/templates/booking/booking_calendar.html
src/templates/booking/booking_detail.html