From 9cd2ed0ea5e76f07b99121b8ac5ad1067db95e93 Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Mon, 25 Nov 2024 10:33:13 -0600 Subject: [PATCH] Rename apcd-cms to acpd_cms, prepare for merge from main --- .github/workflows/apcd-cms.yml | 8 +- {apcd-cms => apcd_cms}/.dockerignore | 0 {apcd-cms => apcd_cms}/Dockerfile | 0 {apcd-cms => apcd_cms}/Makefile | 0 {apcd-cms => apcd_cms}/README.md | 4 +- {apcd-cms => apcd_cms}/docker-compose.dev.yml | 0 {apcd-cms => apcd_cms}/elasticsearch.yml | 0 {apcd-cms => apcd_cms}/src/__init__.py | 0 .../src/apps/admin_exception/__init__.py | 0 .../src/apps/admin_exception/apps.py | 0 .../static/admin_exception/css/modal.css | 0 .../static/admin_exception/css/table.css | 0 .../templates/edit_exception_error.html | 0 .../templates/edit_exception_modal.html | 2 +- .../templates/edit_exception_success.html | 0 .../templates/list_admin_exception.html | 4 +- .../templates/view_admin_exception_modal.html | 2 +- .../src/apps/admin_exception/urls.py | 0 .../src/apps/admin_exception/views.py | 0 .../src/apps/admin_extension/__init__.py | 0 .../src/apps/admin_extension/apps.py | 0 .../static/admin_extension/css/modal.css | 0 .../static/admin_extension/css/table.css | 0 .../templates/edit_extension_error.html | 0 .../templates/edit_extension_modal.html | 2 +- .../templates/edit_extension_success.html | 0 .../templates/list_admin_extension.html | 4 +- .../templates/view_admin_extension_modal.html | 2 +- .../src/apps/admin_extension/urls.py | 0 .../src/apps/admin_extension/views.py | 0 .../src/apps/admin_regis_table/__init__.py | 0 .../src/apps/admin_regis_table/apps.py | 0 .../static/admin_regis_table/css/table.css | 0 .../templates/create_submitter_error.html | 0 .../templates/create_submitter_modal.html | 0 .../templates/create_submitter_success.html | 0 .../templates/edit_registration_error.html | 0 .../templates/edit_registration_modal.html | 0 .../templates/edit_registration_success.html | 0 .../templates/list_registrations.html | 4 +- .../templates/view_registration_modal.html | 0 .../src/apps/admin_regis_table/urls.py | 0 .../src/apps/admin_regis_table/views.py | 0 .../src/apps/admin_submissions/__init__.py | 0 .../src/apps/admin_submissions/apps.py | 0 .../templates/list_admin_submissions.html | 4 +- .../view_admin_submission_logs_modal.html | 0 .../src/apps/admin_submissions/urls.py | 0 .../src/apps/admin_submissions/views.py | 0 .../src/apps/apcd_login/__init__.py | 0 .../src/apps/apcd_login/apps.py | 0 .../src/apps/apcd_login/auth.py | 0 .../src/apps/apcd_login/urls.py | 0 .../src/apps/common_api/apps.py | 0 .../src/apps/common_api/urls.py | 0 .../src/apps/common_api/views.py | 0 .../src/apps/components/paginator/__init__.py | 0 .../apps/components/paginator/paginator.py | 0 .../static/paginator/css/paginator.css | 0 .../paginator/templates/paginator.html | 0 .../src/apps/custom_example/__init__.py | 0 .../src/apps/custom_example/apps.py | 0 .../custom_example/custom_example.html | 0 .../src/apps/custom_example/urls.py | 0 .../src/apps/custom_example/views.py | 0 .../src/apps/exception/__init__.py | 0 .../src/apps/exception/apps.py | 0 .../templates/exception_err_no_sub_id.html | 0 .../templates/exception_submission_form.html | 0 .../src/apps/exception/urls.py | 0 .../src/apps/exception/views.py | 0 .../src/apps/extension/__init__.py | 0 .../src/apps/extension/apps.py | 0 .../extension_submission_form.html | 0 .../src/apps/extension/urls.py | 0 .../src/apps/extension/views.py | 0 .../src/apps/registrations/__init__.py | 0 .../src/apps/registrations/apps.py | 0 .../registrations/css/submission_form.css | 0 .../templates/registration_form.html | 0 .../registration_form_body.html | 0 .../registration_form_scripts.html | 0 .../submission_form/submission_error.html | 0 .../submission_form/submission_success.html | 0 .../src/apps/registrations/urls.py | 0 .../src/apps/registrations/views.py | 0 .../src/apps/submissions/__init__.py | 0 .../src/apps/submissions/apps.py | 0 .../static/submissions/css/modal.css | 0 .../static/submissions/css/table.css | 0 .../templates/list_submissions.html | 4 +- .../templates/view_submission_logs_modal.html | 0 .../src/apps/submissions/urls.py | 0 .../src/apps/submissions/views.py | 0 .../submitter_renewals_listing/__init__.py | 0 .../apps/submitter_renewals_listing/apps.py | 0 .../submitter_renewals_listing/css/table.css | 0 .../list_submitter_registrations.html | 4 +- .../apps/submitter_renewals_listing/urls.py | 0 .../apps/submitter_renewals_listing/views.py | 0 .../src/apps/utils/__init__.py | 0 .../src/apps/utils/apcd_database.py | 0 .../src/apps/utils/apcd_groups.py | 0 .../utils/registrations_data_formatting.py | 0 .../static/utils/js/checkForBlankInputs.js | 0 .../src/apps/utils/utils.py | 0 .../src/apps/view_users/__init__.py | 0 .../src/apps/view_users/apps.py | 0 .../static/view_users_table/css/modal.css | 0 .../static/view_users_table/css/table.css | 0 .../templates/view_user_edit_error.html | 0 .../templates/view_user_edit_modal.html | 2 +- .../templates/view_user_edit_success.html | 0 .../view_users/templates/view_user_modal.html | 2 +- .../apps/view_users/templates/view_users.html | 4 +- .../src/apps/view_users/urls.py | 0 .../src/apps/view_users/views.py | 0 {apcd-cms => apcd_cms}/src/client/.eslintrc | 0 {apcd-cms => apcd_cms}/src/client/.gitignore | 0 {apcd-cms => apcd_cms}/src/client/.prettierrc | 0 {apcd-cms => apcd_cms}/src/client/README.md | 0 .../src/client/babel.config.js | 0 .../src/client/build_client.sh | 0 {apcd-cms => apcd_cms}/src/client/main.tsx | 0 .../src/client/package-lock.json | 2937 +++++++++-------- .../src/client/package.json | 2 +- .../src/client/react-assets.html | 0 .../EditExceptionModal.module.css | 0 .../EditExceptionModal/EditExceptionModal.tsx | 0 .../Admin/EditExceptionModal/index.ts | 0 .../Exceptions/AdminExceptions.module.css | 0 .../Admin/Exceptions/AdminExceptions.tsx | 0 .../src/components/Admin/Exceptions/index.ts | 0 .../Admin/Extensions/AdminExtensions.tsx | 0 .../Admin/Extensions/ExtensionList.module.css | 0 .../src/components/Admin/Extensions/index.ts | 0 .../Registrations/AdminRegistrations.tsx | 0 .../components/Admin/Registrations/index.ts | 0 .../Submissions/AdminSubmissions.module.css | 0 .../Admin/Submissions/AdminSubmissions.tsx | 0 .../src/components/Admin/Submissions/index.ts | 0 .../ViewExceptionModal.module.css | 0 .../ViewExceptionModal/ViewExceptionModal.tsx | 0 .../Admin/ViewExceptionModal/index.ts | 0 .../Admin/ViewUsers/EditRecordModal.tsx | 0 .../Admin/ViewUsers/ViewRecordModal.tsx | 0 .../Admin/ViewUsers/ViewUsers.module.scss | 0 .../components/Admin/ViewUsers/ViewUsers.tsx | 0 .../src/components/Admin/ViewUsers/index.ts | 0 .../EditExtensionModal.module.css | 0 .../EditExtensionModal/EditExtensionModal.tsx | 0 .../ViewExtensionModal.module.css | 0 .../ViewExtensionModal/ViewExtensionModal.tsx | 0 .../Forms/Registrations/FormContact.tsx | 0 .../Forms/Registrations/FormEntity.tsx | 0 .../Registrations/RegistrationForm.module.css | 0 .../Forms/Registrations/RegistrationForm.tsx | 0 .../Forms/Registrations/TextFormField.tsx | 0 .../Forms/Registrations/USStates.fixture.ts | 0 .../components/Forms/Registrations/index.ts | 0 .../EditRegistrationModal.module.css | 0 .../EditRegistrationModal.tsx | 0 .../RegistrationList.module.css | 0 .../RegistrationList/RegistrationList.tsx | 0 .../Registrations/RegistrationList/index.ts | 0 .../ViewRegistrationModal.module.css | 0 .../ViewRegistrationModal.tsx | 0 .../ViewSubmissions.module.css | 0 .../ViewFileSubmissions/ViewSubmissions.tsx | 0 .../ViewSubmissionsModal.tsx | 0 .../Submissions/ViewFileSubmissions/index.ts | 0 .../Exceptions/ExceptionForm.module.css | 0 .../Submitter/Exceptions/ExceptionForm.tsx | 0 .../Exceptions/ExceptionFormPage.tsx | 0 .../components/Submitter/Exceptions/index.ts | 0 .../Extensions/ExtensionFormInfo.tsx | 0 .../Extensions/ExtensionsForm.module.css | 0 .../Submitter/Extensions/ExtensionsForm.tsx | 0 .../components/Submitter/Extensions/index.ts | 0 .../SubmitterRegistrationList.tsx | 0 .../Submitter/Registrations/index.ts | 0 .../core-components/Button/Button.module.css | 0 .../core-components/Button/Button.test.jsx | 0 .../src/core-components/Button/Button.tsx | 0 .../src/core-components/Button/index.ts | 0 .../src/core-components/Checkbox/Checkbox.jsx | 0 .../Checkbox/Checkbox.module.css | 0 .../Checkbox/Checkbox.test.jsx | 0 .../src/core-components/Checkbox/index.js | 0 .../Collapse/Collapse.module.css | 0 .../src/core-components/Collapse/Collapse.tsx | 0 .../src/core-components/Collapse/index.ts | 0 .../DescriptionList/DescriptionList.jsx | 0 .../DescriptionList.module.css | 0 .../DescriptionList/DescriptionList.test.jsx | 0 .../core-components/DescriptionList/index.js | 0 .../DropdownSelector/DropdownSelector.jsx | 0 .../DropdownSelector.module.css | 0 .../DropdownSelector.test.jsx | 0 .../core-components/DropdownSelector/index.js | 0 .../core-components/Form/FormField.global.css | 0 .../src/core-components/Form/FormField.jsx | 0 .../client/src/core-components/Form/index.js | 0 .../HistoryBadge/HistoryBadge.jsx | 0 .../HistoryBadge/HistoryBadge.module.css | 0 .../HistoryBadge/HistoryBadge.test.jsx | 0 .../src/core-components/HistoryBadge/index.js | 0 .../src/core-components/Icon/Icon.test.jsx | 0 .../client/src/core-components/Icon/Icon.tsx | 0 .../client/src/core-components/Icon/index.ts | 0 .../InfiniteScrollTable.css | 0 .../InfiniteScrollTable.jsx | 0 .../InfiniteScrollTable.module.css | 0 .../InfiniteScrollTable.test.jsx | 0 .../InfiniteScrollTable/index.js | 0 .../InlineMessage/InlineMessage.jsx | 0 .../core-components/InlineMessage/index.js | 0 .../LoadingSpinner/LoadingSpinner.global.css | 0 .../LoadingSpinner/LoadingSpinner.test.jsx | 0 .../LoadingSpinner/LoadingSpinner.tsx | 0 .../core-components/LoadingSpinner/index.ts | 0 .../src/core-components/Message/Message.jsx | 0 .../Message/Message.module.css | 0 .../core-components/Message/Message.test.jsx | 0 .../src/core-components/Message/index.js | 0 .../core-components/Paginator/Paginator.jsx | 0 .../Paginator/Paginator.module.css | 0 .../Paginator/Paginator.test.jsx | 0 .../src/core-components/Paginator/index.js | 0 .../client/src/core-components/Pill/Pill.jsx | 0 .../src/core-components/Pill/Pill.module.css | 0 .../src/core-components/Pill/Pill.test.jsx | 0 .../client/src/core-components/Pill/index.js | 0 .../src/client/src/core-components/README.md | 0 .../src/core-components/Section/Section.jsx | 0 .../Section/Section.module.css | 0 .../core-components/Section/Section.test.tsx | 0 .../src/core-components/Section/index.js | 0 .../SectionContent/SectionContent.jsx | 0 .../SectionContent.layouts.module.css | 0 .../SectionContent/SectionContent.module.css | 0 .../SectionContent/SectionContent.test.jsx | 0 .../core-components/SectionContent/index.js | 0 .../SectionHeader/SectionHeader.jsx | 0 .../SectionHeader/SectionHeader.module.css | 0 .../SectionHeader/SectionHeader.test.jsx | 0 .../core-components/SectionHeader/index.js | 0 .../SectionMessage/SectionMessage.jsx | 0 .../SectionMessage/SectionMessage.test.jsx | 0 .../core-components/SectionMessage/index.js | 0 .../SectionTableWrapper.jsx | 0 .../SectionTableWrapper.module.css | 0 .../SectionTableWrapper.test.jsx | 0 .../SectionTableWrapper/index.js | 0 .../src/core-components/ShowMore/ShowMore.jsx | 0 .../ShowMore/ShowMore.module.css | 0 .../src/core-components/ShowMore/index.js | 0 .../src/core-components/Sidebar/Sidebar.jsx | 0 .../Sidebar/Sidebar.module.css | 0 .../core-components/Sidebar/Sidebar.test.jsx | 0 .../src/core-components/Sidebar/index.js | 0 .../TextCopyField/TextCopyField.module.css | 0 .../TextCopyField/TextCopyField.tsx | 0 .../core-components/TextCopyField/index.js | 0 .../src/client/src/core-components/index.ts | 0 .../FieldWrapperFormik.global.css | 0 .../FieldWrapperFormik/FieldWrapperFormik.tsx | 0 .../core-wrappers/FieldWrapperFormik/index.ts | 0 .../QueryWrapper/QueryWrapper.tsx | 0 .../src/core-wrappers/QueryWrapper/index.ts | 0 .../SubmitWrapper/SubmitWrapper.css | 0 .../SubmitWrapper/SubmitWrapper.module.css | 0 .../SubmitWrapper/SubmitWrapper.tsx | 0 .../src/core-wrappers/SubmitWrapper/index.ts | 0 .../src/client/src/core-wrappers/index.ts | 0 .../src/client/src/hooks/admin/index.ts | 0 .../src/client/src/hooks/admin/useAdmin.ts | 0 .../src/client/src/hooks/cdls/index.ts | 0 .../src/client/src/hooks/cdls/useCDLs.ts | 0 .../src/client/src/hooks/entities/index.ts | 0 .../client/src/hooks/entities/useEntities.ts | 0 .../client/src/hooks/registrations/index.ts | 0 .../client/src/hooks/registrations/useForm.ts | 0 .../hooks/registrations/useRegistrations.ts | 0 .../src/client/src/hooks/submissions/index.ts | 0 .../src/hooks/submissions/useSubmissions.ts | 0 .../src/client/src/main.tsx | 0 .../src/client/src/react-app-env.d.ts | 0 .../src/client/src/setupTests.ts | 0 .../src/client/src/utils/dateUtil.ts | 0 .../src/client/src/utils/fetchUtil.ts | 0 .../src/client/src/utils/index.ts | 0 .../src/client/src/utils/stringUtil.ts | 0 .../src/client/src/vite-env.d.ts | 0 {apcd-cms => apcd_cms}/src/client/stats.html | 0 .../src/client/tsconfig.json | 0 .../src/client/vite.config.ts | 0 .../src/taccsite_cms/custom_app_settings.py | 0 .../templates/guides/getting_started.tam.html | 0 .../templatetags/limit_visibility_in_menu.py | 0 .../src/taccsite_cms/urls_custom.py | 0 .../apcd_cms/static/apcd-components.es.js | 0 .../css/modal--conflicts-with-core.css | 0 .../apcd_cms/static/apcd_cms}/css/modal.css | 0 .../static/apcd_cms}/css/site.cms.css | 0 .../css/table--conflicts-with-core.css | 0 .../apcd_cms/static/apcd_cms}/css/table.css | 0 .../static/apcd_cms}/img/favicons/favicon.ico | Bin .../apcd_cms}/img/org_logos/apcd-black.png | Bin .../apcd_cms}/img/org_logos/apcd-white.png | Bin .../apcd_cms}/img/org_logos/tacc-white.png | Bin .../apcd_cms/templates/assets_custom.html | 2 +- ...up-175-css-alerts-messages-ui-pattern.html | 2 +- .../apcd_cms/templates/standard.html | 0 314 files changed, 1681 insertions(+), 1314 deletions(-) rename {apcd-cms => apcd_cms}/.dockerignore (100%) rename {apcd-cms => apcd_cms}/Dockerfile (100%) rename {apcd-cms => apcd_cms}/Makefile (100%) rename {apcd-cms => apcd_cms}/README.md (94%) rename {apcd-cms => apcd_cms}/docker-compose.dev.yml (100%) rename {apcd-cms => apcd_cms}/elasticsearch.yml (100%) rename {apcd-cms => apcd_cms}/src/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/static/admin_exception/css/modal.css (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/static/admin_exception/css/table.css (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/templates/edit_exception_error.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/templates/edit_exception_modal.html (99%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/templates/edit_exception_success.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/templates/list_admin_exception.html (89%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/templates/view_admin_exception_modal.html (85%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_exception/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/static/admin_extension/css/modal.css (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/static/admin_extension/css/table.css (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/templates/edit_extension_error.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/templates/edit_extension_modal.html (98%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/templates/edit_extension_success.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/templates/list_admin_extension.html (74%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/templates/view_admin_extension_modal.html (98%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_extension/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/static/admin_regis_table/css/table.css (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/create_submitter_error.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/create_submitter_modal.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/create_submitter_success.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/edit_registration_error.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/edit_registration_modal.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/edit_registration_success.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/list_registrations.html (78%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/templates/view_registration_modal.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_regis_table/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_submissions/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_submissions/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_submissions/templates/list_admin_submissions.html (74%) rename {apcd-cms => apcd_cms}/src/apps/admin_submissions/templates/view_admin_submission_logs_modal.html (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_submissions/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/admin_submissions/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/apcd_login/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/apcd_login/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/apcd_login/auth.py (100%) rename {apcd-cms => apcd_cms}/src/apps/apcd_login/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/common_api/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/common_api/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/common_api/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/components/paginator/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/components/paginator/paginator.py (100%) rename {apcd-cms => apcd_cms}/src/apps/components/paginator/static/paginator/css/paginator.css (100%) rename {apcd-cms => apcd_cms}/src/apps/components/paginator/templates/paginator.html (100%) rename {apcd-cms => apcd_cms}/src/apps/custom_example/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/custom_example/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/custom_example/templates/custom_example/custom_example.html (100%) rename {apcd-cms => apcd_cms}/src/apps/custom_example/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/custom_example/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/exception/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/exception/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/exception/templates/exception_err_no_sub_id.html (100%) rename {apcd-cms => apcd_cms}/src/apps/exception/templates/exception_submission_form.html (100%) rename {apcd-cms => apcd_cms}/src/apps/exception/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/exception/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/extension/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/extension/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/extension/templates/extension_submission_form/extension_submission_form.html (100%) rename {apcd-cms => apcd_cms}/src/apps/extension/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/extension/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/static/registrations/css/submission_form.css (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/templates/registration_form.html (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/templates/submission_form/registration_form_body.html (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/templates/submission_form/registration_form_scripts.html (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/templates/submission_form/submission_error.html (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/templates/submission_form/submission_success.html (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/registrations/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/static/submissions/css/modal.css (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/static/submissions/css/table.css (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/templates/list_submissions.html (81%) rename {apcd-cms => apcd_cms}/src/apps/submissions/templates/view_submission_logs_modal.html (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submissions/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submitter_renewals_listing/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submitter_renewals_listing/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submitter_renewals_listing/static/submitter_renewals_listing/css/table.css (100%) rename {apcd-cms => apcd_cms}/src/apps/submitter_renewals_listing/templates/list_submitter_registrations.html (83%) rename {apcd-cms => apcd_cms}/src/apps/submitter_renewals_listing/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/submitter_renewals_listing/views.py (100%) rename {apcd-cms => apcd_cms}/src/apps/utils/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/utils/apcd_database.py (100%) rename {apcd-cms => apcd_cms}/src/apps/utils/apcd_groups.py (100%) rename {apcd-cms => apcd_cms}/src/apps/utils/registrations_data_formatting.py (100%) rename {apcd-cms => apcd_cms}/src/apps/utils/static/utils/js/checkForBlankInputs.js (100%) rename {apcd-cms => apcd_cms}/src/apps/utils/utils.py (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/__init__.py (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/apps.py (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/static/view_users_table/css/modal.css (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/static/view_users_table/css/table.css (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/templates/view_user_edit_error.html (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/templates/view_user_edit_modal.html (98%) rename {apcd-cms => apcd_cms}/src/apps/view_users/templates/view_user_edit_success.html (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/templates/view_user_modal.html (97%) rename {apcd-cms => apcd_cms}/src/apps/view_users/templates/view_users.html (70%) rename {apcd-cms => apcd_cms}/src/apps/view_users/urls.py (100%) rename {apcd-cms => apcd_cms}/src/apps/view_users/views.py (100%) rename {apcd-cms => apcd_cms}/src/client/.eslintrc (100%) rename {apcd-cms => apcd_cms}/src/client/.gitignore (100%) rename {apcd-cms => apcd_cms}/src/client/.prettierrc (100%) rename {apcd-cms => apcd_cms}/src/client/README.md (100%) rename {apcd-cms => apcd_cms}/src/client/babel.config.js (100%) rename {apcd-cms => apcd_cms}/src/client/build_client.sh (100%) rename {apcd-cms => apcd_cms}/src/client/main.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/package-lock.json (96%) rename {apcd-cms => apcd_cms}/src/client/package.json (99%) rename {apcd-cms => apcd_cms}/src/client/react-assets.html (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/EditExceptionModal/EditExceptionModal.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/EditExceptionModal/EditExceptionModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/EditExceptionModal/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Exceptions/AdminExceptions.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Exceptions/AdminExceptions.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Exceptions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Extensions/AdminExtensions.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Extensions/ExtensionList.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Extensions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Registrations/AdminRegistrations.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Registrations/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Submissions/AdminSubmissions.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Submissions/AdminSubmissions.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/Submissions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewExceptionModal/ViewExceptionModal.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewExceptionModal/ViewExceptionModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewExceptionModal/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewUsers/EditRecordModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewUsers/ViewRecordModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewUsers/ViewUsers.module.scss (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewUsers/ViewUsers.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Admin/ViewUsers/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Extensions/EditExtensionModal/EditExtensionModal.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Extensions/EditExtensionModal/EditExtensionModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Extensions/ViewExtensionModal/ViewExtensionModal.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Extensions/ViewExtensionModal/ViewExtensionModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/FormContact.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/FormEntity.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/RegistrationForm.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/RegistrationForm.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/TextFormField.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/USStates.fixture.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Forms/Registrations/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/EditRegistrationModal/EditRegistrationModal.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/EditRegistrationModal/EditRegistrationModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/RegistrationList/RegistrationList.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/RegistrationList/RegistrationList.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/RegistrationList/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/ViewRegistrationModal/ViewRegistrationModal.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Registrations/ViewRegistrationModal/ViewRegistrationModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submissions/ViewFileSubmissions/ViewSubmissions.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submissions/ViewFileSubmissions/ViewSubmissions.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submissions/ViewFileSubmissions/ViewSubmissionsModal.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submissions/ViewFileSubmissions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Exceptions/ExceptionForm.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Exceptions/ExceptionForm.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Exceptions/ExceptionFormPage.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Exceptions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Extensions/ExtensionFormInfo.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Extensions/ExtensionsForm.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Extensions/ExtensionsForm.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Extensions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Registrations/SubmitterRegistrationList.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/components/Submitter/Registrations/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Button/Button.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Button/Button.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Button/Button.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Button/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Checkbox/Checkbox.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Checkbox/Checkbox.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Checkbox/Checkbox.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Checkbox/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Collapse/Collapse.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Collapse/Collapse.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Collapse/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DescriptionList/DescriptionList.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DescriptionList/DescriptionList.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DescriptionList/DescriptionList.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DescriptionList/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DropdownSelector/DropdownSelector.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DropdownSelector/DropdownSelector.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DropdownSelector/DropdownSelector.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/DropdownSelector/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Form/FormField.global.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Form/FormField.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Form/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/HistoryBadge/HistoryBadge.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/HistoryBadge/HistoryBadge.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/HistoryBadge/HistoryBadge.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/HistoryBadge/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Icon/Icon.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Icon/Icon.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Icon/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InfiniteScrollTable/InfiniteScrollTable.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InfiniteScrollTable/InfiniteScrollTable.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InfiniteScrollTable/InfiniteScrollTable.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InfiniteScrollTable/InfiniteScrollTable.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InfiniteScrollTable/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InlineMessage/InlineMessage.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/InlineMessage/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/LoadingSpinner/LoadingSpinner.global.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/LoadingSpinner/LoadingSpinner.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/LoadingSpinner/LoadingSpinner.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/LoadingSpinner/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Message/Message.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Message/Message.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Message/Message.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Message/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Paginator/Paginator.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Paginator/Paginator.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Paginator/Paginator.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Paginator/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Pill/Pill.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Pill/Pill.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Pill/Pill.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Pill/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/README.md (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Section/Section.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Section/Section.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Section/Section.test.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Section/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionContent/SectionContent.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionContent/SectionContent.layouts.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionContent/SectionContent.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionContent/SectionContent.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionContent/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionHeader/SectionHeader.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionHeader/SectionHeader.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionHeader/SectionHeader.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionHeader/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionMessage/SectionMessage.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionMessage/SectionMessage.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionMessage/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionTableWrapper/SectionTableWrapper.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionTableWrapper/SectionTableWrapper.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionTableWrapper/SectionTableWrapper.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/SectionTableWrapper/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/ShowMore/ShowMore.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/ShowMore/ShowMore.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/ShowMore/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Sidebar/Sidebar.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Sidebar/Sidebar.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Sidebar/Sidebar.test.jsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/Sidebar/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/TextCopyField/TextCopyField.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/TextCopyField/TextCopyField.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/TextCopyField/index.js (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-components/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/FieldWrapperFormik/FieldWrapperFormik.global.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/FieldWrapperFormik/FieldWrapperFormik.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/FieldWrapperFormik/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/QueryWrapper/QueryWrapper.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/QueryWrapper/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/SubmitWrapper/SubmitWrapper.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/SubmitWrapper/SubmitWrapper.module.css (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/SubmitWrapper/SubmitWrapper.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/SubmitWrapper/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/core-wrappers/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/admin/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/admin/useAdmin.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/cdls/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/cdls/useCDLs.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/entities/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/entities/useEntities.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/registrations/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/registrations/useForm.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/registrations/useRegistrations.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/submissions/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/hooks/submissions/useSubmissions.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/main.tsx (100%) rename {apcd-cms => apcd_cms}/src/client/src/react-app-env.d.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/setupTests.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/utils/dateUtil.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/utils/fetchUtil.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/utils/index.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/utils/stringUtil.ts (100%) rename {apcd-cms => apcd_cms}/src/client/src/vite-env.d.ts (100%) rename {apcd-cms => apcd_cms}/src/client/stats.html (100%) rename {apcd-cms => apcd_cms}/src/client/tsconfig.json (100%) rename {apcd-cms => apcd_cms}/src/client/vite.config.ts (100%) rename {apcd-cms => apcd_cms}/src/taccsite_cms/custom_app_settings.py (100%) rename {apcd-cms => apcd_cms}/src/taccsite_cms/templates/guides/getting_started.tam.html (100%) rename {apcd-cms => apcd_cms}/src/taccsite_cms/templatetags/limit_visibility_in_menu.py (100%) rename {apcd-cms => apcd_cms}/src/taccsite_cms/urls_custom.py (100%) rename {apcd-cms => apcd_cms}/src/taccsite_custom/apcd_cms/static/apcd-components.es.js (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/css/modal--conflicts-with-core.css (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/css/modal.css (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/css/site.cms.css (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/css/table--conflicts-with-core.css (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/css/table.css (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/img/favicons/favicon.ico (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/img/org_logos/apcd-black.png (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/img/org_logos/apcd-white.png (100%) rename {apcd-cms/src/taccsite_custom/apcd_cms/static/apcd-cms => apcd_cms/src/taccsite_custom/apcd_cms/static/apcd_cms}/img/org_logos/tacc-white.png (100%) rename {apcd-cms => apcd_cms}/src/taccsite_custom/apcd_cms/templates/assets_custom.html (91%) rename {apcd-cms => apcd_cms}/src/taccsite_custom/apcd_cms/templates/snippets/tup-175-css-alerts-messages-ui-pattern.html (93%) rename {apcd-cms => apcd_cms}/src/taccsite_custom/apcd_cms/templates/standard.html (100%) diff --git a/.github/workflows/apcd-cms.yml b/.github/workflows/apcd-cms.yml index 4b7d5643..8470245d 100644 --- a/.github/workflows/apcd-cms.yml +++ b/.github/workflows/apcd-cms.yml @@ -4,14 +4,14 @@ on: push: branches: [main] paths: - - "apcd-cms/**" + - "apcd_cms/**" jobs: build_commit: runs-on: ubuntu-latest defaults: run: - working-directory: apcd-cms + working-directory: apcd_cms steps: - name: Checkout uses: actions/checkout@v4 @@ -34,6 +34,6 @@ jobs: - name: Build & push commit tagged Docker image uses: docker/build-push-action@v5 with: - context: apcd-cms + context: apcd_cms push: true - tags: taccwma/apcd-cms:${{ steps.vars.outputs.SHORT_SHA }},taccwma/apcd-cms:${{ steps.vars.outputs.BRANCH_NAME }} + tags: taccwma/apcd_cms:${{ steps.vars.outputs.SHORT_SHA }},taccwma/apcd_cms:${{ steps.vars.outputs.BRANCH_NAME }} diff --git a/apcd-cms/.dockerignore b/apcd_cms/.dockerignore similarity index 100% rename from apcd-cms/.dockerignore rename to apcd_cms/.dockerignore diff --git a/apcd-cms/Dockerfile b/apcd_cms/Dockerfile similarity index 100% rename from apcd-cms/Dockerfile rename to apcd_cms/Dockerfile diff --git a/apcd-cms/Makefile b/apcd_cms/Makefile similarity index 100% rename from apcd-cms/Makefile rename to apcd_cms/Makefile diff --git a/apcd-cms/README.md b/apcd_cms/README.md similarity index 94% rename from apcd-cms/README.md rename to apcd_cms/README.md index aeea85f0..e949bb18 100644 --- a/apcd-cms/README.md +++ b/apcd_cms/README.md @@ -14,7 +14,7 @@ See [Core-CMS-Custom](../README.md). 1. cd to acpd-cms 2. run make build 3. run make start -4. cd to apcd-cms/src/client +4. cd to apcd_cms/src/client 5. run npm ci 6. run npm run build 7. run npm run dev @@ -49,7 +49,7 @@ See [Core-CMS-Custom](../README.md). - Export the component - Add exports in index.ts -3. Update apcd-cms/src/client/src/main.tsx: +3. Update apcd_cms/src/client/src/main.tsx: - add import for your component - update componentMap to add the diff --git a/apcd-cms/docker-compose.dev.yml b/apcd_cms/docker-compose.dev.yml similarity index 100% rename from apcd-cms/docker-compose.dev.yml rename to apcd_cms/docker-compose.dev.yml diff --git a/apcd-cms/elasticsearch.yml b/apcd_cms/elasticsearch.yml similarity index 100% rename from apcd-cms/elasticsearch.yml rename to apcd_cms/elasticsearch.yml diff --git a/apcd-cms/src/__init__.py b/apcd_cms/src/__init__.py similarity index 100% rename from apcd-cms/src/__init__.py rename to apcd_cms/src/__init__.py diff --git a/apcd-cms/src/apps/admin_exception/__init__.py b/apcd_cms/src/apps/admin_exception/__init__.py similarity index 100% rename from apcd-cms/src/apps/admin_exception/__init__.py rename to apcd_cms/src/apps/admin_exception/__init__.py diff --git a/apcd-cms/src/apps/admin_exception/apps.py b/apcd_cms/src/apps/admin_exception/apps.py similarity index 100% rename from apcd-cms/src/apps/admin_exception/apps.py rename to apcd_cms/src/apps/admin_exception/apps.py diff --git a/apcd-cms/src/apps/admin_exception/static/admin_exception/css/modal.css b/apcd_cms/src/apps/admin_exception/static/admin_exception/css/modal.css similarity index 100% rename from apcd-cms/src/apps/admin_exception/static/admin_exception/css/modal.css rename to apcd_cms/src/apps/admin_exception/static/admin_exception/css/modal.css diff --git a/apcd-cms/src/apps/admin_exception/static/admin_exception/css/table.css b/apcd_cms/src/apps/admin_exception/static/admin_exception/css/table.css similarity index 100% rename from apcd-cms/src/apps/admin_exception/static/admin_exception/css/table.css rename to apcd_cms/src/apps/admin_exception/static/admin_exception/css/table.css diff --git a/apcd-cms/src/apps/admin_exception/templates/edit_exception_error.html b/apcd_cms/src/apps/admin_exception/templates/edit_exception_error.html similarity index 100% rename from apcd-cms/src/apps/admin_exception/templates/edit_exception_error.html rename to apcd_cms/src/apps/admin_exception/templates/edit_exception_error.html diff --git a/apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html b/apcd_cms/src/apps/admin_exception/templates/edit_exception_modal.html similarity index 99% rename from apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html rename to apcd_cms/src/apps/admin_exception/templates/edit_exception_modal.html index 7ded5ab4..577b58d9 100644 --- a/apcd-cms/src/apps/admin_exception/templates/edit_exception_modal.html +++ b/apcd_cms/src/apps/admin_exception/templates/edit_exception_modal.html @@ -1,5 +1,5 @@ {% load static %} - +