User subsystem 74/74074/1
authorJustin Choquette <jchoquette@iol.unh.edu>
Mon, 7 Aug 2023 18:10:19 +0000 (14:10 -0400)
committerJustin Choquette <jchoquette@iol.unh.edu>
Mon, 7 Aug 2023 18:16:04 +0000 (14:16 -0400)
commita6168306c08e8d5b207b9acc48869180d194ff01
tree51ffcafac4ae0b5fd4da363d9bf839e8ad3fc286
parenta09db9f287a02873c0226759f8ea444bb304cd59
User subsystem

Change-Id: Ibef4ede9b2d6a3ea465f79a9b5cbcc821afbccae
Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
24 files changed:
src/account/forms.py
src/account/migrations/0011_userprofile_ipa_username.py [new file with mode: 0644]
src/account/migrations/0012_auto_20230725_1749.py [new file with mode: 0644]
src/account/migrations/0013_auto_20230727_1903.py [new file with mode: 0644]
src/account/models.py
src/account/urls.py
src/account/views.py
src/api/urls.py
src/api/utils.py [new file with mode: 0644]
src/api/views.py
src/booking/migrations/0012_auto_20230802_1810.py [new file with mode: 0644]
src/booking/models.py
src/dashboard/forms.py [new file with mode: 0644]
src/dashboard/views.py
src/static/js/workflows/book-a-pod.js
src/static/js/workflows/design-a-pod.js
src/static/js/workflows/workflow.js
src/templates/base/account/settings.html [new file with mode: 0644]
src/templates/base/account/user_list.html [deleted file]
src/templates/base/dashboard/landing.html
src/templates/base/workflow/book_a_pod.html
src/templates/base/workflow/design_a_pod.html
src/workflow/README [deleted file]
src/workflow/views.py