.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
edc_subject_dashboard/__init__.py
edc_subject_dashboard/apps.py
edc_subject_dashboard/auths.py
edc_subject_dashboard/dashboard_templates.py
edc_subject_dashboard/middleware.py
edc_subject_dashboard/models.py
edc_subject_dashboard/requisition_labels.py
edc_subject_dashboard/requisition_report.py
edc_subject_dashboard/requisition_verifier.py
edc_subject_dashboard/system_checks.py
edc_subject_dashboard/urls.py
edc_subject_dashboard/wsgi.py
edc_subject_dashboard.egg-info/PKG-INFO
edc_subject_dashboard.egg-info/SOURCES.txt
edc_subject_dashboard.egg-info/dependency_links.txt
edc_subject_dashboard.egg-info/not-zip-safe
edc_subject_dashboard.egg-info/top_level.txt
edc_subject_dashboard/locale/sw/LC_MESSAGES/django.mo
edc_subject_dashboard/locale/sw/LC_MESSAGES/django.po
edc_subject_dashboard/migrations/0001_initial.py
edc_subject_dashboard/migrations/0002_alter_edcpermissions_device_created_and_more.py
edc_subject_dashboard/migrations/0003_edcpermissions_locale_created_and_more.py
edc_subject_dashboard/migrations/__init__.py
edc_subject_dashboard/templates/dashboard_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/appointment_in_progress.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/appointment_status.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/print_requisition_popover.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/requisition_panel_actions.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/appointment_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/crf_button_group.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/forms_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/popover_list_item.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/prn_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/requisition_button_group.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/subject_consent_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/subject_schedule_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/unscheduled_appointment_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/buttons/visit_button.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/appointments.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/crf_totals.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/crfs.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/data_queries.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/requisitions.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/topbar.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/consents.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/demographics.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/metadata.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/prn.html
edc_subject_dashboard/templates/edc_subject_dashboard/bootstrap3/dashboard/sidebar/sidebar.html
edc_subject_dashboard/templatetags/__init__.py
edc_subject_dashboard/templatetags/edc_subject_dashboard_extras.py
edc_subject_dashboard/tests/__init__.py
edc_subject_dashboard/tests/holidays.csv
edc_subject_dashboard/tests/etc/user-aes-local.key
edc_subject_dashboard/tests/etc/user-aes-restricted.key
edc_subject_dashboard/tests/etc/user-rsa-local-private.pem
edc_subject_dashboard/tests/etc/user-rsa-local-public.pem
edc_subject_dashboard/tests/etc/user-rsa-restricted-private.pem
edc_subject_dashboard/tests/etc/user-rsa-restricted-public.pem
edc_subject_dashboard/tests/etc/user-salt-local.key
edc_subject_dashboard/tests/etc/user-salt-restricted.key
edc_subject_dashboard/tests/tests/__init__.py
edc_subject_dashboard/tests/tests/test_case_mixin.py
edc_subject_dashboard/tests/tests/test_dataclasses.py
edc_subject_dashboard/tests/tests/test_print_manifest.py
edc_subject_dashboard/tests/tests/test_view_mixins.py
edc_subject_dashboard/view_mixins/__init__.py
edc_subject_dashboard/view_mixins/registered_subject_view_mixin.py
edc_subject_dashboard/view_mixins/subject_visit_view_mixin.py
edc_subject_dashboard/view_utils/__init__.py
edc_subject_dashboard/view_utils/appointment_button.py
edc_subject_dashboard/view_utils/crf_button.py
edc_subject_dashboard/view_utils/dashboard_model_button.py
edc_subject_dashboard/view_utils/got_to_forms_button.py
edc_subject_dashboard/view_utils/history_button.py
edc_subject_dashboard/view_utils/model_button.py
edc_subject_dashboard/view_utils/next_querystring.py
edc_subject_dashboard/view_utils/perms.py
edc_subject_dashboard/view_utils/prn_button.py
edc_subject_dashboard/view_utils/query_button.py
edc_subject_dashboard/view_utils/related_visit_button.py
edc_subject_dashboard/view_utils/render_history_and_query_buttons.py
edc_subject_dashboard/view_utils/requisition_button.py
edc_subject_dashboard/view_utils/subject_consent_dashboard_button.py
edc_subject_dashboard/view_utils/subject_consent_listboard_button.py
edc_subject_dashboard/view_utils/subject_screening_button.py
edc_subject_dashboard/view_utils/timepoint_status_button.py
edc_subject_dashboard/views/__init__.py
edc_subject_dashboard/views/base_requisition_view.py
edc_subject_dashboard/views/refresh_appointments_view.py
edc_subject_dashboard/views/requisition_print_actions_view.py
edc_subject_dashboard/views/requisition_verify_actions_view.py
edc_subject_dashboard/views/subject_dashboard_view.py
subject_dashboard_app/__init__.py
subject_dashboard_app/admin.py
subject_dashboard_app/apps.py
subject_dashboard_app/consents.py
subject_dashboard_app/models.py
subject_dashboard_app/sites.py
subject_dashboard_app/urls.py
subject_dashboard_app/visit_schedule.py