├── .devcontainer ├── Dockerfile ├── devcontainer.json ├── postAttach.sh └── server │ ├── .env.server │ └── settings.py ├── .dockerignore ├── .env.sample ├── .flake8 ├── .gitattributes ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug-report.md │ ├── deliverable.md │ ├── design.md │ ├── epic-decision-record.md │ ├── incident.yml │ ├── release.yml │ ├── task.md │ └── user-story.md ├── dependabot.yml ├── lighthouserc.json └── workflows │ ├── .python-version │ ├── add-to-project-dependabot.yml │ ├── add-to-project-issues.yml │ ├── auto-assigner.yml │ ├── check-api.yml │ ├── check-metadata.py │ ├── check-metadata.yml │ ├── check-migrations-and-messages.yml │ ├── codeql.yml │ ├── deploy.yml │ ├── labeler-actions.yml │ ├── labeler-back-end.yml │ ├── labeler-deploy-dev.yml │ ├── labeler-deploy.yml │ ├── labeler-docker.yml │ ├── labeler-docs.yml │ ├── labeler-front-end.yml │ ├── labeler-i18n.yml │ ├── labeler-infrastructure.yml │ ├── labeler-migrations.yml │ ├── labeler-tests.yml │ ├── mkdocs.yml │ ├── tests-pytest.yml │ └── tests-ui.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .vscode ├── launch.json └── settings.json ├── LICENSE ├── README.md ├── appcontainer ├── Dockerfile ├── nginx.conf └── proxy.conf ├── benefits ├── __init__.py ├── admin.py ├── apps.py ├── core │ ├── __init__.py │ ├── admin │ │ ├── __init__.py │ │ ├── common.py │ │ ├── enrollment.py │ │ ├── forms.py │ │ ├── mixins.py │ │ ├── transit.py │ │ ├── users.py │ │ └── views.py │ ├── analytics.py │ ├── apps.py │ ├── context │ │ ├── __init__.py │ │ ├── agency.py │ │ └── flow.py │ ├── context_processors.py │ ├── forms.py │ ├── middleware.py │ ├── migrations │ │ ├── 0001_initial.py │ │ ├── 0002_paymentprocessor_backoffice_api.py │ │ ├── 0003_eligibilitytype_expiration.py │ │ ├── 0004_alter_eligibilityverifier_display_order.py │ │ ├── 0005_move_help_template_to_eligibilityverifier.py │ │ ├── 0006_alter_allow_blank.py │ │ ├── 0007_eligibilitytype_enrollment_index_template.py │ │ ├── 0008_eligibilityverifier_unverified_template.py │ │ ├── 0009_eligibilitytype_reenrollment_error_template.py │ │ ├── 0010_alter_secret_name_field_blank.py │ │ ├── 0011_move_enrollment_success_template_field.py │ │ ├── 0012_remove_transitagency_merchant_id.py │ │ ├── 0013_create_staff_group.py │ │ ├── 0014_staff_group_view_permissions.py │ │ ├── 0015_staff_group_edit_permissions.py │ │ ├── 0016_refactor_paymentprocessor_transitprocessor.py │ │ ├── 0017_refactor_authprovider_claimsprovider.py │ │ ├── 0018_rename_eligibility_api_fields.py │ │ ├── 0019_refactor_transitagency.py │ │ ├── 0020_refactor_idg_config_eligibilityverifier.py │ │ ├── 0021_rename_eligibilityverifier_enrollmentflow.py │ │ ├── 0022_refactor_EligibilityType_EnrollmentFlow.py │ │ ├── 0023_transitagency_staff_group.py │ │ ├── 0024_transitagency_sso_domain_customer_service.py │ │ ├── 0025_transitprocessor_portal_url.py │ │ ├── 0026_enrollmentevent.py │ │ ├── 0027_enrollmentflow_supported_methods.py │ │ ├── 0028_remove_transitagency_enrollment_flows_and_more.py │ │ ├── 0029_add_extra_claims.py │ │ ├── 0030_enrollmentevent_extra_claims.py │ │ ├── 0031_transitagency_logo.py │ │ ├── 0032_optionalfields.py │ │ ├── 0033_pemdata_helptext.py │ │ ├── 0034_transit_agency_index_context.py │ │ ├── 0035_enrollmentflow_system_name_choices.py │ │ ├── 0036_in_person_enrollmentflows.py │ │ ├── 0037_remove_transitagency_eligibility_index_template_override.py │ │ ├── 0038_remove_enrollmentflow_eligibility_start_template_override.py │ │ ├── 0039_remove_enrollmentflow_help_template.py │ │ ├── 0040_remove_enrollmentflow_eligibility_unverified_template_override.py │ │ ├── 0041_oauth_refactor_identitygatewayconfig.py │ │ ├── 0042_remove_enrollmentflow_enrollment_success_template_override.py │ │ ├── 0043_enrollmentflow_claims_request.py │ │ ├── 0044_remove_enrollmentflow_enrollment_index_template_override.py │ │ ├── 0045_alter_transitagency_options.py │ │ ├── 0046_littlepayconfig.py │ │ ├── 0047_switchioconfig.py │ │ ├── 0048_remove_card_tokenize_fields.py │ │ ├── 0049_alter_transitagency_littlepay_config.py │ │ ├── 0050_alter_transitagency_switchio_config.py │ │ ├── 0051_remove_transitprocessor_api_base_url.py │ │ ├── 0052_enrollmentgroup.py │ │ ├── 0053_remove_enrollmentflow_group_id.py │ │ ├── 0054_transitprocessorconfig.py │ │ ├── 0055_remove_transitagency_littlepay_config.py │ │ ├── 0056_remove_transitagency_switchio_config.py │ │ ├── 0057_remove_transitprocessorconfig_agency_slug.py │ │ ├── 0058_alter_transitagency_slug.py │ │ ├── 0059_vctc_transitagency_slug.py │ │ ├── 0060_remove_enrollmentflow_eligibility_form_class.py │ │ ├── 0061_alter_transitagency_slug.py │ │ ├── 0062_remove_transitprocessor.py │ │ ├── 0063_remove_enrollmentflow_reenrollment_error_template.py │ │ ├── 0064_transitagency_supported_card_schemes.py │ │ ├── 0065_alter_transitagency_slug.py │ │ ├── 0066_consolidate_transitagency_logo_columns.py │ │ ├── 0067_alter_transitagency_slug.py │ │ ├── 0068_remove_stale_permissions.py │ │ ├── 0069_refactor_eligibilityapiverificationrequest.py │ │ ├── __init__.py │ │ └── local_fixtures.json │ ├── mixins.py │ ├── models │ │ ├── __init__.py │ │ ├── common.py │ │ ├── enrollment.py │ │ └── transit.py │ ├── recaptcha.py │ ├── session.py │ ├── templates │ │ └── core │ │ │ ├── base.html │ │ │ ├── help.html │ │ │ ├── includes │ │ │ ├── agency-links.html │ │ │ ├── alert-bar.html │ │ │ ├── alert-box.html │ │ │ ├── alert.html │ │ │ ├── analytics.html │ │ │ ├── bootstrap-css.html │ │ │ ├── button--index.html │ │ │ ├── button--origin.html │ │ │ ├── button--previous-page.html │ │ │ ├── button--sign-out--login-gov.html │ │ │ ├── debug.html │ │ │ ├── form--select-agency.html │ │ │ ├── form-handlers.html │ │ │ ├── form.html │ │ │ ├── icon.html │ │ │ ├── lang-selector.html │ │ │ ├── link--sign-out--login-gov.html │ │ │ ├── link--sign-out.html │ │ │ ├── list--card-schemes.html │ │ │ ├── logo-strip.html │ │ │ ├── modal-trigger.html │ │ │ ├── modal.html │ │ │ ├── nocookies.html │ │ │ ├── noscript.html │ │ │ ├── ready-js.html │ │ │ ├── recaptcha-text.html │ │ │ └── recaptcha.html │ │ │ ├── index--agency.html │ │ │ ├── index-base.html │ │ │ ├── index.html │ │ │ ├── logged-out.html │ │ │ └── widgets │ │ │ ├── flow-radio-select-option.html │ │ │ └── flow-radio-select.html │ ├── urls.py │ ├── views.py │ └── widgets.py ├── eligibility │ ├── __init__.py │ ├── analytics.py │ ├── apps.py │ ├── context │ │ ├── __init__.py │ │ └── flow.py │ ├── forms.py │ ├── templates │ │ └── eligibility │ │ │ ├── confirm.html │ │ │ ├── includes │ │ │ ├── modal--calfresh.html │ │ │ ├── modal--contactless.html │ │ │ ├── modal--login-gov-help.html │ │ │ ├── modal--login-gov-start-help.html │ │ │ ├── modal--medicare.html │ │ │ ├── selection-label--calfresh.html │ │ │ ├── selection-label--cst-agency-card.html │ │ │ ├── selection-label--medicare.html │ │ │ ├── selection-label--mst-agency-card.html │ │ │ ├── selection-label--sbmtd-agency-card.html │ │ │ ├── selection-label--senior.html │ │ │ ├── selection-label--veteran.html │ │ │ └── selection-label.html │ │ │ ├── index.html │ │ │ ├── start.html │ │ │ └── unverified.html │ ├── urls.py │ ├── verify.py │ └── views.py ├── enrollment │ ├── __init__.py │ ├── analytics.py │ ├── apps.py │ ├── context │ │ ├── __init__.py │ │ └── flow.py │ ├── enrollment.py │ ├── forms.py │ ├── templates │ │ └── enrollment │ │ │ ├── includes │ │ │ ├── alert-box--warning--calfresh.html │ │ │ ├── jquery.html │ │ │ └── modal--transit-processor.html │ │ │ ├── index-base.html │ │ │ ├── reenrollment-error.html │ │ │ ├── retry.html │ │ │ ├── success.html │ │ │ └── system_error.html │ ├── urls.py │ └── views.py ├── enrollment_littlepay │ ├── __init__.py │ ├── admin.py │ ├── apps.py │ ├── enrollment.py │ ├── migrations │ │ ├── 0001_initial.py │ │ ├── 0002_littlepaygroup.py │ │ ├── 0003_rename_littlepayconfig_oldlittlepayconfig.py │ │ ├── 0004_littlepayconfig.py │ │ ├── 0005_delete_oldlittlepayconfig.py │ │ └── __init__.py │ ├── models.py │ ├── session.py │ ├── templates │ │ └── enrollment_littlepay │ │ │ └── index.html │ ├── urls.py │ └── views.py ├── enrollment_switchio │ ├── __init__.py │ ├── admin.py │ ├── api.py │ ├── apps.py │ ├── enrollment.py │ ├── migrations │ │ ├── 0001_initial.py │ │ ├── 0002_switchioconfig_enrollment_api.py │ │ ├── 0003_switchiogroup.py │ │ ├── 0004_rename_switchioconfig_oldswitchioconfig.py │ │ ├── 0005_switchioconfig_delete_oldswitchioconfig.py │ │ └── __init__.py │ ├── models.py │ ├── session.py │ ├── templates │ │ └── enrollment_switchio │ │ │ ├── index.html │ │ │ └── script.html │ ├── urls.py │ └── views.py ├── in_person │ ├── __init__.py │ ├── apps.py │ ├── context │ │ ├── __init__.py │ │ └── eligibility.py │ ├── forms.py │ ├── mixins.py │ ├── templates │ │ └── in_person │ │ │ ├── eligibility.html │ │ │ ├── enrollment │ │ │ ├── index_littlepay.html │ │ │ ├── index_switchio.html │ │ │ ├── reenrollment_error.html │ │ │ ├── retry.html │ │ │ ├── server_error.html │ │ │ ├── success.html │ │ │ ├── switchio_script.html │ │ │ └── system_error.html │ │ │ ├── error-base.html │ │ │ └── includes │ │ │ └── eligibility-form.html │ ├── urls.py │ └── views.py ├── locale │ ├── __init__.py │ ├── en │ │ ├── LC_MESSAGES │ │ │ └── django.po │ │ ├── __init__.py │ │ └── formats.py │ └── es │ │ ├── LC_MESSAGES │ │ └── django.po │ │ ├── __init__.py │ │ └── formats.py ├── oauth │ ├── __init__.py │ ├── analytics.py │ ├── apps.py │ ├── hooks.py │ ├── middleware.py │ ├── templates │ │ └── oauth │ │ │ └── system_error.html │ ├── urls.py │ └── views.py ├── routes.py ├── secrets.py ├── sentry.py ├── settings.py ├── static │ ├── css │ │ ├── admin │ │ │ ├── styles.css │ │ │ └── theme.css │ │ ├── styles.css │ │ └── variables.css │ ├── fonts │ │ ├── PublicSans-Bold.woff │ │ └── PublicSans-Bold.woff2 │ └── img │ │ ├── benefits-bg-desktop.webp │ │ ├── benefits-bg-mobile.webp │ │ ├── enrollment-success-illustration.png │ │ ├── external-link.svg │ │ ├── favicon.ico │ │ ├── icon │ │ ├── bankcard.svg │ │ ├── bankcardquestion.svg │ │ ├── box-arrow-right.svg │ │ ├── calendarcheck.svg │ │ ├── check-circle-fill.svg │ │ ├── contactless.svg │ │ ├── exclamation-circle-fill.svg │ │ ├── google_sso_logo.svg │ │ ├── happybus.svg │ │ ├── idcardquestion.svg │ │ ├── idscreencheck.svg │ │ ├── rightarrow-hover.svg │ │ ├── rightarrow.svg │ │ └── sadbus.svg │ │ ├── loader.svg │ │ ├── login-gov-logo-rev.svg │ │ ├── login-gov-logo.svg │ │ ├── logo-lg.svg │ │ ├── logo-sm.svg │ │ ├── modal-trigger--hover.svg │ │ ├── modal-trigger--selected.svg │ │ ├── modal-trigger.svg │ │ ├── rider-tapping-bank-card-horizontal.png │ │ └── ridertappingbankcard.png ├── templates │ ├── 200-user-error.html │ ├── 400.html │ ├── 404.html │ ├── 500.html │ ├── admin │ │ ├── agency-base.html │ │ ├── agency-dashboard-index.html │ │ ├── base.html │ │ ├── base_site.html │ │ ├── flow-base.html │ │ ├── includes │ │ │ └── branding.html │ │ └── login.html │ ├── error-base.html │ ├── google_sso │ │ └── login_sso.html │ └── registration │ │ ├── logged_out.html │ │ ├── password_reset_confirm.html │ │ ├── password_reset_done.html │ │ ├── password_reset_email.html │ │ ├── password_reset_email.txt │ │ ├── password_reset_form.html │ │ └── password_reset_subject.txt ├── urls.py └── wsgi.py ├── bin ├── build.sh ├── init.sh ├── makemessages.sh ├── makemigrations.sh ├── reset_db.sh └── start.sh ├── compose.yml ├── docs ├── .pages ├── explanation │ ├── configuration.md │ ├── deployment.md │ ├── development │ │ ├── .pages │ │ ├── README.md │ │ ├── application-logic.md │ │ ├── commits-branches-merging.md │ │ ├── docker-dynamic-ports.md │ │ ├── i18n.md │ │ ├── img │ │ │ ├── docker-desktop-open-in-browser.png │ │ │ ├── ports-local-address.png │ │ │ └── vscode-debugger-launch-config.png │ │ ├── linting-pre-commit.md │ │ ├── models-migrations.md │ │ └── test-server.md │ ├── enrollment-pathways │ │ ├── agency-cards.md │ │ ├── low-income.md │ │ ├── medicare-cardholders.md │ │ ├── older-adults.md │ │ └── veterans.md │ └── infrastructure.md ├── guides │ ├── automated-tests.md │ ├── copy-delivery.md │ ├── documentation.md │ ├── getting-started.md │ ├── hotfix.md │ ├── img │ │ ├── amplitude-verification-query.png │ │ ├── ditto-import-components.png │ │ ├── edit-pencil.png │ │ ├── figma-ditto-plugin.png │ │ ├── metabase-verification-query.png │ │ └── playwright-inspector.png │ ├── inc │ │ ├── add-enrollmentflow.md │ │ └── add-transitagency.md │ ├── manual-tests.md │ ├── onboard-transit-provider.md │ ├── release.md │ ├── rollback.md │ └── troubleshooting.md ├── index.md ├── reference │ ├── .pages │ ├── admin-interface.md │ ├── analytics.md │ ├── content-security-policy.md │ ├── copy-style.md │ ├── environment-variables.md │ ├── newsletter-archive.md │ ├── rate-limit.md │ └── recaptcha.md ├── requirements.txt ├── styles │ └── theme.css └── tutorials │ ├── load-sample-data.md │ └── secrets.md ├── manage.py ├── mkdocs.yml ├── pyproject.toml ├── terraform ├── .gitignore ├── .terraform.lock.hcl ├── README.md ├── app_service.tf ├── azure-pipelines.yml ├── email.tf ├── environment.tf ├── init.sh ├── key_vault.tf ├── main.tf ├── monitor.tf ├── network.tf ├── output.tf ├── pipeline │ ├── deploy.yml │ ├── tag.py │ └── workspace.py ├── restart-app.sh ├── secrets │ ├── README.md │ ├── file.sh │ ├── read.sh │ └── value.sh ├── storage.tf ├── terraform.tfvars.sample ├── uptime.tf ├── uptime │ ├── README.md │ ├── main.tf │ ├── variables.tf │ └── webtest.xml └── variables.tf ├── tests ├── __init__.py ├── playwright │ ├── .gitignore │ ├── Dockerfile │ ├── pytest.ini │ ├── requirements.txt │ ├── run.sh │ └── test_healthcheck.py └── pytest │ ├── __init__.py │ ├── conftest.py │ ├── core │ ├── __init__.py │ ├── admin │ │ ├── __init__.py │ │ ├── conftest.py │ │ ├── test_common.py │ │ ├── test_enrollment.py │ │ ├── test_forms.py │ │ ├── test_mixins.py │ │ ├── test_transit.py │ │ ├── test_users.py │ │ └── test_views.py │ ├── context │ │ ├── __init__.py │ │ └── test_agency.py │ ├── models │ │ ├── __init__.py │ │ ├── conftest.py │ │ ├── test_common.py │ │ ├── test_enrollment.py │ │ └── test_transit.py │ ├── test_analytics.py │ ├── test_context_processors.py │ ├── test_forms.py │ ├── test_middleware_changed_language_event.py │ ├── test_middleware_healthcheck.py │ ├── test_middleware_healthcheck_user_agent.py │ ├── test_middleware_verifier_required.py │ ├── test_mixins.py │ ├── test_session.py │ └── test_views.py │ ├── eligibility │ ├── __init__.py │ ├── conftest.py │ ├── context │ │ ├── __init__.py │ │ └── test_flow.py │ ├── test_analytics.py │ ├── test_forms.py │ ├── test_verify.py │ └── test_views.py │ ├── enrollment │ ├── __init__.py │ ├── context │ │ └── __init__.py │ ├── test_analytics.py │ ├── test_enrollment.py │ └── test_views.py │ ├── enrollment_littlepay │ ├── __init__.py │ ├── test_admin.py │ ├── test_enrollment.py │ ├── test_models.py │ ├── test_session.py │ └── test_views.py │ ├── enrollment_switchio │ ├── __init__.py │ ├── test_admin.py │ ├── test_api.py │ ├── test_enrollment.py │ ├── test_models.py │ ├── test_session.py │ └── test_views.py │ ├── in_person │ ├── test_forms.py │ ├── test_mixins.py │ └── test_views.py │ ├── locale │ ├── __init__.py │ └── test_formats.py │ ├── oauth │ ├── __init__.py │ ├── test_analytics.py │ ├── test_hooks.py │ ├── test_middleware.py │ └── test_views.py │ ├── run.sh │ ├── test_admin.py │ ├── test_routes.py │ ├── test_secrets.py │ ├── test_sentry.py │ ├── test_settings.py │ └── test_version.py └── uploads ├── .gitignore └── agencies └── cst.png /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.devcontainer/postAttach.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.devcontainer/postAttach.sh -------------------------------------------------------------------------------- /.devcontainer/server/.env.server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.devcontainer/server/.env.server -------------------------------------------------------------------------------- /.devcontainer/server/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.devcontainer/server/settings.py -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.dockerignore -------------------------------------------------------------------------------- /.env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.env.sample -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- 1 | [flake8] 2 | max-line-length = 127 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/bug-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/deliverable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/deliverable.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/design.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/epic-decision-record.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/epic-decision-record.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/incident.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/incident.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/release.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/task.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/user-story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/ISSUE_TEMPLATE/user-story.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/lighthouserc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/lighthouserc.json -------------------------------------------------------------------------------- /.github/workflows/.python-version: -------------------------------------------------------------------------------- 1 | 3.12 2 | -------------------------------------------------------------------------------- /.github/workflows/add-to-project-dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/add-to-project-dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/add-to-project-issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/add-to-project-issues.yml -------------------------------------------------------------------------------- /.github/workflows/auto-assigner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/auto-assigner.yml -------------------------------------------------------------------------------- /.github/workflows/check-api.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/check-api.yml -------------------------------------------------------------------------------- /.github/workflows/check-metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/check-metadata.py -------------------------------------------------------------------------------- /.github/workflows/check-metadata.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/check-metadata.yml -------------------------------------------------------------------------------- /.github/workflows/check-migrations-and-messages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/check-migrations-and-messages.yml -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-actions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-actions.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-back-end.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-back-end.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-deploy-dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-deploy-dev.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-deploy.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-docker.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-docs.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-front-end.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-front-end.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-i18n.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-i18n.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-infrastructure.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-infrastructure.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-migrations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-migrations.yml -------------------------------------------------------------------------------- /.github/workflows/labeler-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/labeler-tests.yml -------------------------------------------------------------------------------- /.github/workflows/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/mkdocs.yml -------------------------------------------------------------------------------- /.github/workflows/tests-pytest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/tests-pytest.yml -------------------------------------------------------------------------------- /.github/workflows/tests-ui.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.github/workflows/tests-ui.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/README.md -------------------------------------------------------------------------------- /appcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/appcontainer/Dockerfile -------------------------------------------------------------------------------- /appcontainer/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/appcontainer/nginx.conf -------------------------------------------------------------------------------- /appcontainer/proxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/appcontainer/proxy.conf -------------------------------------------------------------------------------- /benefits/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/__init__.py -------------------------------------------------------------------------------- /benefits/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/admin.py -------------------------------------------------------------------------------- /benefits/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/apps.py -------------------------------------------------------------------------------- /benefits/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/core/admin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/__init__.py -------------------------------------------------------------------------------- /benefits/core/admin/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/common.py -------------------------------------------------------------------------------- /benefits/core/admin/enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/enrollment.py -------------------------------------------------------------------------------- /benefits/core/admin/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/forms.py -------------------------------------------------------------------------------- /benefits/core/admin/mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/mixins.py -------------------------------------------------------------------------------- /benefits/core/admin/transit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/transit.py -------------------------------------------------------------------------------- /benefits/core/admin/users.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/users.py -------------------------------------------------------------------------------- /benefits/core/admin/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/admin/views.py -------------------------------------------------------------------------------- /benefits/core/analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/analytics.py -------------------------------------------------------------------------------- /benefits/core/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/apps.py -------------------------------------------------------------------------------- /benefits/core/context/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/context/__init__.py -------------------------------------------------------------------------------- /benefits/core/context/agency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/context/agency.py -------------------------------------------------------------------------------- /benefits/core/context/flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/context/flow.py -------------------------------------------------------------------------------- /benefits/core/context_processors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/context_processors.py -------------------------------------------------------------------------------- /benefits/core/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/forms.py -------------------------------------------------------------------------------- /benefits/core/middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/middleware.py -------------------------------------------------------------------------------- /benefits/core/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0001_initial.py -------------------------------------------------------------------------------- /benefits/core/migrations/0002_paymentprocessor_backoffice_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0002_paymentprocessor_backoffice_api.py -------------------------------------------------------------------------------- /benefits/core/migrations/0003_eligibilitytype_expiration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0003_eligibilitytype_expiration.py -------------------------------------------------------------------------------- /benefits/core/migrations/0004_alter_eligibilityverifier_display_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0004_alter_eligibilityverifier_display_order.py -------------------------------------------------------------------------------- /benefits/core/migrations/0005_move_help_template_to_eligibilityverifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0005_move_help_template_to_eligibilityverifier.py -------------------------------------------------------------------------------- /benefits/core/migrations/0006_alter_allow_blank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0006_alter_allow_blank.py -------------------------------------------------------------------------------- /benefits/core/migrations/0007_eligibilitytype_enrollment_index_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0007_eligibilitytype_enrollment_index_template.py -------------------------------------------------------------------------------- /benefits/core/migrations/0008_eligibilityverifier_unverified_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0008_eligibilityverifier_unverified_template.py -------------------------------------------------------------------------------- /benefits/core/migrations/0009_eligibilitytype_reenrollment_error_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0009_eligibilitytype_reenrollment_error_template.py -------------------------------------------------------------------------------- /benefits/core/migrations/0010_alter_secret_name_field_blank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0010_alter_secret_name_field_blank.py -------------------------------------------------------------------------------- /benefits/core/migrations/0011_move_enrollment_success_template_field.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0011_move_enrollment_success_template_field.py -------------------------------------------------------------------------------- /benefits/core/migrations/0012_remove_transitagency_merchant_id.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0012_remove_transitagency_merchant_id.py -------------------------------------------------------------------------------- /benefits/core/migrations/0013_create_staff_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0013_create_staff_group.py -------------------------------------------------------------------------------- /benefits/core/migrations/0014_staff_group_view_permissions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0014_staff_group_view_permissions.py -------------------------------------------------------------------------------- /benefits/core/migrations/0015_staff_group_edit_permissions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0015_staff_group_edit_permissions.py -------------------------------------------------------------------------------- /benefits/core/migrations/0016_refactor_paymentprocessor_transitprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0016_refactor_paymentprocessor_transitprocessor.py -------------------------------------------------------------------------------- /benefits/core/migrations/0017_refactor_authprovider_claimsprovider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0017_refactor_authprovider_claimsprovider.py -------------------------------------------------------------------------------- /benefits/core/migrations/0018_rename_eligibility_api_fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0018_rename_eligibility_api_fields.py -------------------------------------------------------------------------------- /benefits/core/migrations/0019_refactor_transitagency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0019_refactor_transitagency.py -------------------------------------------------------------------------------- /benefits/core/migrations/0020_refactor_idg_config_eligibilityverifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0020_refactor_idg_config_eligibilityverifier.py -------------------------------------------------------------------------------- /benefits/core/migrations/0021_rename_eligibilityverifier_enrollmentflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0021_rename_eligibilityverifier_enrollmentflow.py -------------------------------------------------------------------------------- /benefits/core/migrations/0022_refactor_EligibilityType_EnrollmentFlow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0022_refactor_EligibilityType_EnrollmentFlow.py -------------------------------------------------------------------------------- /benefits/core/migrations/0023_transitagency_staff_group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0023_transitagency_staff_group.py -------------------------------------------------------------------------------- /benefits/core/migrations/0024_transitagency_sso_domain_customer_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0024_transitagency_sso_domain_customer_service.py -------------------------------------------------------------------------------- /benefits/core/migrations/0025_transitprocessor_portal_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0025_transitprocessor_portal_url.py -------------------------------------------------------------------------------- /benefits/core/migrations/0026_enrollmentevent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0026_enrollmentevent.py -------------------------------------------------------------------------------- /benefits/core/migrations/0027_enrollmentflow_supported_methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0027_enrollmentflow_supported_methods.py -------------------------------------------------------------------------------- /benefits/core/migrations/0028_remove_transitagency_enrollment_flows_and_more.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0028_remove_transitagency_enrollment_flows_and_more.py -------------------------------------------------------------------------------- /benefits/core/migrations/0029_add_extra_claims.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0029_add_extra_claims.py -------------------------------------------------------------------------------- /benefits/core/migrations/0030_enrollmentevent_extra_claims.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0030_enrollmentevent_extra_claims.py -------------------------------------------------------------------------------- /benefits/core/migrations/0031_transitagency_logo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0031_transitagency_logo.py -------------------------------------------------------------------------------- /benefits/core/migrations/0032_optionalfields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0032_optionalfields.py -------------------------------------------------------------------------------- /benefits/core/migrations/0033_pemdata_helptext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0033_pemdata_helptext.py -------------------------------------------------------------------------------- /benefits/core/migrations/0034_transit_agency_index_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0034_transit_agency_index_context.py -------------------------------------------------------------------------------- /benefits/core/migrations/0035_enrollmentflow_system_name_choices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0035_enrollmentflow_system_name_choices.py -------------------------------------------------------------------------------- /benefits/core/migrations/0036_in_person_enrollmentflows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0036_in_person_enrollmentflows.py -------------------------------------------------------------------------------- /benefits/core/migrations/0037_remove_transitagency_eligibility_index_template_override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0037_remove_transitagency_eligibility_index_template_override.py -------------------------------------------------------------------------------- /benefits/core/migrations/0038_remove_enrollmentflow_eligibility_start_template_override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0038_remove_enrollmentflow_eligibility_start_template_override.py -------------------------------------------------------------------------------- /benefits/core/migrations/0039_remove_enrollmentflow_help_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0039_remove_enrollmentflow_help_template.py -------------------------------------------------------------------------------- /benefits/core/migrations/0040_remove_enrollmentflow_eligibility_unverified_template_override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0040_remove_enrollmentflow_eligibility_unverified_template_override.py -------------------------------------------------------------------------------- /benefits/core/migrations/0041_oauth_refactor_identitygatewayconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0041_oauth_refactor_identitygatewayconfig.py -------------------------------------------------------------------------------- /benefits/core/migrations/0042_remove_enrollmentflow_enrollment_success_template_override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0042_remove_enrollmentflow_enrollment_success_template_override.py -------------------------------------------------------------------------------- /benefits/core/migrations/0043_enrollmentflow_claims_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0043_enrollmentflow_claims_request.py -------------------------------------------------------------------------------- /benefits/core/migrations/0044_remove_enrollmentflow_enrollment_index_template_override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0044_remove_enrollmentflow_enrollment_index_template_override.py -------------------------------------------------------------------------------- /benefits/core/migrations/0045_alter_transitagency_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0045_alter_transitagency_options.py -------------------------------------------------------------------------------- /benefits/core/migrations/0046_littlepayconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0046_littlepayconfig.py -------------------------------------------------------------------------------- /benefits/core/migrations/0047_switchioconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0047_switchioconfig.py -------------------------------------------------------------------------------- /benefits/core/migrations/0048_remove_card_tokenize_fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0048_remove_card_tokenize_fields.py -------------------------------------------------------------------------------- /benefits/core/migrations/0049_alter_transitagency_littlepay_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0049_alter_transitagency_littlepay_config.py -------------------------------------------------------------------------------- /benefits/core/migrations/0050_alter_transitagency_switchio_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0050_alter_transitagency_switchio_config.py -------------------------------------------------------------------------------- /benefits/core/migrations/0051_remove_transitprocessor_api_base_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0051_remove_transitprocessor_api_base_url.py -------------------------------------------------------------------------------- /benefits/core/migrations/0052_enrollmentgroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0052_enrollmentgroup.py -------------------------------------------------------------------------------- /benefits/core/migrations/0053_remove_enrollmentflow_group_id.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0053_remove_enrollmentflow_group_id.py -------------------------------------------------------------------------------- /benefits/core/migrations/0054_transitprocessorconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0054_transitprocessorconfig.py -------------------------------------------------------------------------------- /benefits/core/migrations/0055_remove_transitagency_littlepay_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0055_remove_transitagency_littlepay_config.py -------------------------------------------------------------------------------- /benefits/core/migrations/0056_remove_transitagency_switchio_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0056_remove_transitagency_switchio_config.py -------------------------------------------------------------------------------- /benefits/core/migrations/0057_remove_transitprocessorconfig_agency_slug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0057_remove_transitprocessorconfig_agency_slug.py -------------------------------------------------------------------------------- /benefits/core/migrations/0058_alter_transitagency_slug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0058_alter_transitagency_slug.py -------------------------------------------------------------------------------- /benefits/core/migrations/0059_vctc_transitagency_slug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0059_vctc_transitagency_slug.py -------------------------------------------------------------------------------- /benefits/core/migrations/0060_remove_enrollmentflow_eligibility_form_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0060_remove_enrollmentflow_eligibility_form_class.py -------------------------------------------------------------------------------- /benefits/core/migrations/0061_alter_transitagency_slug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0061_alter_transitagency_slug.py -------------------------------------------------------------------------------- /benefits/core/migrations/0062_remove_transitprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0062_remove_transitprocessor.py -------------------------------------------------------------------------------- /benefits/core/migrations/0063_remove_enrollmentflow_reenrollment_error_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0063_remove_enrollmentflow_reenrollment_error_template.py -------------------------------------------------------------------------------- /benefits/core/migrations/0064_transitagency_supported_card_schemes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0064_transitagency_supported_card_schemes.py -------------------------------------------------------------------------------- /benefits/core/migrations/0065_alter_transitagency_slug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0065_alter_transitagency_slug.py -------------------------------------------------------------------------------- /benefits/core/migrations/0066_consolidate_transitagency_logo_columns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0066_consolidate_transitagency_logo_columns.py -------------------------------------------------------------------------------- /benefits/core/migrations/0067_alter_transitagency_slug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0067_alter_transitagency_slug.py -------------------------------------------------------------------------------- /benefits/core/migrations/0068_remove_stale_permissions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0068_remove_stale_permissions.py -------------------------------------------------------------------------------- /benefits/core/migrations/0069_refactor_eligibilityapiverificationrequest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/0069_refactor_eligibilityapiverificationrequest.py -------------------------------------------------------------------------------- /benefits/core/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/__init__.py -------------------------------------------------------------------------------- /benefits/core/migrations/local_fixtures.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/migrations/local_fixtures.json -------------------------------------------------------------------------------- /benefits/core/mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/mixins.py -------------------------------------------------------------------------------- /benefits/core/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/models/__init__.py -------------------------------------------------------------------------------- /benefits/core/models/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/models/common.py -------------------------------------------------------------------------------- /benefits/core/models/enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/models/enrollment.py -------------------------------------------------------------------------------- /benefits/core/models/transit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/models/transit.py -------------------------------------------------------------------------------- /benefits/core/recaptcha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/recaptcha.py -------------------------------------------------------------------------------- /benefits/core/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/session.py -------------------------------------------------------------------------------- /benefits/core/templates/core/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/base.html -------------------------------------------------------------------------------- /benefits/core/templates/core/help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/help.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/agency-links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/agency-links.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/alert-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/alert-bar.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/alert-box.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/alert-box.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/alert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/alert.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/analytics.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/bootstrap-css.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/bootstrap-css.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/button--index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/button--index.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/button--origin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/button--origin.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/button--previous-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/button--previous-page.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/button--sign-out--login-gov.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/button--sign-out--login-gov.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/debug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/debug.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/form--select-agency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/form--select-agency.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/form-handlers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/form-handlers.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/form.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/icon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/icon.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/lang-selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/lang-selector.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/link--sign-out--login-gov.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/link--sign-out--login-gov.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/link--sign-out.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/link--sign-out.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/list--card-schemes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/list--card-schemes.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/logo-strip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/logo-strip.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/modal-trigger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/modal-trigger.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/modal.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/nocookies.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/nocookies.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/noscript.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/noscript.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/ready-js.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/ready-js.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/recaptcha-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/recaptcha-text.html -------------------------------------------------------------------------------- /benefits/core/templates/core/includes/recaptcha.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/includes/recaptcha.html -------------------------------------------------------------------------------- /benefits/core/templates/core/index--agency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/index--agency.html -------------------------------------------------------------------------------- /benefits/core/templates/core/index-base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/index-base.html -------------------------------------------------------------------------------- /benefits/core/templates/core/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/index.html -------------------------------------------------------------------------------- /benefits/core/templates/core/logged-out.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/logged-out.html -------------------------------------------------------------------------------- /benefits/core/templates/core/widgets/flow-radio-select-option.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/widgets/flow-radio-select-option.html -------------------------------------------------------------------------------- /benefits/core/templates/core/widgets/flow-radio-select.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/templates/core/widgets/flow-radio-select.html -------------------------------------------------------------------------------- /benefits/core/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/urls.py -------------------------------------------------------------------------------- /benefits/core/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/views.py -------------------------------------------------------------------------------- /benefits/core/widgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/core/widgets.py -------------------------------------------------------------------------------- /benefits/eligibility/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/eligibility/analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/analytics.py -------------------------------------------------------------------------------- /benefits/eligibility/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/apps.py -------------------------------------------------------------------------------- /benefits/eligibility/context/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/context/__init__.py -------------------------------------------------------------------------------- /benefits/eligibility/context/flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/context/flow.py -------------------------------------------------------------------------------- /benefits/eligibility/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/forms.py -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/confirm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/confirm.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/modal--calfresh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/modal--calfresh.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/modal--contactless.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/modal--contactless.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/modal--login-gov-help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/modal--login-gov-help.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/modal--login-gov-start-help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/modal--login-gov-start-help.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/modal--medicare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/modal--medicare.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--calfresh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--calfresh.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--cst-agency-card.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--cst-agency-card.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--medicare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--medicare.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--mst-agency-card.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--mst-agency-card.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--sbmtd-agency-card.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--sbmtd-agency-card.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--senior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--senior.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label--veteran.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label--veteran.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/includes/selection-label.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/includes/selection-label.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/index.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/start.html -------------------------------------------------------------------------------- /benefits/eligibility/templates/eligibility/unverified.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/templates/eligibility/unverified.html -------------------------------------------------------------------------------- /benefits/eligibility/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/urls.py -------------------------------------------------------------------------------- /benefits/eligibility/verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/verify.py -------------------------------------------------------------------------------- /benefits/eligibility/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/eligibility/views.py -------------------------------------------------------------------------------- /benefits/enrollment/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/enrollment/analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/analytics.py -------------------------------------------------------------------------------- /benefits/enrollment/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/apps.py -------------------------------------------------------------------------------- /benefits/enrollment/context/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/context/__init__.py -------------------------------------------------------------------------------- /benefits/enrollment/context/flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/context/flow.py -------------------------------------------------------------------------------- /benefits/enrollment/enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/enrollment.py -------------------------------------------------------------------------------- /benefits/enrollment/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/forms.py -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/includes/alert-box--warning--calfresh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/includes/alert-box--warning--calfresh.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/includes/jquery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/includes/jquery.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/includes/modal--transit-processor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/includes/modal--transit-processor.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/index-base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/index-base.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/reenrollment-error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/reenrollment-error.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/retry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/retry.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/success.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/success.html -------------------------------------------------------------------------------- /benefits/enrollment/templates/enrollment/system_error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/templates/enrollment/system_error.html -------------------------------------------------------------------------------- /benefits/enrollment/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/urls.py -------------------------------------------------------------------------------- /benefits/enrollment/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment/views.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/admin.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/apps.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/enrollment.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/migrations/0001_initial.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/migrations/0002_littlepaygroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/migrations/0002_littlepaygroup.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/migrations/0003_rename_littlepayconfig_oldlittlepayconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/migrations/0003_rename_littlepayconfig_oldlittlepayconfig.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/migrations/0004_littlepayconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/migrations/0004_littlepayconfig.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/migrations/0005_delete_oldlittlepayconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/migrations/0005_delete_oldlittlepayconfig.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/models.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/session.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/templates/enrollment_littlepay/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/templates/enrollment_littlepay/index.html -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/urls.py -------------------------------------------------------------------------------- /benefits/enrollment_littlepay/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_littlepay/views.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/enrollment_switchio/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/admin.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/api.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/apps.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/enrollment.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/migrations/0001_initial.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/migrations/0002_switchioconfig_enrollment_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/migrations/0002_switchioconfig_enrollment_api.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/migrations/0003_switchiogroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/migrations/0003_switchiogroup.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/migrations/0004_rename_switchioconfig_oldswitchioconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/migrations/0004_rename_switchioconfig_oldswitchioconfig.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/migrations/0005_switchioconfig_delete_oldswitchioconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/migrations/0005_switchioconfig_delete_oldswitchioconfig.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/enrollment_switchio/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/models.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/session.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/templates/enrollment_switchio/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/templates/enrollment_switchio/index.html -------------------------------------------------------------------------------- /benefits/enrollment_switchio/templates/enrollment_switchio/script.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/templates/enrollment_switchio/script.html -------------------------------------------------------------------------------- /benefits/enrollment_switchio/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/urls.py -------------------------------------------------------------------------------- /benefits/enrollment_switchio/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/enrollment_switchio/views.py -------------------------------------------------------------------------------- /benefits/in_person/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/in_person/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/apps.py -------------------------------------------------------------------------------- /benefits/in_person/context/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/context/__init__.py -------------------------------------------------------------------------------- /benefits/in_person/context/eligibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/context/eligibility.py -------------------------------------------------------------------------------- /benefits/in_person/forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/forms.py -------------------------------------------------------------------------------- /benefits/in_person/mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/mixins.py -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/eligibility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/eligibility.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/index_littlepay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/index_littlepay.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/index_switchio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/index_switchio.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/reenrollment_error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/reenrollment_error.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/retry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/retry.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/server_error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/server_error.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/success.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/success.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/switchio_script.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/switchio_script.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/enrollment/system_error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/enrollment/system_error.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/error-base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/error-base.html -------------------------------------------------------------------------------- /benefits/in_person/templates/in_person/includes/eligibility-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/templates/in_person/includes/eligibility-form.html -------------------------------------------------------------------------------- /benefits/in_person/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/urls.py -------------------------------------------------------------------------------- /benefits/in_person/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/in_person/views.py -------------------------------------------------------------------------------- /benefits/locale/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/locale/en/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/locale/en/LC_MESSAGES/django.po -------------------------------------------------------------------------------- /benefits/locale/en/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/locale/en/formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/locale/en/formats.py -------------------------------------------------------------------------------- /benefits/locale/es/LC_MESSAGES/django.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/locale/es/LC_MESSAGES/django.po -------------------------------------------------------------------------------- /benefits/locale/es/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/locale/es/formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/locale/es/formats.py -------------------------------------------------------------------------------- /benefits/oauth/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /benefits/oauth/analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/analytics.py -------------------------------------------------------------------------------- /benefits/oauth/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/apps.py -------------------------------------------------------------------------------- /benefits/oauth/hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/hooks.py -------------------------------------------------------------------------------- /benefits/oauth/middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/middleware.py -------------------------------------------------------------------------------- /benefits/oauth/templates/oauth/system_error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/templates/oauth/system_error.html -------------------------------------------------------------------------------- /benefits/oauth/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/urls.py -------------------------------------------------------------------------------- /benefits/oauth/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/oauth/views.py -------------------------------------------------------------------------------- /benefits/routes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/routes.py -------------------------------------------------------------------------------- /benefits/secrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/secrets.py -------------------------------------------------------------------------------- /benefits/sentry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/sentry.py -------------------------------------------------------------------------------- /benefits/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/settings.py -------------------------------------------------------------------------------- /benefits/static/css/admin/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/css/admin/styles.css -------------------------------------------------------------------------------- /benefits/static/css/admin/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/css/admin/theme.css -------------------------------------------------------------------------------- /benefits/static/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/css/styles.css -------------------------------------------------------------------------------- /benefits/static/css/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/css/variables.css -------------------------------------------------------------------------------- /benefits/static/fonts/PublicSans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/fonts/PublicSans-Bold.woff -------------------------------------------------------------------------------- /benefits/static/fonts/PublicSans-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/fonts/PublicSans-Bold.woff2 -------------------------------------------------------------------------------- /benefits/static/img/benefits-bg-desktop.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/benefits-bg-desktop.webp -------------------------------------------------------------------------------- /benefits/static/img/benefits-bg-mobile.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/benefits-bg-mobile.webp -------------------------------------------------------------------------------- /benefits/static/img/enrollment-success-illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/enrollment-success-illustration.png -------------------------------------------------------------------------------- /benefits/static/img/external-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/external-link.svg -------------------------------------------------------------------------------- /benefits/static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/favicon.ico -------------------------------------------------------------------------------- /benefits/static/img/icon/bankcard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/bankcard.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/bankcardquestion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/bankcardquestion.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/box-arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/box-arrow-right.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/calendarcheck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/calendarcheck.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/check-circle-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/check-circle-fill.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/contactless.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/contactless.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/exclamation-circle-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/exclamation-circle-fill.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/google_sso_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/google_sso_logo.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/happybus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/happybus.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/idcardquestion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/idcardquestion.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/idscreencheck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/idscreencheck.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/rightarrow-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/rightarrow-hover.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/rightarrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/rightarrow.svg -------------------------------------------------------------------------------- /benefits/static/img/icon/sadbus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/icon/sadbus.svg -------------------------------------------------------------------------------- /benefits/static/img/loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/loader.svg -------------------------------------------------------------------------------- /benefits/static/img/login-gov-logo-rev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/login-gov-logo-rev.svg -------------------------------------------------------------------------------- /benefits/static/img/login-gov-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/login-gov-logo.svg -------------------------------------------------------------------------------- /benefits/static/img/logo-lg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/logo-lg.svg -------------------------------------------------------------------------------- /benefits/static/img/logo-sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/logo-sm.svg -------------------------------------------------------------------------------- /benefits/static/img/modal-trigger--hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/modal-trigger--hover.svg -------------------------------------------------------------------------------- /benefits/static/img/modal-trigger--selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/modal-trigger--selected.svg -------------------------------------------------------------------------------- /benefits/static/img/modal-trigger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/modal-trigger.svg -------------------------------------------------------------------------------- /benefits/static/img/rider-tapping-bank-card-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/rider-tapping-bank-card-horizontal.png -------------------------------------------------------------------------------- /benefits/static/img/ridertappingbankcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/static/img/ridertappingbankcard.png -------------------------------------------------------------------------------- /benefits/templates/200-user-error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/200-user-error.html -------------------------------------------------------------------------------- /benefits/templates/400.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/400.html -------------------------------------------------------------------------------- /benefits/templates/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/404.html -------------------------------------------------------------------------------- /benefits/templates/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/500.html -------------------------------------------------------------------------------- /benefits/templates/admin/agency-base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/admin/agency-base.html -------------------------------------------------------------------------------- /benefits/templates/admin/agency-dashboard-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/admin/agency-dashboard-index.html -------------------------------------------------------------------------------- /benefits/templates/admin/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/admin/base.html -------------------------------------------------------------------------------- /benefits/templates/admin/base_site.html: -------------------------------------------------------------------------------- 1 | {% extends "admin/base.html" %} 2 | -------------------------------------------------------------------------------- /benefits/templates/admin/flow-base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/admin/flow-base.html -------------------------------------------------------------------------------- /benefits/templates/admin/includes/branding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/admin/includes/branding.html -------------------------------------------------------------------------------- /benefits/templates/admin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/admin/login.html -------------------------------------------------------------------------------- /benefits/templates/error-base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/error-base.html -------------------------------------------------------------------------------- /benefits/templates/google_sso/login_sso.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/google_sso/login_sso.html -------------------------------------------------------------------------------- /benefits/templates/registration/logged_out.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/registration/logged_out.html -------------------------------------------------------------------------------- /benefits/templates/registration/password_reset_confirm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/registration/password_reset_confirm.html -------------------------------------------------------------------------------- /benefits/templates/registration/password_reset_done.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/registration/password_reset_done.html -------------------------------------------------------------------------------- /benefits/templates/registration/password_reset_email.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/registration/password_reset_email.html -------------------------------------------------------------------------------- /benefits/templates/registration/password_reset_email.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/registration/password_reset_email.txt -------------------------------------------------------------------------------- /benefits/templates/registration/password_reset_form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/templates/registration/password_reset_form.html -------------------------------------------------------------------------------- /benefits/templates/registration/password_reset_subject.txt: -------------------------------------------------------------------------------- 1 | Reset your password for Cal-ITP Benefits Administrator 2 | -------------------------------------------------------------------------------- /benefits/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/urls.py -------------------------------------------------------------------------------- /benefits/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/benefits/wsgi.py -------------------------------------------------------------------------------- /bin/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/bin/build.sh -------------------------------------------------------------------------------- /bin/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/bin/init.sh -------------------------------------------------------------------------------- /bin/makemessages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/bin/makemessages.sh -------------------------------------------------------------------------------- /bin/makemigrations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/bin/makemigrations.sh -------------------------------------------------------------------------------- /bin/reset_db.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/bin/reset_db.sh -------------------------------------------------------------------------------- /bin/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/bin/start.sh -------------------------------------------------------------------------------- /compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/compose.yml -------------------------------------------------------------------------------- /docs/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/.pages -------------------------------------------------------------------------------- /docs/explanation/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/configuration.md -------------------------------------------------------------------------------- /docs/explanation/deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/deployment.md -------------------------------------------------------------------------------- /docs/explanation/development/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/.pages -------------------------------------------------------------------------------- /docs/explanation/development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/README.md -------------------------------------------------------------------------------- /docs/explanation/development/application-logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/application-logic.md -------------------------------------------------------------------------------- /docs/explanation/development/commits-branches-merging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/commits-branches-merging.md -------------------------------------------------------------------------------- /docs/explanation/development/docker-dynamic-ports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/docker-dynamic-ports.md -------------------------------------------------------------------------------- /docs/explanation/development/i18n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/i18n.md -------------------------------------------------------------------------------- /docs/explanation/development/img/docker-desktop-open-in-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/img/docker-desktop-open-in-browser.png -------------------------------------------------------------------------------- /docs/explanation/development/img/ports-local-address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/img/ports-local-address.png -------------------------------------------------------------------------------- /docs/explanation/development/img/vscode-debugger-launch-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/img/vscode-debugger-launch-config.png -------------------------------------------------------------------------------- /docs/explanation/development/linting-pre-commit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/linting-pre-commit.md -------------------------------------------------------------------------------- /docs/explanation/development/models-migrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/models-migrations.md -------------------------------------------------------------------------------- /docs/explanation/development/test-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/development/test-server.md -------------------------------------------------------------------------------- /docs/explanation/enrollment-pathways/agency-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/enrollment-pathways/agency-cards.md -------------------------------------------------------------------------------- /docs/explanation/enrollment-pathways/low-income.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/enrollment-pathways/low-income.md -------------------------------------------------------------------------------- /docs/explanation/enrollment-pathways/medicare-cardholders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/enrollment-pathways/medicare-cardholders.md -------------------------------------------------------------------------------- /docs/explanation/enrollment-pathways/older-adults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/enrollment-pathways/older-adults.md -------------------------------------------------------------------------------- /docs/explanation/enrollment-pathways/veterans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/enrollment-pathways/veterans.md -------------------------------------------------------------------------------- /docs/explanation/infrastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/explanation/infrastructure.md -------------------------------------------------------------------------------- /docs/guides/automated-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/automated-tests.md -------------------------------------------------------------------------------- /docs/guides/copy-delivery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/copy-delivery.md -------------------------------------------------------------------------------- /docs/guides/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/documentation.md -------------------------------------------------------------------------------- /docs/guides/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/getting-started.md -------------------------------------------------------------------------------- /docs/guides/hotfix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/hotfix.md -------------------------------------------------------------------------------- /docs/guides/img/amplitude-verification-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/img/amplitude-verification-query.png -------------------------------------------------------------------------------- /docs/guides/img/ditto-import-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/img/ditto-import-components.png -------------------------------------------------------------------------------- /docs/guides/img/edit-pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/img/edit-pencil.png -------------------------------------------------------------------------------- /docs/guides/img/figma-ditto-plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/img/figma-ditto-plugin.png -------------------------------------------------------------------------------- /docs/guides/img/metabase-verification-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/img/metabase-verification-query.png -------------------------------------------------------------------------------- /docs/guides/img/playwright-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/img/playwright-inspector.png -------------------------------------------------------------------------------- /docs/guides/inc/add-enrollmentflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/inc/add-enrollmentflow.md -------------------------------------------------------------------------------- /docs/guides/inc/add-transitagency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/inc/add-transitagency.md -------------------------------------------------------------------------------- /docs/guides/manual-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/manual-tests.md -------------------------------------------------------------------------------- /docs/guides/onboard-transit-provider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/onboard-transit-provider.md -------------------------------------------------------------------------------- /docs/guides/release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/release.md -------------------------------------------------------------------------------- /docs/guides/rollback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/rollback.md -------------------------------------------------------------------------------- /docs/guides/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/guides/troubleshooting.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/reference/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/.pages -------------------------------------------------------------------------------- /docs/reference/admin-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/admin-interface.md -------------------------------------------------------------------------------- /docs/reference/analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/analytics.md -------------------------------------------------------------------------------- /docs/reference/content-security-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/content-security-policy.md -------------------------------------------------------------------------------- /docs/reference/copy-style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/copy-style.md -------------------------------------------------------------------------------- /docs/reference/environment-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/environment-variables.md -------------------------------------------------------------------------------- /docs/reference/newsletter-archive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/newsletter-archive.md -------------------------------------------------------------------------------- /docs/reference/rate-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/rate-limit.md -------------------------------------------------------------------------------- /docs/reference/recaptcha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/reference/recaptcha.md -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /docs/styles/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/styles/theme.css -------------------------------------------------------------------------------- /docs/tutorials/load-sample-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/tutorials/load-sample-data.md -------------------------------------------------------------------------------- /docs/tutorials/secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/docs/tutorials/secrets.md -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/manage.py -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/pyproject.toml -------------------------------------------------------------------------------- /terraform/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/.gitignore -------------------------------------------------------------------------------- /terraform/.terraform.lock.hcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/.terraform.lock.hcl -------------------------------------------------------------------------------- /terraform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/README.md -------------------------------------------------------------------------------- /terraform/app_service.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/app_service.tf -------------------------------------------------------------------------------- /terraform/azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/azure-pipelines.yml -------------------------------------------------------------------------------- /terraform/email.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/email.tf -------------------------------------------------------------------------------- /terraform/environment.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/environment.tf -------------------------------------------------------------------------------- /terraform/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/init.sh -------------------------------------------------------------------------------- /terraform/key_vault.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/key_vault.tf -------------------------------------------------------------------------------- /terraform/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/main.tf -------------------------------------------------------------------------------- /terraform/monitor.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/monitor.tf -------------------------------------------------------------------------------- /terraform/network.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/network.tf -------------------------------------------------------------------------------- /terraform/output.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/output.tf -------------------------------------------------------------------------------- /terraform/pipeline/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/pipeline/deploy.yml -------------------------------------------------------------------------------- /terraform/pipeline/tag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/pipeline/tag.py -------------------------------------------------------------------------------- /terraform/pipeline/workspace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/pipeline/workspace.py -------------------------------------------------------------------------------- /terraform/restart-app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/restart-app.sh -------------------------------------------------------------------------------- /terraform/secrets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/secrets/README.md -------------------------------------------------------------------------------- /terraform/secrets/file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/secrets/file.sh -------------------------------------------------------------------------------- /terraform/secrets/read.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/secrets/read.sh -------------------------------------------------------------------------------- /terraform/secrets/value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/secrets/value.sh -------------------------------------------------------------------------------- /terraform/storage.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/storage.tf -------------------------------------------------------------------------------- /terraform/terraform.tfvars.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/terraform.tfvars.sample -------------------------------------------------------------------------------- /terraform/uptime.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/uptime.tf -------------------------------------------------------------------------------- /terraform/uptime/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/uptime/README.md -------------------------------------------------------------------------------- /terraform/uptime/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/uptime/main.tf -------------------------------------------------------------------------------- /terraform/uptime/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/uptime/variables.tf -------------------------------------------------------------------------------- /terraform/uptime/webtest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/uptime/webtest.xml -------------------------------------------------------------------------------- /terraform/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/terraform/variables.tf -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/playwright/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/playwright/.gitignore -------------------------------------------------------------------------------- /tests/playwright/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/playwright/Dockerfile -------------------------------------------------------------------------------- /tests/playwright/pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/playwright/pytest.ini -------------------------------------------------------------------------------- /tests/playwright/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/playwright/requirements.txt -------------------------------------------------------------------------------- /tests/playwright/run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -e 4 | 5 | pytest 6 | -------------------------------------------------------------------------------- /tests/playwright/test_healthcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/playwright/test_healthcheck.py -------------------------------------------------------------------------------- /tests/pytest/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/conftest.py -------------------------------------------------------------------------------- /tests/pytest/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/core/admin/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/core/admin/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/conftest.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_common.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_enrollment.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_forms.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_mixins.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_transit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_transit.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_users.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_users.py -------------------------------------------------------------------------------- /tests/pytest/core/admin/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/admin/test_views.py -------------------------------------------------------------------------------- /tests/pytest/core/context/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/core/context/test_agency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/context/test_agency.py -------------------------------------------------------------------------------- /tests/pytest/core/models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/core/models/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/models/conftest.py -------------------------------------------------------------------------------- /tests/pytest/core/models/test_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/models/test_common.py -------------------------------------------------------------------------------- /tests/pytest/core/models/test_enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/models/test_enrollment.py -------------------------------------------------------------------------------- /tests/pytest/core/models/test_transit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/models/test_transit.py -------------------------------------------------------------------------------- /tests/pytest/core/test_analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_analytics.py -------------------------------------------------------------------------------- /tests/pytest/core/test_context_processors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_context_processors.py -------------------------------------------------------------------------------- /tests/pytest/core/test_forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_forms.py -------------------------------------------------------------------------------- /tests/pytest/core/test_middleware_changed_language_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_middleware_changed_language_event.py -------------------------------------------------------------------------------- /tests/pytest/core/test_middleware_healthcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_middleware_healthcheck.py -------------------------------------------------------------------------------- /tests/pytest/core/test_middleware_healthcheck_user_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_middleware_healthcheck_user_agent.py -------------------------------------------------------------------------------- /tests/pytest/core/test_middleware_verifier_required.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_middleware_verifier_required.py -------------------------------------------------------------------------------- /tests/pytest/core/test_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_mixins.py -------------------------------------------------------------------------------- /tests/pytest/core/test_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_session.py -------------------------------------------------------------------------------- /tests/pytest/core/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/core/test_views.py -------------------------------------------------------------------------------- /tests/pytest/eligibility/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/eligibility/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/eligibility/conftest.py -------------------------------------------------------------------------------- /tests/pytest/eligibility/context/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/eligibility/context/test_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/eligibility/context/test_flow.py -------------------------------------------------------------------------------- /tests/pytest/eligibility/test_analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/eligibility/test_analytics.py -------------------------------------------------------------------------------- /tests/pytest/eligibility/test_forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/eligibility/test_forms.py -------------------------------------------------------------------------------- /tests/pytest/eligibility/test_verify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/eligibility/test_verify.py -------------------------------------------------------------------------------- /tests/pytest/eligibility/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/eligibility/test_views.py -------------------------------------------------------------------------------- /tests/pytest/enrollment/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/enrollment/context/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/enrollment/test_analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment/test_analytics.py -------------------------------------------------------------------------------- /tests/pytest/enrollment/test_enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment/test_enrollment.py -------------------------------------------------------------------------------- /tests/pytest/enrollment/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment/test_views.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_littlepay/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/enrollment_littlepay/test_admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_littlepay/test_admin.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_littlepay/test_enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_littlepay/test_enrollment.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_littlepay/test_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_littlepay/test_models.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_littlepay/test_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_littlepay/test_session.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_littlepay/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_littlepay/test_views.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/test_admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_switchio/test_admin.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/test_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_switchio/test_api.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/test_enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_switchio/test_enrollment.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/test_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_switchio/test_models.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/test_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_switchio/test_session.py -------------------------------------------------------------------------------- /tests/pytest/enrollment_switchio/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/enrollment_switchio/test_views.py -------------------------------------------------------------------------------- /tests/pytest/in_person/test_forms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/in_person/test_forms.py -------------------------------------------------------------------------------- /tests/pytest/in_person/test_mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/in_person/test_mixins.py -------------------------------------------------------------------------------- /tests/pytest/in_person/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/in_person/test_views.py -------------------------------------------------------------------------------- /tests/pytest/locale/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/locale/test_formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/locale/test_formats.py -------------------------------------------------------------------------------- /tests/pytest/oauth/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pytest/oauth/test_analytics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/oauth/test_analytics.py -------------------------------------------------------------------------------- /tests/pytest/oauth/test_hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/oauth/test_hooks.py -------------------------------------------------------------------------------- /tests/pytest/oauth/test_middleware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/oauth/test_middleware.py -------------------------------------------------------------------------------- /tests/pytest/oauth/test_views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/oauth/test_views.py -------------------------------------------------------------------------------- /tests/pytest/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/run.sh -------------------------------------------------------------------------------- /tests/pytest/test_admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/test_admin.py -------------------------------------------------------------------------------- /tests/pytest/test_routes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/test_routes.py -------------------------------------------------------------------------------- /tests/pytest/test_secrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/test_secrets.py -------------------------------------------------------------------------------- /tests/pytest/test_sentry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/test_sentry.py -------------------------------------------------------------------------------- /tests/pytest/test_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/test_settings.py -------------------------------------------------------------------------------- /tests/pytest/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/tests/pytest/test_version.py -------------------------------------------------------------------------------- /uploads/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !*/ 3 | !agencies/cst.png 4 | -------------------------------------------------------------------------------- /uploads/agencies/cst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cal-itp/benefits/HEAD/uploads/agencies/cst.png --------------------------------------------------------------------------------