care icon indicating copy to clipboard operation
care copied to clipboard

Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.

Results 301 care issues
Sort by recently updated
recently updated
newest added

# Tests in Care :lock: __Dont assign this issue__ This is an EPIC issue that monitors the progress of improving tests in the `Care Backend Project` ## Problem The current...

Epic

Sentry Issue: [CARE-K7](https://coronasafe-network.sentry.io/issues/3954060337/?referrer=github_integration) ``` Facility.DoesNotExist: Facility matching query does not exist. File "care/utils/notification_handler.py", line 28, in notification_task_generator NotificationGenerator(**kwargs).generate() File "care/utils/notification_handler.py", line 108, in __init__ facility = Facility.objects.get(id=facility) ```

Sentry Issue: [CARE-PD](https://coronasafe-network.sentry.io/issues/4263348537/?referrer=github_integration) ``` SoftTimeLimitExceeded: SoftTimeLimitExceeded() (9 additional frame(s) were not displayed) ... File "care/facility/tasks/summarisation.py", line 34, in summarise_patient patient_summary() File "care/facility/utils/summarisation/patient_summary.py", line 77, in patient_summary .exists() ```

Currently, the `FacilityBasicInfoSerializer` class in `care/facility/api/serializers/facility.py` calculates the total number of beds and active patients associated with each facility by querying the `Bed` and `PatientRegistration` models every time the serializer...

## Proposed Changes - Adds files directly to consent API (prevents need to call two endpoints from the client) - Adds the "has_consents" field to patient serializer - Adds consent...

P1

## Proposed Changes - Allows duplicate symptom entries for symptom records that have `cure_date`. ### Associated Issue - Fixes https://github.com/coronasafe/care_fe/issues/8002 ## Merge Checklist - [x] Tests added/fixed - [x] Linting...