├── .clabot ├── .credo.exs ├── .dialyzer_ignore.exs ├── .dockerignore ├── .env.example ├── .formatter.exs ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── BUG-REPORT.yml │ └── FEATURE-REQUEST.yml ├── dependabot.yml └── workflows │ ├── branch_main.yml │ ├── daily.yml │ ├── part_asdf_update.yml │ ├── part_build.yml │ ├── part_dependabot.yml │ ├── part_deploy.yml │ ├── part_docs.yml │ ├── part_release.yml │ ├── part_test.yml │ ├── pr.yml │ ├── tag-beta.yml │ ├── tag-stable.yml │ └── weekly.yml ├── .gitignore ├── .tool-versions ├── Dockerfile ├── LICENSE ├── README.md ├── SECURITY.md ├── assets ├── .babelrc ├── css │ ├── app.scss │ ├── fonts.scss │ ├── mixins.scss │ └── open-iconic-bootstrap.scss ├── fonts │ ├── museo_sans-italic-100.eot │ ├── museo_sans-italic-100.svg │ ├── museo_sans-italic-100.ttf │ ├── museo_sans-italic-100.woff │ ├── museo_sans-italic-100.woff2 │ ├── museo_sans-italic-300.eot │ ├── museo_sans-italic-300.svg │ ├── museo_sans-italic-300.ttf │ ├── museo_sans-italic-300.woff │ ├── museo_sans-italic-300.woff2 │ ├── museo_sans-italic-500.eot │ ├── museo_sans-italic-500.svg │ ├── museo_sans-italic-500.ttf │ ├── museo_sans-italic-500.woff │ ├── museo_sans-italic-500.woff2 │ ├── museo_sans-italic-700.eot │ ├── museo_sans-italic-700.svg │ ├── museo_sans-italic-700.ttf │ ├── museo_sans-italic-700.woff │ ├── museo_sans-italic-700.woff2 │ ├── museo_sans-italic-900.eot │ ├── museo_sans-italic-900.svg │ ├── museo_sans-italic-900.ttf │ ├── museo_sans-italic-900.woff │ ├── museo_sans-italic-900.woff2 │ ├── museo_sans-normal-100.eot │ ├── museo_sans-normal-100.svg │ ├── museo_sans-normal-100.ttf │ ├── museo_sans-normal-100.woff │ ├── museo_sans-normal-100.woff2 │ ├── museo_sans-normal-300.eot │ ├── museo_sans-normal-300.svg │ ├── museo_sans-normal-300.ttf │ ├── museo_sans-normal-300.woff │ ├── museo_sans-normal-300.woff2 │ ├── museo_sans-normal-500.eot │ ├── museo_sans-normal-500.svg │ ├── museo_sans-normal-500.ttf │ ├── museo_sans-normal-500.woff │ ├── museo_sans-normal-500.woff2 │ ├── museo_sans-normal-700.eot │ ├── museo_sans-normal-700.svg │ ├── museo_sans-normal-700.ttf │ ├── museo_sans-normal-700.woff │ ├── museo_sans-normal-700.woff2 │ ├── museo_sans-normal-900.eot │ ├── museo_sans-normal-900.svg │ ├── museo_sans-normal-900.ttf │ ├── museo_sans-normal-900.woff │ ├── museo_sans-normal-900.woff2 │ ├── open-iconic.eot │ ├── open-iconic.otf │ ├── open-iconic.svg │ ├── open-iconic.ttf │ └── open-iconic.woff ├── js │ ├── app.js │ ├── block-navigation.hook.js │ ├── bsn.js │ ├── chart.hook.js │ ├── details-state.hook.js │ ├── dropdown.hook.js │ ├── feature-detect.js │ ├── hide-alert.hook.js │ ├── input.hook.js │ ├── post-message.hook.js │ ├── sentry.js │ └── translation.js ├── package-lock.json ├── package.json ├── static │ ├── .well-known │ │ └── security.txt │ ├── downloads │ │ └── help │ │ │ └── 03-Fälle │ │ │ ├── example.csv │ │ │ └── example.xlsx │ ├── favicon.ico │ ├── images │ │ ├── help │ │ │ ├── 01-Registrierung │ │ │ │ ├── 01-initialisierung.png │ │ │ │ ├── 02-passwort.png │ │ │ │ ├── 03-account.png │ │ │ │ ├── 04-authenticator.png │ │ │ │ ├── 05-otp.png │ │ │ │ ├── 06-auth.png │ │ │ │ └── 07-zitadel.png │ │ │ ├── 02-Login │ │ │ │ ├── 01-account.png │ │ │ │ ├── 02-passwort.png │ │ │ │ ├── 03-auth.png │ │ │ │ └── 04-app.png │ │ │ ├── 03-Fälle │ │ │ │ ├── 01-liste.png │ │ │ │ ├── 02-filter.png │ │ │ │ ├── 03-filter-tracerin.png │ │ │ │ ├── 04-basisdaten.png │ │ │ │ ├── 05-anzeige.png │ │ │ │ ├── 06-duplicatecheck.png │ │ │ │ ├── 07-duplicateselect.png │ │ │ │ ├── 08-liste-anzeige.png │ │ │ │ └── 09-falldaten.png │ │ │ ├── 04-Aktionen │ │ │ │ ├── 01-aktionen.png │ │ │ │ ├── 02-aktion-kontaktfall.png │ │ │ │ ├── 03-kontaktfall.png │ │ │ │ ├── 04-kontaktfall-link.png │ │ │ │ ├── 05-kontakt-intern.png │ │ │ │ ├── 06-protokoll.png │ │ │ │ ├── 07-aktionen-email.png │ │ │ │ ├── 08-protokoll-manuell.png │ │ │ │ ├── 09-email-ausloesen.png │ │ │ │ ├── 10-status.png │ │ │ │ ├── 11-phasen.png │ │ │ │ ├── 12-phase-kp.png │ │ │ │ └── 13-phase-index.png │ │ │ └── create-organisation.png │ │ ├── hygeia-logo.svg │ │ └── swisscovid-app.png │ ├── robots.txt │ └── security.txt └── webpack.config.js ├── config ├── config.exs ├── dev.exs ├── prod.exs ├── runtime.exs └── test.exs ├── entry.sh ├── lib ├── hygeia.ex ├── hygeia │ ├── application.ex │ ├── audit_context.ex │ ├── audit_context │ │ └── resource_view.ex │ ├── authorization.ex │ ├── auto_tracing_context.ex │ ├── auto_tracing_context │ │ ├── auto_tracing.ex │ │ ├── auto_tracing │ │ │ ├── employment_status.ex │ │ │ ├── flight.ex │ │ │ ├── occupation.ex │ │ │ ├── organisation_visit.ex │ │ │ ├── problem.ex │ │ │ ├── propagator.ex │ │ │ ├── step.ex │ │ │ └── travel.ex │ │ └── auto_tracing_communication.ex │ ├── case_context.ex │ ├── case_context │ │ ├── address.ex │ │ ├── case.ex │ │ ├── case │ │ │ ├── clinical.ex │ │ │ ├── clinical │ │ │ │ ├── symptom.ex │ │ │ │ └── test_reason.ex │ │ │ ├── complexity.ex │ │ │ ├── monitoring.ex │ │ │ ├── monitoring │ │ │ │ └── isolation_location.ex │ │ │ ├── phase.ex │ │ │ ├── phase │ │ │ │ ├── index.ex │ │ │ │ ├── index │ │ │ │ │ └── end_reason.ex │ │ │ │ ├── possible_index.ex │ │ │ │ ├── possible_index │ │ │ │ │ ├── end_reason.ex │ │ │ │ │ └── type.ex │ │ │ │ └── type.ex │ │ │ └── status.ex │ │ ├── entity.ex │ │ ├── external_reference.ex │ │ ├── external_reference │ │ │ └── type.ex │ │ ├── hospitalization.ex │ │ ├── note.ex │ │ ├── person.ex │ │ ├── person │ │ │ ├── contact_method.ex │ │ │ ├── contact_method │ │ │ │ └── type.ex │ │ │ ├── sex.ex │ │ │ ├── vaccination_shot.ex │ │ │ └── vaccination_shot │ │ │ │ ├── vaccine_type.ex │ │ │ │ └── validity.ex │ │ ├── possible_index_submission.ex │ │ ├── premature_release.ex │ │ ├── premature_release │ │ │ ├── disabled_reason.ex │ │ │ └── reason.ex │ │ ├── test.ex │ │ ├── test │ │ │ ├── kind.ex │ │ │ └── result.ex │ │ ├── transmission.ex │ │ └── transmission │ │ │ └── infection_place.ex │ ├── communication_context.ex │ ├── communication_context │ │ ├── direction.ex │ │ ├── email.ex │ │ └── sms.ex │ ├── ecto_type │ │ ├── country.ex │ │ ├── country │ │ │ ├── eCH-0072-1-0.xsd │ │ │ ├── eCH0072_191023.xml │ │ │ └── schema.ex │ │ ├── cron_expression.ex │ │ ├── date_range.ex │ │ ├── ip.ex │ │ ├── localized_naive_datetime.ex │ │ ├── noga.ex │ │ ├── noga │ │ │ ├── de.csv │ │ │ ├── en.csv │ │ │ ├── fr.csv │ │ │ └── it.csv │ │ └── pem_entry.ex │ ├── email_sender.ex │ ├── helpers │ │ ├── anonymization.ex │ │ ├── calendar.ex │ │ ├── country.ex │ │ ├── dns.ex │ │ ├── email.ex │ │ ├── empty.ex │ │ ├── id.ex │ │ ├── map.ex │ │ ├── merge.ex │ │ ├── person_duplicates.ex │ │ ├── phone.ex │ │ ├── postgres_error.ex │ │ ├── pub_sub.ex │ │ ├── recursive_provess_directory.ex │ │ └── versioning.ex │ ├── import_context.ex │ ├── import_context │ │ ├── import.ex │ │ ├── import │ │ │ └── type.ex │ │ ├── planner.ex │ │ ├── planner │ │ │ ├── action.ex │ │ │ ├── action │ │ │ │ ├── add_note.ex │ │ │ │ ├── choose_tenant.ex │ │ │ │ ├── create_auto_tracing.ex │ │ │ │ ├── patch_assignee.ex │ │ │ │ ├── patch_external_references.ex │ │ │ │ ├── patch_person.ex │ │ │ │ ├── patch_phase_death.ex │ │ │ │ ├── patch_phases.ex │ │ │ │ ├── patch_status.ex │ │ │ │ ├── patch_tests.ex │ │ │ │ ├── reidentify_person.ex │ │ │ │ ├── save.ex │ │ │ │ └── select_case.ex │ │ │ ├── generator.ex │ │ │ └── generator │ │ │ │ ├── ism_2021_06_11.ex │ │ │ │ ├── ism_2021_06_11_death.ex │ │ │ │ └── ism_2021_06_11_test.ex │ │ ├── row.ex │ │ ├── row │ │ │ └── status.ex │ │ ├── row_link.ex │ │ └── utitlity.ex │ ├── jobs │ │ ├── anonymization.ex │ │ ├── data_pruning.ex │ │ ├── detect_no_reaction_cases.ex │ │ ├── notification_reminder.ex │ │ ├── refresh_materialized_view.ex │ │ ├── send_case_closed_email.ex │ │ ├── send_emails.ex │ │ ├── send_sms.ex │ │ ├── supervisor.ex │ │ ├── user_sync.ex │ │ └── viewer_log_persitence │ │ │ ├── job.ex │ │ │ └── supervisor.ex │ ├── login_rate_limiter.ex │ ├── login_rate_limiter │ │ └── worker.ex │ ├── mutation_context.ex │ ├── mutation_context │ │ └── mutation.ex │ ├── notification_context.ex │ ├── notification_context │ │ ├── notification.ex │ │ └── notification │ │ │ ├── case_assignee.ex │ │ │ ├── email_send_failed.ex │ │ │ ├── possible_index_submitted.ex │ │ │ ├── premature_release.ex │ │ │ └── self_service_help_request.ex │ ├── organisation_context.ex │ ├── organisation_context │ │ ├── affiliation.ex │ │ ├── affiliation │ │ │ └── kind.ex │ │ ├── division.ex │ │ ├── organisation.ex │ │ ├── organisation │ │ │ ├── school_type.ex │ │ │ └── type.ex │ │ ├── visit.ex │ │ └── visit │ │ │ └── reason.ex │ ├── postgres_pub_sub_relay.ex │ ├── repo.ex │ ├── risk_country_context.ex │ ├── risk_country_context │ │ └── risk_country.ex │ ├── sedex_export.ex │ ├── sedex_export │ │ ├── scheduler.ex │ │ ├── scheduler_coordinator.ex │ │ └── scheduler_supervisor.ex │ ├── sms_sender.ex │ ├── statistics_context.ex │ ├── statistics_context │ │ ├── active_cases_complexity_per_day.ex │ │ ├── active_cases_per_day_and_organisation.ex │ │ ├── active_infection_place_cases_per_day.ex │ │ ├── active_isolation_cases_per_day.ex │ │ ├── active_quarantine_cases_per_day.ex │ │ ├── cumulative_index_case_end_reasons.ex │ │ ├── cumulative_possible_index_case_end_reasons.ex │ │ ├── hospital_admission_cases_per_day.ex │ │ ├── new_cases_per_day.ex │ │ ├── new_registered_cases_per_day.ex │ │ ├── transmission_country_cases_per_day.ex │ │ └── vaccination_breakthroughs_per_day.ex │ ├── system_message_context.ex │ ├── system_message_context │ │ ├── system_message.ex │ │ └── system_message_cache.ex │ ├── tenant_context.ex │ ├── tenant_context │ │ ├── sedex_export.ex │ │ ├── tenant.ex │ │ └── tenant │ │ │ ├── sedex_export_configuration.ex │ │ │ ├── smtp.ex │ │ │ ├── smtp │ │ │ ├── dkim.ex │ │ │ └── relay.ex │ │ │ ├── template_parameters.ex │ │ │ └── websms.ex │ ├── user_context.ex │ ├── user_context │ │ ├── grant.ex │ │ └── user.ex │ ├── version_context.ex │ └── version_context │ │ ├── version.ex │ │ └── version │ │ ├── event.ex │ │ └── origin.ex ├── hygeia_cldr.ex ├── hygeia_gettext.ex ├── hygeia_health.ex ├── hygeia_iam.ex ├── hygeia_iam │ └── service_user_token.ex ├── hygeia_pdf_confirmation.ex ├── hygeia_pdf_confirmation │ ├── helpers │ │ └── confirmation_dates.ex │ ├── isolation.ex │ ├── isolation_end.ex │ └── quarantine.ex ├── hygeia_telemetry.ex ├── hygeia_web.ex ├── hygeia_web │ ├── auto_tracing_communication_url_generator.ex │ ├── channels │ │ └── user_socket.ex │ ├── controllers │ │ ├── auth_controller.ex │ │ ├── locale_controller.ex │ │ ├── pdf_controller.ex │ │ ├── statistics_controller.ex │ │ └── tenant_controller.ex │ ├── endpoint.ex │ ├── errors.ex │ ├── filter_data.ex │ ├── helpers │ │ ├── address.ex │ │ ├── auth.ex │ │ ├── auto_tracing.ex │ │ ├── case.ex │ │ ├── changeset.ex │ │ ├── communication.ex │ │ ├── confirmation.ex │ │ ├── csp.ex │ │ ├── export.ex │ │ ├── field_name.ex │ │ ├── form_step.ex │ │ ├── import.ex │ │ ├── infection_place.ex │ │ ├── monitoring.ex │ │ ├── person.ex │ │ ├── preload.ex │ │ ├── region.ex │ │ ├── search.ex │ │ ├── tenant.ex │ │ └── versioning.ex │ ├── invalid_pagination_params_error.ex │ ├── live │ │ ├── address_form.ex │ │ ├── address_form.sface │ │ ├── affiliation_live │ │ │ ├── index.ex │ │ │ └── index.sface │ │ ├── auth_live │ │ │ ├── login.ex │ │ │ └── login.sface │ │ ├── auto_tracing_live │ │ │ ├── address.ex │ │ │ ├── address.sface │ │ │ ├── auto_tracing.ex │ │ │ ├── clinical.ex │ │ │ ├── clinical.sface │ │ │ ├── contact_methods.ex │ │ │ ├── contact_methods.sface │ │ │ ├── contact_persons.ex │ │ │ ├── contact_persons.sface │ │ │ ├── covid_app.ex │ │ │ ├── covid_app.scss │ │ │ ├── covid_app.sface │ │ │ ├── employer.ex │ │ │ ├── employer.scss │ │ │ ├── employer.sface │ │ │ ├── end.ex │ │ │ ├── end.sface │ │ │ ├── header.ex │ │ │ ├── header.scss │ │ │ ├── header.sface │ │ │ ├── resolve_problems.ex │ │ │ ├── resolve_problems.scss │ │ │ ├── resolve_problems.sface │ │ │ ├── start.ex │ │ │ ├── start.scss │ │ │ ├── start.sface │ │ │ ├── tenant_exit.ex │ │ │ ├── tenant_exit.sface │ │ │ ├── transmission.ex │ │ │ ├── transmission.sface │ │ │ ├── travel.ex │ │ │ ├── travel.sface │ │ │ ├── vaccination.ex │ │ │ ├── vaccination.sface │ │ │ ├── visits.ex │ │ │ └── visits.sface │ │ ├── case_live │ │ │ ├── address_input.ex │ │ │ ├── address_input.scss │ │ │ ├── address_input.sface │ │ │ ├── base_data.ex │ │ │ ├── base_data.scss │ │ │ ├── base_data.sface │ │ │ ├── case_live_helper.ex │ │ │ ├── choose.ex │ │ │ ├── choose.sface │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── create_case.scss │ │ │ ├── create_phase_modal.ex │ │ │ ├── create_phase_modal.sface │ │ │ ├── create_possible_index.ex │ │ │ ├── create_possible_index.scss │ │ │ ├── create_possible_index.sface │ │ │ ├── create_possible_index │ │ │ │ ├── case_snippet.ex │ │ │ │ ├── case_snippet.sface │ │ │ │ ├── form_step │ │ │ │ │ ├── define_action.ex │ │ │ │ │ ├── define_action.scss │ │ │ │ │ ├── define_action.sface │ │ │ │ │ ├── define_people.ex │ │ │ │ │ ├── define_people.sface │ │ │ │ │ ├── define_transmission.ex │ │ │ │ │ ├── define_transmission.sface │ │ │ │ │ ├── summary.ex │ │ │ │ │ └── summary.sface │ │ │ │ ├── person_card.ex │ │ │ │ ├── person_card.scss │ │ │ │ ├── person_card.sface │ │ │ │ └── service.ex │ │ │ ├── hospitalizations │ │ │ │ ├── hospitalizations.ex │ │ │ │ ├── hospitalizations.scss │ │ │ │ └── hospitalizations.sface │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ ├── index.sface │ │ │ ├── modal_select.ex │ │ │ ├── modal_select.sface │ │ │ ├── monitoring │ │ │ │ ├── monitoring.ex │ │ │ │ ├── monitoring.scss │ │ │ │ └── monitoring.sface │ │ │ ├── navigation.ex │ │ │ ├── navigation.sface │ │ │ ├── protocol.ex │ │ │ ├── protocol.scss │ │ │ ├── protocol.sface │ │ │ ├── suggestions.ex │ │ │ ├── suggestions.scss │ │ │ ├── suggestions.sface │ │ │ ├── transmission_table.ex │ │ │ ├── transmission_table.sface │ │ │ ├── transmissions.ex │ │ │ └── transmissions.sface │ │ ├── chart.ex │ │ ├── date_input.ex │ │ ├── date_input.scss │ │ ├── date_time_local_input.ex │ │ ├── date_time_local_input.scss │ │ ├── division_live │ │ │ ├── choose.ex │ │ │ ├── choose.sface │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── merge.ex │ │ │ ├── merge.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── dropdown.ex │ │ ├── dropdown.scss │ │ ├── email_live │ │ │ ├── create_modal.ex │ │ │ └── create_modal.sface │ │ ├── field_label.ex │ │ ├── footer.ex │ │ ├── footer.scss │ │ ├── footer.sface │ │ ├── header.ex │ │ ├── header.sface │ │ ├── help_button.ex │ │ ├── help_button.sface │ │ ├── help_live │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ └── index.sface │ │ ├── home_live │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ └── index.sface │ │ ├── import_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ ├── show.sface │ │ │ ├── table.ex │ │ │ └── table.sface │ │ ├── init │ │ │ ├── auth.ex │ │ │ ├── context.ex │ │ │ ├── discard_empy_handle_event.ex │ │ │ ├── locale.ex │ │ │ ├── put_flash.ex │ │ │ └── sentry.ex │ │ ├── lock.ex │ │ ├── modal.ex │ │ ├── modal.sface │ │ ├── mutation_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── note_live │ │ │ ├── create_modal.ex │ │ │ └── create_modal.sface │ │ ├── notification │ │ │ ├── case_asignee.ex │ │ │ ├── case_assignee.sface │ │ │ ├── email_send_failed.ex │ │ │ ├── email_send_failed.sface │ │ │ ├── possible_index_submitted.ex │ │ │ ├── possible_index_submitted.sface │ │ │ ├── premature_release.ex │ │ │ ├── premature_release.sface │ │ │ ├── self_service_help_request.ex │ │ │ ├── self_service_help_request.sface │ │ │ ├── tray.ex │ │ │ ├── tray.scss │ │ │ └── tray.sface │ │ ├── organisation_live │ │ │ ├── choose.ex │ │ │ ├── choose.sface │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── merge.ex │ │ │ ├── merge.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── pagination.ex │ │ ├── person_live │ │ │ ├── base_data.ex │ │ │ ├── base_data.scss │ │ │ ├── base_data.sface │ │ │ ├── choose.ex │ │ │ ├── choose.scss │ │ │ ├── choose.sface │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── create_form.ex │ │ │ ├── create_form.sface │ │ │ ├── header.ex │ │ │ ├── header.scss │ │ │ ├── header.sface │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ ├── index.sface │ │ │ ├── vaccination.ex │ │ │ ├── vaccination.scss │ │ │ └── vaccination.sface │ │ ├── person_overview_live │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ └── index.sface │ │ ├── pinned_notes.ex │ │ ├── pinned_notes.sface │ │ ├── polymorphic_inputs.ex │ │ ├── possible_index_submission_live │ │ │ ├── create.ex │ │ │ ├── create.scss │ │ │ ├── create.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ ├── show.sface │ │ │ ├── submissions_table.ex │ │ │ └── submissions_table.sface │ │ ├── premature_release_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── index.ex │ │ │ └── index.sface │ │ ├── record_view.ex │ │ ├── references.ex │ │ ├── references.scss │ │ ├── references.sface │ │ ├── relative_time.ex │ │ ├── resource_table.ex │ │ ├── resource_table.scss │ │ ├── risk_country_live │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ └── index.sface │ │ ├── row_live │ │ │ ├── apply.ex │ │ │ ├── apply.scss │ │ │ ├── apply.sface │ │ │ ├── apply_next_pending.ex │ │ │ ├── changes.ex │ │ │ ├── changes.sface │ │ │ ├── index.ex │ │ │ ├── index.scss │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ ├── show.scss │ │ │ └── show.sface │ │ ├── search.ex │ │ ├── search.scss │ │ ├── search.sface │ │ ├── sedex_export_live │ │ │ ├── index.ex │ │ │ └── index.sface │ │ ├── sms_live │ │ │ ├── create_modal.ex │ │ │ └── create_modal.sface │ │ ├── sort.ex │ │ ├── sort.scss │ │ ├── statistics_live │ │ │ ├── choose_tenant.ex │ │ │ ├── choose_tenant.sface │ │ │ ├── country_table.ex │ │ │ ├── country_table.sface │ │ │ ├── daily_statistics.ex │ │ │ ├── daily_statistics.scss │ │ │ ├── daily_statistics.sface │ │ │ ├── export.ex │ │ │ ├── export.sface │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── infection_place_table.ex │ │ │ ├── infection_place_table.sface │ │ │ ├── last24_hours_statistics.ex │ │ │ ├── last24_hours_statistics.sface │ │ │ ├── no_data_warning.ex │ │ │ ├── organisation_table.ex │ │ │ ├── organisation_table.sface │ │ │ ├── timeline.ex │ │ │ └── timeline.sface │ │ ├── system_message_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── system_messages_banner.ex │ │ ├── system_messages_banner.sface │ │ ├── tenant_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── export.ex │ │ │ ├── export.sface │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── test_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── form.ex │ │ │ ├── form.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── transmission_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── infection_place.ex │ │ │ ├── infection_place.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── uri_active_context.ex │ │ ├── user_live │ │ │ ├── header.ex │ │ │ ├── header.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ │ ├── version_live │ │ │ ├── show.ex │ │ │ ├── table.ex │ │ │ └── table.sface │ │ └── visit_live │ │ │ ├── create.ex │ │ │ ├── create.sface │ │ │ ├── form.ex │ │ │ ├── form.sface │ │ │ ├── index.ex │ │ │ ├── index.sface │ │ │ ├── show.ex │ │ │ └── show.sface │ ├── plug │ │ ├── check_and_refresh_authentication.ex │ │ ├── has_role.ex │ │ ├── require_authentication.ex │ │ └── setup_versioning.ex │ ├── router.ex │ ├── send_case_closed_email_url_generator.ex │ ├── session_storage.ex │ ├── templates │ │ ├── auth │ │ │ └── oidc_error.sface │ │ ├── error │ │ │ ├── 403.sface │ │ │ ├── 409.sface │ │ │ └── 502.sface │ │ └── layout │ │ │ ├── app.sface │ │ │ ├── error.scss │ │ │ ├── error.sface │ │ │ ├── live.scss │ │ │ ├── live.sface │ │ │ ├── root.scss │ │ │ └── root.sface │ └── views │ │ ├── auth_view.ex │ │ ├── error_helpers.ex │ │ ├── error_view.ex │ │ └── layout_view.ex └── sentry_event_filter.ex ├── mix.exs ├── mix.lock ├── priv ├── gettext │ ├── de │ │ └── LC_MESSAGES │ │ │ ├── default.po │ │ │ └── errors.po │ ├── default.pot │ ├── errors.pot │ ├── fr │ │ └── LC_MESSAGES │ │ │ ├── default.po │ │ │ └── errors.po │ └── it │ │ └── LC_MESSAGES │ │ ├── default.po │ │ └── errors.po ├── plts │ └── .gitkeep ├── repo │ ├── migrations │ │ ├── .formatter.exs │ │ ├── 20201014124504_create_tenants.exs │ │ ├── 20201014151333_create_professions.exs │ │ ├── 20201014155946_create_users.exs │ │ ├── 20201014163827_add_versions.exs │ │ ├── 20201015091437_create_people.exs │ │ ├── 20201015142407_create_cases.exs │ │ ├── 20201019134503_create_transmissions.exs │ │ ├── 20201020081209_create_organisations.exs │ │ ├── 20201022080338_create_positions.exs │ │ ├── 20201022152603_transmission_infection_place.exs │ │ ├── 20201023164744_flat_user_roles.exs │ │ ├── 20201026155514_create_protocol_entries.exs │ │ ├── 20201026172126_case_related_organisations.exs │ │ ├── 20201029122710_fulltext_search_index.exs │ │ ├── 20201105115420_tenant_add_outgoing_mail_configuration.exs │ │ ├── 20201109123119_tenant_public_stats.exs │ │ ├── 20201116140753_create_statistics_active_isolation_cases_per_day.exs │ │ ├── 20201117103504_add_outgoing_sms_configuration.exs │ │ ├── 20201117145701_create_infection_place_types.exs │ │ ├── 20201117180758_add_all_enums.exs │ │ ├── 20201117181650_statistics_cummulative_index_case_end_reasons.exs │ │ ├── 20201117190605_create_statistics_active_quarantine_cases_per_day.exs │ │ ├── 20201117204520_create_statistics_cumulative_possible_index_case_end_reasons.exs │ │ ├── 20201117214110_create_statistics_new_cases_per_day.exs │ │ ├── 20201119155625_statistics_active_hospitalization_cases_per_day.exs │ │ ├── 20201119162816_versioning_originator_id_nullable.exs │ │ ├── 20201123161251_add_tenant_override_url.exs │ │ ├── 20201127164315_correct_statistics_new_cases_per_day.exs │ │ ├── 20201128174746_statistics_new_cases_per_day_performance.exs │ │ ├── 20201128184442_statistics_cummulative_index_case_end_reasons_performance.exs │ │ ├── 20201128184930_statistics_cummulative_possible_index_case_end_reasons_performance.exs │ │ ├── 20201130101446_add_complexity_enum.exs │ │ ├── 20201130101622_create_statistics_active_complexity_cases_per_day.exs │ │ ├── 20201201144543_create_statistics_active_infection_place_cases_per_day.exs │ │ ├── 20201202133431_tenant_template_variation.exs │ │ ├── 20201203153528_create_statistics_transmission_country_cases_per_day.exs │ │ ├── 20201208122417_create_possible_index_submissions.exs │ │ ├── 20201209102703_fulltext_index.exs │ │ ├── 20201215205729_create_grants.exs │ │ ├── 20201216121734_fixes_statistics_new_cases_per_day.exs │ │ ├── 20201217100349_add_viewer_role.exs │ │ ├── 20201217105557_fixes_statistics_active_hospitalization_cases_per_day.exs │ │ ├── 20201217162450_update_clinical_symptom_enum_add_has_symptom.exs │ │ ├── 20201222151731_add_status_enum.exs │ │ ├── 20210104110837_statistics_active_complexity_cases_per_day_performance_improvements.exs │ │ ├── 20210104113911_statistics_active_quarantine_cases_per_day_performance_improvements.exs │ │ ├── 20210104120523_create_system_messages.exs │ │ ├── 20210104120850_statistics_transmission_country_cases_per_day_performance_improvements.exs │ │ ├── 20210104132101_statistics_active_isolation_cases_per_day_performance_improvements.exs │ │ ├── 20210105103437_bag_med_compliance.exs │ │ ├── 20210106112452_tenant_case_management_switch.exs │ │ ├── 20210106120215_grant_new_roles.exs │ │ ├── 20210111161511_create_emails.exs │ │ ├── 20210125133911_statistics_active_complexity_cases_per_day_fix.exs │ │ ├── 20210125170552_sedex.exs │ │ ├── 20210125183911_create_sedex_exports.exs │ │ ├── 20210127105624_add_symptom_start.exs │ │ ├── 20210127111138_further_bag_med_compliance.exs │ │ ├── 20210128121712_fix_botched_sms_recipients.exs │ │ ├── 20210202110851_modify_system_message_date_to_datetime.exs │ │ ├── 20210204134512_add_employer_to_possible_index_submission.exs │ │ ├── 20210205151543_create_affiliations.exs │ │ ├── 20210205161105_add_template_parameters_to_tenant.exs │ │ ├── 20210210183541_organisation_type.exs │ │ ├── 20210215124820_create_divisions.exs │ │ ├── 20210302143322_statistics_active_cases_per_day_and_organisation.exs │ │ ├── 20210304175730_versioning_native.exs │ │ ├── 20210305203915_update_tenant_template_parameters.exs │ │ ├── 20210315103136_create_trigger_case_authorizations.exs │ │ ├── 20210316120150_possible_index_end_reason_negative_test.exs │ │ ├── 20210317121030_sedex_export_unique.exs │ │ ├── 20210318105649_create_notifications.exs │ │ ├── 20210319113229_email_context_user.exs │ │ ├── 20210326144056_template_variation_freetext.exs │ │ ├── 20210415111909_quarantine_order.exs │ │ ├── 20210416111804_organisation_delete_cascade.exs │ │ ├── 20210419130620_remove_case_related_organisation.exs │ │ ├── 20210419154442_create_resource_views.exs │ │ ├── 20210429143724_create_imports.exs │ │ ├── 20210511110755_hospitalizations_own_entity.exs │ │ ├── 20210521094209_activity_mapping_fix.exs │ │ ├── 20210527153512_possible_index_submission_notification.exs │ │ ├── 20210611101143_create_tests.exs │ │ ├── 20210616130134_create_mutations.exs │ │ ├── 20210623093359_create_premature_releases.exs │ │ ├── 20210628141251_delete_cascade_rest.exs │ │ ├── 20210713101131_add_pinned_to_notes.exs │ │ ├── 20210719100312_statistics_new_registered_cases_per_day.exs │ │ ├── 20210719122928_tenant_location.exs │ │ ├── 20210728145003_create_auto_tracings.exs │ │ ├── 20210819125948_inbox_import_default_tracer_supervisor.exs │ │ ├── 20210825152555_premature_release_no_notifications.exs │ │ ├── 20210827100229_add_import_filename.exs │ │ ├── 20210827112204_detect_unchanged_cases_enum.exs │ │ ├── 20210830092733_auto_tracing_problem_residency_outside_country.exs │ │ ├── 20210830093531_auto_tracing_contact_persons_step.exs │ │ ├── 20210830101202_add_scholar_to_auto_tracings.exs │ │ ├── 20210830102654_auto_tracing_has_contact_persons.exs │ │ ├── 20210830111044_auto_tracing_problem_school_related.exs │ │ ├── 20210830114650_auto_tracing_problem_no_reaction.exs │ │ ├── 20210830121213_auto_tracing_problem_no_contact_method.exs │ │ ├── 20210830125241_auto_tracing_problem_computed_column.exs │ │ ├── 20210830133345_auto_tracing_possible_index_problem.exs │ │ ├── 20210831165759_modify_transmission_in_auto_tracings.exs │ │ ├── 20210901135323_auto_tracing_add_start_at.exs │ │ ├── 20210914093248_tenant_contact_method.exs │ │ ├── 20210915111748_add_organisation_school_type.exs │ │ ├── 20210916113825_add_school_visits_to_auto_tracings.exs │ │ ├── 20210922180638_add_related_school_visit_to_affiliations.exs │ │ ├── 20211010093048_add_university_to_school_type.exs │ │ ├── 20211012150640_add_boolean_to_monitoring.exs │ │ ├── 20211012170218_auto_tracing_add_flight_step.exs │ │ ├── 20211012203320_add_flights_to_auto_tracings.exs │ │ ├── 20211012213226_auto_tracing_problem_flight_related.exs │ │ ├── 20211015083935_add_auto_tracing_problem_phase_date_inconsistent.exs │ │ ├── 20211103105723_affiliation_unknown_organisation_and_divisions.exs │ │ ├── 20211117230115_create_visits.exs │ │ ├── 20211130150556_remove_phase_date_inconsistent_from_autotracing_problems.exs │ │ ├── 20211201143102_add_travels_to_auto_tracings.exs │ │ ├── 20211202171922_auto_tracing_travel_migration.exs │ │ ├── 20211208094932_case_phases_inserted_at_complete.exs │ │ ├── 20211220095509_add_auto_tracing_problem_phase_ends_in_the_past.exs │ │ ├── 20211223101132_add_possible_transmission_to_auto_tracings.exs │ │ ├── 20211227102423_add_resident_to_affiliation_kind.exs │ │ ├── 20211230121753_create_vaccination_shots.exs │ │ ├── 20220103114333_create_risk_countries.exs │ │ ├── 20220103114334_migrate_auto_tracing_travel.exs │ │ ├── 20220106132952_create_premature_release_disabled_reason.exs │ │ ├── 20220111093904_transmission_type.exs │ │ ├── 20220117182843_vaccination_validity_case_influence.exs │ │ ├── 20220117220433_crontab_dump_self.exs │ │ ├── 20220119201604_vaccination_validity_materialized_view.exs │ │ ├── 20220120112757_vaccination_validity_trigger_table.exs │ │ ├── 20220120145709_vaccination_breakthrough_statistics_performance.exs │ │ ├── 20220120185142_remove_link_propagator_from_autotracing_problems.exs │ │ ├── 20220124150257_remove_transmission_from_auto_tracings.exs │ │ ├── 20220131141414_remove_phase_ends_in_the_past_from_auto_tracing_problems.exs │ │ ├── 20220201141946_fix_one_auto_tracing_per_case.exs │ │ ├── 20220203133505_remove_vaccination_failure_from_auto_tracing_problems.exs │ │ ├── 20220215190419_create_row_links.exs │ │ ├── 20220603085156_alter_employment_status_in_auto_tracings.exs │ │ ├── 20220609123523_change_hospitalization_statistics_to_admissions_only.exs │ │ ├── 20220720092515_add_prune_versioning_type.exs │ │ ├── 20220725092505_remove_organisation_position_feature.exs │ │ ├── 20220726144648_add_anonymization_to_person_case.exs │ │ ├── 20220802160711_add_anonymization_job_to_versioning_type.exs │ │ ├── 20220822132652_remove_hospitalization_from_auto_tracing_problems.exs │ │ └── 20230310101526_anonymization_delete_possible_index_submissions.exs │ ├── seeds.exs │ ├── seeds │ │ ├── hospitals.csv │ │ ├── hospitals.exs │ │ ├── schools.csv │ │ ├── schools.exs │ │ └── tenants.exs │ └── structure.sql ├── templates │ ├── isolation │ │ └── fallback.html.eex │ ├── isolation_end │ │ └── fallback.html.eex │ ├── layout │ │ ├── body │ │ │ └── fallback.html.eex │ │ ├── footer │ │ │ └── fallback.html.eex │ │ └── header │ │ │ └── fallback.html.eex │ └── quarantine │ │ └── fallback.html.eex ├── tenant_logos │ └── example.svg └── test │ ├── dkim │ └── private-key.pem │ └── import │ ├── example_ism_2021_06_11_death.xlsx │ ├── example_ism_2021_06_11_test.csv │ └── example_ism_2021_06_11_test.xlsx └── test ├── hygeia ├── authorization_test.exs ├── auto_tracing_context_test.exs ├── case_context_test.exs ├── communication_context_test.exs ├── import_context │ ├── planner │ │ └── generator │ │ │ ├── ism_2021_06_11_death_test.exs │ │ │ ├── ism_2021_06_11_test_test.exs │ │ │ └── ism_2021_06_11_test_test_ism_ids.exs │ └── row_test.exs ├── import_context_test.exs ├── login_rate_limiter_test.exs ├── mutation_context_test.exs ├── notification_context_test.exs ├── organisation_context_test.exs ├── statistics_context_test.exs ├── system_message_context_test.exs ├── tenant_context_test.exs └── user_context_test.exs ├── hygeia_pdf_confirmation ├── isolation_test.exs └── quarantine_test.exs ├── hygeia_web ├── live │ ├── affiliation_live_test.exs │ ├── auto_tracing_live_test.exs │ ├── case_live_test.exs │ ├── division_live_test.exs │ ├── import_live_test.exs │ ├── mutation_live_test.exs │ ├── organisation_live_test.exs │ ├── person_live_test.exs │ ├── risk_country_live_test.exs │ ├── row_live_test.exs │ ├── statistics_live_test.exs │ ├── system_message_live_test.exs │ ├── tenant_live_test.exs │ ├── transmission_live_test.exs │ ├── user_live_test.exs │ └── visit_live_test.exs └── views │ ├── error_view_test.exs │ └── layout_view_test.exs ├── support ├── case.ex ├── case_live_test_helper.ex ├── channel_case.ex ├── conn_case.ex ├── data_case.ex ├── fixtures.ex └── sms_sender_mock.ex ├── test └── test_helper.exs └── test_helper.exs /.clabot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.clabot -------------------------------------------------------------------------------- /.credo.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.credo.exs -------------------------------------------------------------------------------- /.dialyzer_ignore.exs: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | * 2 | !entry.sh 3 | !_build/prod/rel/hygeia -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.env.example -------------------------------------------------------------------------------- /.formatter.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.formatter.exs -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/BUG-REPORT.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/ISSUE_TEMPLATE/BUG-REPORT.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/branch_main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/branch_main.yml -------------------------------------------------------------------------------- /.github/workflows/daily.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/daily.yml -------------------------------------------------------------------------------- /.github/workflows/part_asdf_update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_asdf_update.yml -------------------------------------------------------------------------------- /.github/workflows/part_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_build.yml -------------------------------------------------------------------------------- /.github/workflows/part_dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/part_deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_deploy.yml -------------------------------------------------------------------------------- /.github/workflows/part_docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_docs.yml -------------------------------------------------------------------------------- /.github/workflows/part_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_release.yml -------------------------------------------------------------------------------- /.github/workflows/part_test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/part_test.yml -------------------------------------------------------------------------------- /.github/workflows/pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/pr.yml -------------------------------------------------------------------------------- /.github/workflows/tag-beta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/tag-beta.yml -------------------------------------------------------------------------------- /.github/workflows/tag-stable.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/tag-stable.yml -------------------------------------------------------------------------------- /.github/workflows/weekly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.github/workflows/weekly.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/.gitignore -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | nodejs 20.1.0 2 | erlang 25.3.1 3 | elixir 1.14.4-otp-25 4 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/SECURITY.md -------------------------------------------------------------------------------- /assets/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/.babelrc -------------------------------------------------------------------------------- /assets/css/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/css/app.scss -------------------------------------------------------------------------------- /assets/css/fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/css/fonts.scss -------------------------------------------------------------------------------- /assets/css/mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/css/mixins.scss -------------------------------------------------------------------------------- /assets/css/open-iconic-bootstrap.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/css/open-iconic-bootstrap.scss -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-100.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-100.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-100.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-100.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-100.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-100.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-100.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-100.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-100.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-300.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-300.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-300.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-300.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-300.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-300.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-300.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-500.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-500.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-500.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-500.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-500.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-500.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-500.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-500.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-500.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-500.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-700.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-700.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-700.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-700.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-700.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-900.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-900.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-900.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-900.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-italic-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-italic-900.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-100.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-100.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-100.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-100.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-100.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-100.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-100.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-100.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-100.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-300.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-300.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-300.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-300.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-300.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-300.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-300.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-300.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-500.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-500.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-500.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-500.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-500.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-500.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-500.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-500.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-500.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-500.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-700.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-700.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-700.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-700.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-700.woff2 -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-900.eot -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-900.svg -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-900.ttf -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-900.woff -------------------------------------------------------------------------------- /assets/fonts/museo_sans-normal-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/museo_sans-normal-900.woff2 -------------------------------------------------------------------------------- /assets/fonts/open-iconic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/open-iconic.eot -------------------------------------------------------------------------------- /assets/fonts/open-iconic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/open-iconic.otf -------------------------------------------------------------------------------- /assets/fonts/open-iconic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/open-iconic.svg -------------------------------------------------------------------------------- /assets/fonts/open-iconic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/open-iconic.ttf -------------------------------------------------------------------------------- /assets/fonts/open-iconic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/fonts/open-iconic.woff -------------------------------------------------------------------------------- /assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/app.js -------------------------------------------------------------------------------- /assets/js/block-navigation.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/block-navigation.hook.js -------------------------------------------------------------------------------- /assets/js/bsn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/bsn.js -------------------------------------------------------------------------------- /assets/js/chart.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/chart.hook.js -------------------------------------------------------------------------------- /assets/js/details-state.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/details-state.hook.js -------------------------------------------------------------------------------- /assets/js/dropdown.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/dropdown.hook.js -------------------------------------------------------------------------------- /assets/js/feature-detect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/feature-detect.js -------------------------------------------------------------------------------- /assets/js/hide-alert.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/hide-alert.hook.js -------------------------------------------------------------------------------- /assets/js/input.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/input.hook.js -------------------------------------------------------------------------------- /assets/js/post-message.hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/post-message.hook.js -------------------------------------------------------------------------------- /assets/js/sentry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/sentry.js -------------------------------------------------------------------------------- /assets/js/translation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/js/translation.js -------------------------------------------------------------------------------- /assets/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/package-lock.json -------------------------------------------------------------------------------- /assets/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/package.json -------------------------------------------------------------------------------- /assets/static/.well-known/security.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/.well-known/security.txt -------------------------------------------------------------------------------- /assets/static/downloads/help/03-Fälle/example.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/static/downloads/help/03-Fälle/example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/downloads/help/03-Fälle/example.xlsx -------------------------------------------------------------------------------- /assets/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/favicon.ico -------------------------------------------------------------------------------- /assets/static/images/help/01-Registrierung/02-passwort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/01-Registrierung/02-passwort.png -------------------------------------------------------------------------------- /assets/static/images/help/01-Registrierung/03-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/01-Registrierung/03-account.png -------------------------------------------------------------------------------- /assets/static/images/help/01-Registrierung/04-authenticator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/01-Registrierung/04-authenticator.png -------------------------------------------------------------------------------- /assets/static/images/help/01-Registrierung/05-otp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/01-Registrierung/05-otp.png -------------------------------------------------------------------------------- /assets/static/images/help/01-Registrierung/06-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/01-Registrierung/06-auth.png -------------------------------------------------------------------------------- /assets/static/images/help/01-Registrierung/07-zitadel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/01-Registrierung/07-zitadel.png -------------------------------------------------------------------------------- /assets/static/images/help/02-Login/01-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/02-Login/01-account.png -------------------------------------------------------------------------------- /assets/static/images/help/02-Login/02-passwort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/02-Login/02-passwort.png -------------------------------------------------------------------------------- /assets/static/images/help/02-Login/03-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/02-Login/03-auth.png -------------------------------------------------------------------------------- /assets/static/images/help/02-Login/04-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/02-Login/04-app.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/01-liste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/01-liste.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/02-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/02-filter.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/03-filter-tracerin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/03-filter-tracerin.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/04-basisdaten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/04-basisdaten.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/05-anzeige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/05-anzeige.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/06-duplicatecheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/06-duplicatecheck.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/07-duplicateselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/07-duplicateselect.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/08-liste-anzeige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/08-liste-anzeige.png -------------------------------------------------------------------------------- /assets/static/images/help/03-Fälle/09-falldaten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/03-Fälle/09-falldaten.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/01-aktionen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/01-aktionen.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/02-aktion-kontaktfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/02-aktion-kontaktfall.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/03-kontaktfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/03-kontaktfall.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/04-kontaktfall-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/04-kontaktfall-link.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/05-kontakt-intern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/05-kontakt-intern.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/06-protokoll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/06-protokoll.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/07-aktionen-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/07-aktionen-email.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/08-protokoll-manuell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/08-protokoll-manuell.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/09-email-ausloesen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/09-email-ausloesen.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/10-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/10-status.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/11-phasen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/11-phasen.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/12-phase-kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/12-phase-kp.png -------------------------------------------------------------------------------- /assets/static/images/help/04-Aktionen/13-phase-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/04-Aktionen/13-phase-index.png -------------------------------------------------------------------------------- /assets/static/images/help/create-organisation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/help/create-organisation.png -------------------------------------------------------------------------------- /assets/static/images/hygeia-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/hygeia-logo.svg -------------------------------------------------------------------------------- /assets/static/images/swisscovid-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/images/swisscovid-app.png -------------------------------------------------------------------------------- /assets/static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /assets/static/security.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/static/security.txt -------------------------------------------------------------------------------- /assets/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/assets/webpack.config.js -------------------------------------------------------------------------------- /config/config.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/config/config.exs -------------------------------------------------------------------------------- /config/dev.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/config/dev.exs -------------------------------------------------------------------------------- /config/prod.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/config/prod.exs -------------------------------------------------------------------------------- /config/runtime.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/config/runtime.exs -------------------------------------------------------------------------------- /config/test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/config/test.exs -------------------------------------------------------------------------------- /entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/entry.sh -------------------------------------------------------------------------------- /lib/hygeia.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia.ex -------------------------------------------------------------------------------- /lib/hygeia/application.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/application.ex -------------------------------------------------------------------------------- /lib/hygeia/audit_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/audit_context.ex -------------------------------------------------------------------------------- /lib/hygeia/audit_context/resource_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/audit_context/resource_view.ex -------------------------------------------------------------------------------- /lib/hygeia/authorization.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/authorization.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing/flight.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing/flight.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing/occupation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing/occupation.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing/problem.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing/problem.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing/propagator.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing/propagator.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing/step.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing/step.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing/travel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing/travel.ex -------------------------------------------------------------------------------- /lib/hygeia/auto_tracing_context/auto_tracing_communication.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/auto_tracing_context/auto_tracing_communication.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/address.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/address.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/clinical.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/clinical.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/clinical/symptom.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/clinical/symptom.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/clinical/test_reason.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/clinical/test_reason.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/complexity.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/complexity.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/monitoring.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/monitoring.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/monitoring/isolation_location.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/monitoring/isolation_location.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase/index.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase/index/end_reason.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase/index/end_reason.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase/possible_index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase/possible_index.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase/possible_index/end_reason.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase/possible_index/end_reason.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase/possible_index/type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase/possible_index/type.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/phase/type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/phase/type.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/case/status.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/case/status.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/entity.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/entity.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/external_reference.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/external_reference.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/external_reference/type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/external_reference/type.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/hospitalization.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/hospitalization.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/note.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/note.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person/contact_method.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person/contact_method.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person/contact_method/type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person/contact_method/type.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person/sex.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person/sex.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person/vaccination_shot.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person/vaccination_shot.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person/vaccination_shot/vaccine_type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person/vaccination_shot/vaccine_type.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/person/vaccination_shot/validity.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/person/vaccination_shot/validity.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/possible_index_submission.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/possible_index_submission.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/premature_release.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/premature_release.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/premature_release/disabled_reason.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/premature_release/disabled_reason.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/premature_release/reason.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/premature_release/reason.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/test.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/test.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/test/kind.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/test/kind.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/test/result.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/test/result.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/transmission.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/transmission.ex -------------------------------------------------------------------------------- /lib/hygeia/case_context/transmission/infection_place.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/case_context/transmission/infection_place.ex -------------------------------------------------------------------------------- /lib/hygeia/communication_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/communication_context.ex -------------------------------------------------------------------------------- /lib/hygeia/communication_context/direction.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/communication_context/direction.ex -------------------------------------------------------------------------------- /lib/hygeia/communication_context/email.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/communication_context/email.ex -------------------------------------------------------------------------------- /lib/hygeia/communication_context/sms.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/communication_context/sms.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/country.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/country.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/country/eCH-0072-1-0.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/country/eCH-0072-1-0.xsd -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/country/eCH0072_191023.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/country/eCH0072_191023.xml -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/country/schema.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/country/schema.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/cron_expression.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/cron_expression.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/date_range.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/date_range.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/ip.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/ip.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/localized_naive_datetime.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/localized_naive_datetime.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/noga.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/noga.ex -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/noga/de.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/noga/de.csv -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/noga/en.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/noga/en.csv -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/noga/fr.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/noga/fr.csv -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/noga/it.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/noga/it.csv -------------------------------------------------------------------------------- /lib/hygeia/ecto_type/pem_entry.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/ecto_type/pem_entry.ex -------------------------------------------------------------------------------- /lib/hygeia/email_sender.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/email_sender.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/anonymization.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/anonymization.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/calendar.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/calendar.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/country.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/country.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/dns.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/dns.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/email.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/email.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/empty.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/empty.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/id.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/id.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/map.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/map.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/merge.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/merge.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/person_duplicates.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/person_duplicates.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/phone.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/phone.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/postgres_error.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/postgres_error.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/pub_sub.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/pub_sub.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/recursive_provess_directory.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/recursive_provess_directory.ex -------------------------------------------------------------------------------- /lib/hygeia/helpers/versioning.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/helpers/versioning.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/import.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/import.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/import/type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/import/type.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/add_note.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/add_note.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/choose_tenant.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/choose_tenant.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/create_auto_tracing.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/create_auto_tracing.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/patch_assignee.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/patch_assignee.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/patch_person.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/patch_person.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/patch_phase_death.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/patch_phase_death.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/patch_phases.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/patch_phases.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/patch_status.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/patch_status.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/patch_tests.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/patch_tests.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/reidentify_person.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/reidentify_person.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/save.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/save.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/action/select_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/action/select_case.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/generator.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/generator.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/planner/generator/ism_2021_06_11.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/planner/generator/ism_2021_06_11.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/row.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/row.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/row/status.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/row/status.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/row_link.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/row_link.ex -------------------------------------------------------------------------------- /lib/hygeia/import_context/utitlity.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/import_context/utitlity.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/anonymization.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/anonymization.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/data_pruning.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/data_pruning.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/detect_no_reaction_cases.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/detect_no_reaction_cases.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/notification_reminder.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/notification_reminder.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/refresh_materialized_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/refresh_materialized_view.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/send_case_closed_email.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/send_case_closed_email.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/send_emails.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/send_emails.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/send_sms.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/send_sms.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/supervisor.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/supervisor.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/user_sync.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/user_sync.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/viewer_log_persitence/job.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/viewer_log_persitence/job.ex -------------------------------------------------------------------------------- /lib/hygeia/jobs/viewer_log_persitence/supervisor.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/jobs/viewer_log_persitence/supervisor.ex -------------------------------------------------------------------------------- /lib/hygeia/login_rate_limiter.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/login_rate_limiter.ex -------------------------------------------------------------------------------- /lib/hygeia/login_rate_limiter/worker.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/login_rate_limiter/worker.ex -------------------------------------------------------------------------------- /lib/hygeia/mutation_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/mutation_context.ex -------------------------------------------------------------------------------- /lib/hygeia/mutation_context/mutation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/mutation_context/mutation.ex -------------------------------------------------------------------------------- /lib/hygeia/notification_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/notification_context.ex -------------------------------------------------------------------------------- /lib/hygeia/notification_context/notification.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/notification_context/notification.ex -------------------------------------------------------------------------------- /lib/hygeia/notification_context/notification/case_assignee.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/notification_context/notification/case_assignee.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/affiliation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/affiliation.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/affiliation/kind.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/affiliation/kind.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/division.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/division.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/organisation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/organisation.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/organisation/school_type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/organisation/school_type.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/organisation/type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/organisation/type.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/visit.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/visit.ex -------------------------------------------------------------------------------- /lib/hygeia/organisation_context/visit/reason.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/organisation_context/visit/reason.ex -------------------------------------------------------------------------------- /lib/hygeia/postgres_pub_sub_relay.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/postgres_pub_sub_relay.ex -------------------------------------------------------------------------------- /lib/hygeia/repo.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/repo.ex -------------------------------------------------------------------------------- /lib/hygeia/risk_country_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/risk_country_context.ex -------------------------------------------------------------------------------- /lib/hygeia/risk_country_context/risk_country.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/risk_country_context/risk_country.ex -------------------------------------------------------------------------------- /lib/hygeia/sedex_export.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/sedex_export.ex -------------------------------------------------------------------------------- /lib/hygeia/sedex_export/scheduler.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/sedex_export/scheduler.ex -------------------------------------------------------------------------------- /lib/hygeia/sedex_export/scheduler_coordinator.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/sedex_export/scheduler_coordinator.ex -------------------------------------------------------------------------------- /lib/hygeia/sedex_export/scheduler_supervisor.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/sedex_export/scheduler_supervisor.ex -------------------------------------------------------------------------------- /lib/hygeia/sms_sender.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/sms_sender.ex -------------------------------------------------------------------------------- /lib/hygeia/statistics_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/statistics_context.ex -------------------------------------------------------------------------------- /lib/hygeia/statistics_context/active_cases_complexity_per_day.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/statistics_context/active_cases_complexity_per_day.ex -------------------------------------------------------------------------------- /lib/hygeia/statistics_context/active_isolation_cases_per_day.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/statistics_context/active_isolation_cases_per_day.ex -------------------------------------------------------------------------------- /lib/hygeia/statistics_context/active_quarantine_cases_per_day.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/statistics_context/active_quarantine_cases_per_day.ex -------------------------------------------------------------------------------- /lib/hygeia/statistics_context/new_cases_per_day.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/statistics_context/new_cases_per_day.ex -------------------------------------------------------------------------------- /lib/hygeia/statistics_context/new_registered_cases_per_day.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/statistics_context/new_registered_cases_per_day.ex -------------------------------------------------------------------------------- /lib/hygeia/system_message_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/system_message_context.ex -------------------------------------------------------------------------------- /lib/hygeia/system_message_context/system_message.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/system_message_context/system_message.ex -------------------------------------------------------------------------------- /lib/hygeia/system_message_context/system_message_cache.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/system_message_context/system_message_cache.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/sedex_export.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/sedex_export.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant/sedex_export_configuration.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant/sedex_export_configuration.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant/smtp.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant/smtp.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant/smtp/dkim.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant/smtp/dkim.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant/smtp/relay.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant/smtp/relay.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant/template_parameters.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant/template_parameters.ex -------------------------------------------------------------------------------- /lib/hygeia/tenant_context/tenant/websms.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/tenant_context/tenant/websms.ex -------------------------------------------------------------------------------- /lib/hygeia/user_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/user_context.ex -------------------------------------------------------------------------------- /lib/hygeia/user_context/grant.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/user_context/grant.ex -------------------------------------------------------------------------------- /lib/hygeia/user_context/user.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/user_context/user.ex -------------------------------------------------------------------------------- /lib/hygeia/version_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/version_context.ex -------------------------------------------------------------------------------- /lib/hygeia/version_context/version.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/version_context/version.ex -------------------------------------------------------------------------------- /lib/hygeia/version_context/version/event.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/version_context/version/event.ex -------------------------------------------------------------------------------- /lib/hygeia/version_context/version/origin.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia/version_context/version/origin.ex -------------------------------------------------------------------------------- /lib/hygeia_cldr.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_cldr.ex -------------------------------------------------------------------------------- /lib/hygeia_gettext.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_gettext.ex -------------------------------------------------------------------------------- /lib/hygeia_health.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_health.ex -------------------------------------------------------------------------------- /lib/hygeia_iam.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_iam.ex -------------------------------------------------------------------------------- /lib/hygeia_iam/service_user_token.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_iam/service_user_token.ex -------------------------------------------------------------------------------- /lib/hygeia_pdf_confirmation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_pdf_confirmation.ex -------------------------------------------------------------------------------- /lib/hygeia_pdf_confirmation/helpers/confirmation_dates.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_pdf_confirmation/helpers/confirmation_dates.ex -------------------------------------------------------------------------------- /lib/hygeia_pdf_confirmation/isolation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_pdf_confirmation/isolation.ex -------------------------------------------------------------------------------- /lib/hygeia_pdf_confirmation/isolation_end.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_pdf_confirmation/isolation_end.ex -------------------------------------------------------------------------------- /lib/hygeia_pdf_confirmation/quarantine.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_pdf_confirmation/quarantine.ex -------------------------------------------------------------------------------- /lib/hygeia_telemetry.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_telemetry.ex -------------------------------------------------------------------------------- /lib/hygeia_web.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web.ex -------------------------------------------------------------------------------- /lib/hygeia_web/auto_tracing_communication_url_generator.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/auto_tracing_communication_url_generator.ex -------------------------------------------------------------------------------- /lib/hygeia_web/channels/user_socket.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/channels/user_socket.ex -------------------------------------------------------------------------------- /lib/hygeia_web/controllers/auth_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/controllers/auth_controller.ex -------------------------------------------------------------------------------- /lib/hygeia_web/controllers/locale_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/controllers/locale_controller.ex -------------------------------------------------------------------------------- /lib/hygeia_web/controllers/pdf_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/controllers/pdf_controller.ex -------------------------------------------------------------------------------- /lib/hygeia_web/controllers/statistics_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/controllers/statistics_controller.ex -------------------------------------------------------------------------------- /lib/hygeia_web/controllers/tenant_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/controllers/tenant_controller.ex -------------------------------------------------------------------------------- /lib/hygeia_web/endpoint.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/endpoint.ex -------------------------------------------------------------------------------- /lib/hygeia_web/errors.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/errors.ex -------------------------------------------------------------------------------- /lib/hygeia_web/filter_data.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/filter_data.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/address.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/address.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/auth.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/auth.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/auto_tracing.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/auto_tracing.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/case.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/changeset.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/changeset.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/communication.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/communication.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/confirmation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/confirmation.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/csp.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/csp.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/export.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/export.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/field_name.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/field_name.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/form_step.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/form_step.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/import.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/import.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/infection_place.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/infection_place.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/monitoring.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/monitoring.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/person.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/person.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/preload.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/preload.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/region.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/region.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/search.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/search.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/tenant.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/tenant.ex -------------------------------------------------------------------------------- /lib/hygeia_web/helpers/versioning.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/helpers/versioning.ex -------------------------------------------------------------------------------- /lib/hygeia_web/invalid_pagination_params_error.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/invalid_pagination_params_error.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/address_form.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/address_form.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/address_form.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/address_form.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/affiliation_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/affiliation_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/affiliation_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/affiliation_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auth_live/login.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auth_live/login.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auth_live/login.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auth_live/login.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/address.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/address.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/address.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/address.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/auto_tracing.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/auto_tracing.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/clinical.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/clinical.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/clinical.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/clinical.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/contact_methods.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/contact_methods.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/contact_methods.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/contact_methods.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/contact_persons.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/contact_persons.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/contact_persons.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/contact_persons.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/covid_app.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/covid_app.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/covid_app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/covid_app.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/covid_app.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/covid_app.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/employer.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/employer.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/employer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/employer.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/employer.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/employer.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/end.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/end.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/end.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/end.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/header.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/resolve_problems.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/resolve_problems.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/resolve_problems.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/resolve_problems.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/resolve_problems.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/resolve_problems.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/start.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/start.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/start.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/start.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/start.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/start.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/tenant_exit.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/tenant_exit.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/tenant_exit.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/tenant_exit.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/transmission.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/transmission.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/transmission.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/transmission.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/travel.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/travel.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/travel.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/travel.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/vaccination.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/vaccination.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/vaccination.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/vaccination.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/visits.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/visits.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/auto_tracing_live/visits.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/auto_tracing_live/visits.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/address_input.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/address_input.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/address_input.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/address_input.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/address_input.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/address_input.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/base_data.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/base_data.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/base_data.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/base_data.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/base_data.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/base_data.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/case_live_helper.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/case_live_helper.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/choose.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/choose.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/choose.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/choose.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_case.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_case.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_phase_modal.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_phase_modal.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_phase_modal.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_phase_modal.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_possible_index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_possible_index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_possible_index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_possible_index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_possible_index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_possible_index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/create_possible_index/service.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/create_possible_index/service.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/hospitalizations/hospitalizations.scss: -------------------------------------------------------------------------------- 1 | .component-case-hospitalizations { 2 | } 3 | -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/modal_select.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/modal_select.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/modal_select.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/modal_select.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/monitoring/monitoring.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/monitoring/monitoring.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/monitoring/monitoring.scss: -------------------------------------------------------------------------------- 1 | .component-case-monitoring { 2 | } 3 | -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/monitoring/monitoring.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/monitoring/monitoring.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/navigation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/navigation.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/navigation.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/navigation.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/protocol.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/protocol.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/protocol.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/protocol.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/protocol.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/protocol.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/suggestions.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/suggestions.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/suggestions.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/suggestions.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/suggestions.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/suggestions.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/transmission_table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/transmission_table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/transmission_table.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/transmission_table.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/transmissions.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/transmissions.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/case_live/transmissions.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/case_live/transmissions.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/chart.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/chart.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/date_input.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/date_input.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/date_input.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/date_input.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/date_time_local_input.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/date_time_local_input.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/date_time_local_input.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/date_time_local_input.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/choose.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/choose.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/choose.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/choose.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/merge.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/merge.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/merge.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/merge.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/division_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/division_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/dropdown.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/dropdown.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/dropdown.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/dropdown.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/email_live/create_modal.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/email_live/create_modal.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/email_live/create_modal.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/email_live/create_modal.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/field_label.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/field_label.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/footer.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/footer.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/footer.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/footer.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/footer.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/help_button.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/help_button.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/help_button.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/help_button.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/help_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/help_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/help_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/help_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/help_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/help_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/home_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/home_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/home_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/home_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/home_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/home_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/import_live/table.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/import_live/table.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/init/auth.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/init/auth.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/init/context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/init/context.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/init/discard_empy_handle_event.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/init/discard_empy_handle_event.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/init/locale.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/init/locale.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/init/put_flash.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/init/put_flash.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/init/sentry.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/init/sentry.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/lock.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/lock.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/modal.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/modal.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/modal.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/modal.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/mutation_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/mutation_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/mutation_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/mutation_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/mutation_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/mutation_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/mutation_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/mutation_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/mutation_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/mutation_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/mutation_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/mutation_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/note_live/create_modal.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/note_live/create_modal.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/note_live/create_modal.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/note_live/create_modal.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/case_asignee.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/case_asignee.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/case_assignee.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/case_assignee.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/email_send_failed.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/email_send_failed.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/email_send_failed.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/email_send_failed.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/possible_index_submitted.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/possible_index_submitted.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/possible_index_submitted.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/possible_index_submitted.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/premature_release.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/premature_release.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/premature_release.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/premature_release.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/self_service_help_request.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/self_service_help_request.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/self_service_help_request.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/self_service_help_request.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/tray.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/tray.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/tray.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/tray.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/notification/tray.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/notification/tray.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/choose.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/choose.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/choose.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/choose.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/merge.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/merge.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/merge.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/merge.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/organisation_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/organisation_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/pagination.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/pagination.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/base_data.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/base_data.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/base_data.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/base_data.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/base_data.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/base_data.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/choose.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/choose.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/choose.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/choose.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/choose.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/choose.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/create_form.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/create_form.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/create_form.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/create_form.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/header.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/vaccination.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/vaccination.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/vaccination.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/vaccination.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_live/vaccination.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_live/vaccination.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_overview_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_overview_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_overview_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_overview_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/person_overview_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/person_overview_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/pinned_notes.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/pinned_notes.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/pinned_notes.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/pinned_notes.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/polymorphic_inputs.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/polymorphic_inputs.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/create.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/create.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/possible_index_submission_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/possible_index_submission_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/premature_release_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/premature_release_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/premature_release_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/premature_release_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/premature_release_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/premature_release_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/premature_release_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/premature_release_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/record_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/record_view.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/references.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/references.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/references.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/references.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/references.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/references.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/relative_time.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/relative_time.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/resource_table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/resource_table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/resource_table.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/resource_table.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/risk_country_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/risk_country_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/risk_country_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/risk_country_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/risk_country_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/risk_country_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/apply.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/apply.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/apply.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/apply.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/apply.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/apply.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/apply_next_pending.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/apply_next_pending.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/changes.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/changes.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/changes.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/changes.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/index.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/show.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/show.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/row_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/row_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/search.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/search.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/search.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/search.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/search.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/search.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/sedex_export_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/sedex_export_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/sedex_export_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/sedex_export_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/sms_live/create_modal.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/sms_live/create_modal.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/sms_live/create_modal.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/sms_live/create_modal.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/sort.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/sort.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/sort.scss: -------------------------------------------------------------------------------- 1 | .sort-row-header { 2 | white-space: nowrap; 3 | } -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/choose_tenant.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/choose_tenant.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/choose_tenant.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/choose_tenant.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/country_table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/country_table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/country_table.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/country_table.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/daily_statistics.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/daily_statistics.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/daily_statistics.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/daily_statistics.scss -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/daily_statistics.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/daily_statistics.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/export.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/export.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/export.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/export.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/infection_place_table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/infection_place_table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/no_data_warning.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/no_data_warning.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/organisation_table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/organisation_table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/organisation_table.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/organisation_table.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/timeline.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/timeline.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/statistics_live/timeline.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/statistics_live/timeline.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_message_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_message_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_message_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_message_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_message_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_message_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_message_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_message_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_message_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_message_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_message_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_message_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_messages_banner.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_messages_banner.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/system_messages_banner.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/system_messages_banner.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/export.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/export.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/export.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/export.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/tenant_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/tenant_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/form.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/form.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/form.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/form.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/test_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/test_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/infection_place.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/infection_place.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/infection_place.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/infection_place.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/transmission_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/transmission_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/uri_active_context.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/uri_active_context.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/user_live/header.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/user_live/header.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/user_live/header.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/user_live/header.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/user_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/user_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/user_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/user_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/user_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/user_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/user_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/user_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/version_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/version_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/version_live/table.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/version_live/table.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/version_live/table.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/version_live/table.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/create.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/create.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/create.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/create.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/form.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/form.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/form.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/form.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/index.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/index.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/index.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/index.sface -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/show.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/show.ex -------------------------------------------------------------------------------- /lib/hygeia_web/live/visit_live/show.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/live/visit_live/show.sface -------------------------------------------------------------------------------- /lib/hygeia_web/plug/check_and_refresh_authentication.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/plug/check_and_refresh_authentication.ex -------------------------------------------------------------------------------- /lib/hygeia_web/plug/has_role.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/plug/has_role.ex -------------------------------------------------------------------------------- /lib/hygeia_web/plug/require_authentication.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/plug/require_authentication.ex -------------------------------------------------------------------------------- /lib/hygeia_web/plug/setup_versioning.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/plug/setup_versioning.ex -------------------------------------------------------------------------------- /lib/hygeia_web/router.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/router.ex -------------------------------------------------------------------------------- /lib/hygeia_web/send_case_closed_email_url_generator.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/send_case_closed_email_url_generator.ex -------------------------------------------------------------------------------- /lib/hygeia_web/session_storage.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/session_storage.ex -------------------------------------------------------------------------------- /lib/hygeia_web/templates/auth/oidc_error.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/auth/oidc_error.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/error/403.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/error/403.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/error/409.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/error/409.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/error/502.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/error/502.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/app.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/layout/app.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/error.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/layout/error.scss -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/error.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/layout/error.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/live.scss: -------------------------------------------------------------------------------- 1 | .layout-live-main { 2 | padding-bottom: 5rem; 3 | } 4 | -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/live.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/layout/live.sface -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/root.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/layout/root.scss -------------------------------------------------------------------------------- /lib/hygeia_web/templates/layout/root.sface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/templates/layout/root.sface -------------------------------------------------------------------------------- /lib/hygeia_web/views/auth_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/views/auth_view.ex -------------------------------------------------------------------------------- /lib/hygeia_web/views/error_helpers.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/views/error_helpers.ex -------------------------------------------------------------------------------- /lib/hygeia_web/views/error_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/views/error_view.ex -------------------------------------------------------------------------------- /lib/hygeia_web/views/layout_view.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/hygeia_web/views/layout_view.ex -------------------------------------------------------------------------------- /lib/sentry_event_filter.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/lib/sentry_event_filter.ex -------------------------------------------------------------------------------- /mix.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/mix.exs -------------------------------------------------------------------------------- /mix.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/mix.lock -------------------------------------------------------------------------------- /priv/gettext/de/LC_MESSAGES/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/de/LC_MESSAGES/default.po -------------------------------------------------------------------------------- /priv/gettext/de/LC_MESSAGES/errors.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/de/LC_MESSAGES/errors.po -------------------------------------------------------------------------------- /priv/gettext/default.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/default.pot -------------------------------------------------------------------------------- /priv/gettext/errors.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/errors.pot -------------------------------------------------------------------------------- /priv/gettext/fr/LC_MESSAGES/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/fr/LC_MESSAGES/default.po -------------------------------------------------------------------------------- /priv/gettext/fr/LC_MESSAGES/errors.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/fr/LC_MESSAGES/errors.po -------------------------------------------------------------------------------- /priv/gettext/it/LC_MESSAGES/default.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/it/LC_MESSAGES/default.po -------------------------------------------------------------------------------- /priv/gettext/it/LC_MESSAGES/errors.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/gettext/it/LC_MESSAGES/errors.po -------------------------------------------------------------------------------- /priv/plts/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /priv/repo/migrations/.formatter.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/.formatter.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201014124504_create_tenants.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201014124504_create_tenants.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201014151333_create_professions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201014151333_create_professions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201014155946_create_users.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201014155946_create_users.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201014163827_add_versions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201014163827_add_versions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201015091437_create_people.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201015091437_create_people.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201015142407_create_cases.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201015142407_create_cases.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201019134503_create_transmissions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201019134503_create_transmissions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201020081209_create_organisations.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201020081209_create_organisations.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201022080338_create_positions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201022080338_create_positions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201023164744_flat_user_roles.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201023164744_flat_user_roles.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201029122710_fulltext_search_index.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201029122710_fulltext_search_index.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201109123119_tenant_public_stats.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201109123119_tenant_public_stats.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201117180758_add_all_enums.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201117180758_add_all_enums.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201130101446_add_complexity_enum.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201130101446_add_complexity_enum.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201209102703_fulltext_index.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201209102703_fulltext_index.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201215205729_create_grants.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201215205729_create_grants.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201217100349_add_viewer_role.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201217100349_add_viewer_role.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201222151731_add_status_enum.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20201222151731_add_status_enum.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210105103437_bag_med_compliance.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210105103437_bag_med_compliance.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210106120215_grant_new_roles.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210106120215_grant_new_roles.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210111161511_create_emails.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210111161511_create_emails.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210125170552_sedex.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210125170552_sedex.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210125183911_create_sedex_exports.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210125183911_create_sedex_exports.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210127105624_add_symptom_start.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210127105624_add_symptom_start.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210205151543_create_affiliations.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210205151543_create_affiliations.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210210183541_organisation_type.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210210183541_organisation_type.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210215124820_create_divisions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210215124820_create_divisions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210304175730_versioning_native.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210304175730_versioning_native.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210317121030_sedex_export_unique.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210317121030_sedex_export_unique.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210318105649_create_notifications.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210318105649_create_notifications.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210319113229_email_context_user.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210319113229_email_context_user.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210415111909_quarantine_order.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210415111909_quarantine_order.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210419154442_create_resource_views.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210419154442_create_resource_views.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210429143724_create_imports.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210429143724_create_imports.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210521094209_activity_mapping_fix.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210521094209_activity_mapping_fix.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210611101143_create_tests.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210611101143_create_tests.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210616130134_create_mutations.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210616130134_create_mutations.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210628141251_delete_cascade_rest.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210628141251_delete_cascade_rest.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210713101131_add_pinned_to_notes.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210713101131_add_pinned_to_notes.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210719122928_tenant_location.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210719122928_tenant_location.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210728145003_create_auto_tracings.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210728145003_create_auto_tracings.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210827100229_add_import_filename.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210827100229_add_import_filename.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210914093248_tenant_contact_method.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20210914093248_tenant_contact_method.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20211117230115_create_visits.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20211117230115_create_visits.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220103114333_create_risk_countries.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20220103114333_create_risk_countries.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220111093904_transmission_type.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20220111093904_transmission_type.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220117220433_crontab_dump_self.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20220117220433_crontab_dump_self.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220215190419_create_row_links.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/migrations/20220215190419_create_row_links.exs -------------------------------------------------------------------------------- /priv/repo/seeds.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/seeds.exs -------------------------------------------------------------------------------- /priv/repo/seeds/hospitals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/seeds/hospitals.csv -------------------------------------------------------------------------------- /priv/repo/seeds/hospitals.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/seeds/hospitals.exs -------------------------------------------------------------------------------- /priv/repo/seeds/schools.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/seeds/schools.csv -------------------------------------------------------------------------------- /priv/repo/seeds/schools.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/seeds/schools.exs -------------------------------------------------------------------------------- /priv/repo/seeds/tenants.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/seeds/tenants.exs -------------------------------------------------------------------------------- /priv/repo/structure.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/repo/structure.sql -------------------------------------------------------------------------------- /priv/templates/isolation/fallback.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/templates/isolation/fallback.html.eex -------------------------------------------------------------------------------- /priv/templates/isolation_end/fallback.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/templates/isolation_end/fallback.html.eex -------------------------------------------------------------------------------- /priv/templates/layout/body/fallback.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/templates/layout/body/fallback.html.eex -------------------------------------------------------------------------------- /priv/templates/layout/footer/fallback.html.eex: -------------------------------------------------------------------------------- 1 | header 2 | -------------------------------------------------------------------------------- /priv/templates/layout/header/fallback.html.eex: -------------------------------------------------------------------------------- 1 | header 2 | -------------------------------------------------------------------------------- /priv/templates/quarantine/fallback.html.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/templates/quarantine/fallback.html.eex -------------------------------------------------------------------------------- /priv/tenant_logos/example.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/tenant_logos/example.svg -------------------------------------------------------------------------------- /priv/test/dkim/private-key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/test/dkim/private-key.pem -------------------------------------------------------------------------------- /priv/test/import/example_ism_2021_06_11_death.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/test/import/example_ism_2021_06_11_death.xlsx -------------------------------------------------------------------------------- /priv/test/import/example_ism_2021_06_11_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/test/import/example_ism_2021_06_11_test.csv -------------------------------------------------------------------------------- /priv/test/import/example_ism_2021_06_11_test.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/priv/test/import/example_ism_2021_06_11_test.xlsx -------------------------------------------------------------------------------- /test/hygeia/authorization_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/authorization_test.exs -------------------------------------------------------------------------------- /test/hygeia/auto_tracing_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/auto_tracing_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/case_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/case_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/communication_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/communication_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/import_context/row_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/import_context/row_test.exs -------------------------------------------------------------------------------- /test/hygeia/import_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/import_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/login_rate_limiter_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/login_rate_limiter_test.exs -------------------------------------------------------------------------------- /test/hygeia/mutation_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/mutation_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/notification_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/notification_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/organisation_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/organisation_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/statistics_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/statistics_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/system_message_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/system_message_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/tenant_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/tenant_context_test.exs -------------------------------------------------------------------------------- /test/hygeia/user_context_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia/user_context_test.exs -------------------------------------------------------------------------------- /test/hygeia_pdf_confirmation/isolation_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_pdf_confirmation/isolation_test.exs -------------------------------------------------------------------------------- /test/hygeia_pdf_confirmation/quarantine_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_pdf_confirmation/quarantine_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/affiliation_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/affiliation_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/auto_tracing_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/auto_tracing_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/case_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/case_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/division_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/division_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/import_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/import_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/mutation_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/mutation_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/organisation_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/organisation_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/person_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/person_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/risk_country_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/risk_country_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/row_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/row_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/statistics_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/statistics_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/system_message_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/system_message_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/tenant_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/tenant_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/transmission_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/transmission_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/user_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/user_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/live/visit_live_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/live/visit_live_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/views/error_view_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/views/error_view_test.exs -------------------------------------------------------------------------------- /test/hygeia_web/views/layout_view_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/hygeia_web/views/layout_view_test.exs -------------------------------------------------------------------------------- /test/support/case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/case.ex -------------------------------------------------------------------------------- /test/support/case_live_test_helper.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/case_live_test_helper.ex -------------------------------------------------------------------------------- /test/support/channel_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/channel_case.ex -------------------------------------------------------------------------------- /test/support/conn_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/conn_case.ex -------------------------------------------------------------------------------- /test/support/data_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/data_case.ex -------------------------------------------------------------------------------- /test/support/fixtures.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/fixtures.ex -------------------------------------------------------------------------------- /test/support/sms_sender_mock.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshmrtn/hygeia/HEAD/test/support/sms_sender_mock.ex -------------------------------------------------------------------------------- /test/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start(capture_log: true) 2 | -------------------------------------------------------------------------------- /test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start(capture_log: true) 2 | Ecto.Adapters.SQL.Sandbox.mode(Hygeia.Repo, :manual) 3 | --------------------------------------------------------------------------------