From cd503f639c70cabf7f4f563585d26200a49f7a3c Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 2 Jun 2022 14:42:11 -0500 Subject: [PATCH] add edit_lineup dashboard --- .idea/runConfigurations/runserver_plus.xml | 2 +- benchcoach/static/css/bootstrap-grid.css | 5051 ++++++ benchcoach/static/css/bootstrap-grid.rtl.css | 5050 ++++++ benchcoach/static/css/bootstrap-reboot.css | 485 + .../static/css/bootstrap-reboot.rtl.css | 482 + benchcoach/static/css/bootstrap-utilities.css | 4866 ++++++ .../static/css/bootstrap-utilities.rtl.css | 4857 ++++++ benchcoach/static/css/bootstrap.css | 11266 +++++++++++++ benchcoach/static/css/bootstrap.rtl.css | 11242 +++++++++++++ benchcoach/static/css/paper.css | 38 + benchcoach/static/css/project.css | 5 + benchcoach/static/images/benchcoach.svg | 23 + benchcoach/static/images/favicons/favicon.ico | Bin 8348 -> 60034 bytes benchcoach/static/images/teamsnap.svg | 1 + benchcoach/static/js/Sortable.js | 3783 +++++ benchcoach/static/js/bootstrap.bundle.js | 6812 ++++++++ benchcoach/static/js/bootstrap.esm.js | 4999 ++++++ benchcoach/static/js/bootstrap.js | 5046 ++++++ benchcoach/static/js/chart.esm.js | 10627 +++++++++++++ benchcoach/static/js/chart.js | 13269 ++++++++++++++++ benchcoach/static/js/helpers.esm.js | 7 + benchcoach/static/js/project.js | 431 + benchcoach/templates/account/login.html | 4 +- benchcoach/templates/base.html | 18 +- benchcoach/templates/pages/home.html | 32 + benchcoach/templates/socialaccount/login.html | 19 + .../socialaccount/snippets/login_extra.html | 3 + .../socialaccount/snippets/provider_list.html | 32 + certs/127.0.0.1.crt | 18 - certs/127.0.0.1.key | 28 - certs/localhost.crt | 18 - certs/localhost.key | 28 - certs/my-dev-env.local.cert | 25 - certs/my-dev-env.local.key | 28 - config/settings/local.py | 1 + instagen/migrations/__init__.py | 0 instagen/utils/__init__.py | 0 teamsnap/forms.py | 40 +- teamsnap/templates/dashboard.html | 148 + teamsnap/templates/event/view_event.html | 2 +- teamsnap/templates/lineup/edit.html | 10 + .../templates/lineup/multiple_choose.html | 97 + .../templates/lineup/multiple_choose_2.html | 45 + teamsnap/templates/lineup/multiple_edit.html | 37 + teamsnap/templates/lineup/widgets/lineup.html | 77 + .../lineup/widgets/lineup_table.html | 69 + teamsnap/urls.py | 17 +- teamsnap/views.py | 200 + 48 files changed, 89184 insertions(+), 154 deletions(-) create mode 100644 benchcoach/static/css/bootstrap-grid.css create mode 100644 benchcoach/static/css/bootstrap-grid.rtl.css create mode 100644 benchcoach/static/css/bootstrap-reboot.css create mode 100644 benchcoach/static/css/bootstrap-reboot.rtl.css create mode 100644 benchcoach/static/css/bootstrap-utilities.css create mode 100644 benchcoach/static/css/bootstrap-utilities.rtl.css create mode 100644 benchcoach/static/css/bootstrap.css create mode 100644 benchcoach/static/css/bootstrap.rtl.css create mode 100644 benchcoach/static/css/paper.css create mode 100644 benchcoach/static/images/benchcoach.svg create mode 100644 benchcoach/static/images/teamsnap.svg create mode 100644 benchcoach/static/js/Sortable.js create mode 100644 benchcoach/static/js/bootstrap.bundle.js create mode 100644 benchcoach/static/js/bootstrap.esm.js create mode 100644 benchcoach/static/js/bootstrap.js create mode 100644 benchcoach/static/js/chart.esm.js create mode 100644 benchcoach/static/js/chart.js create mode 100644 benchcoach/static/js/helpers.esm.js create mode 100644 benchcoach/templates/socialaccount/login.html create mode 100644 benchcoach/templates/socialaccount/snippets/login_extra.html create mode 100644 benchcoach/templates/socialaccount/snippets/provider_list.html delete mode 100644 certs/127.0.0.1.crt delete mode 100644 certs/127.0.0.1.key delete mode 100644 certs/localhost.crt delete mode 100644 certs/localhost.key delete mode 100644 certs/my-dev-env.local.cert delete mode 100644 certs/my-dev-env.local.key create mode 100644 instagen/migrations/__init__.py create mode 100644 instagen/utils/__init__.py create mode 100644 teamsnap/templates/dashboard.html create mode 100644 teamsnap/templates/lineup/edit.html create mode 100644 teamsnap/templates/lineup/multiple_choose.html create mode 100644 teamsnap/templates/lineup/multiple_choose_2.html create mode 100644 teamsnap/templates/lineup/multiple_edit.html create mode 100644 teamsnap/templates/lineup/widgets/lineup.html create mode 100644 teamsnap/templates/lineup/widgets/lineup_table.html diff --git a/.idea/runConfigurations/runserver_plus.xml b/.idea/runConfigurations/runserver_plus.xml index 0c5de49..cae6ab1 100644 --- a/.idea/runConfigurations/runserver_plus.xml +++ b/.idea/runConfigurations/runserver_plus.xml @@ -17,7 +17,7 @@