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

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

## Proposed Changes - Implementing `Typst` for pdf generation. ### Associated Issue - Fixes #812 ## Merge Checklist - [x] Updated DockerFile. - [ ] Update prod DockerFile. - [x]...

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

## Proposed Changes - Fixes https://github.com/coronasafe/care_fe/issues/7751 ## Merge Checklist - [x] Tests added/fixed - [x] Update docs in `/docs` - [x] Linting Complete - [x] Any other necessary step _*Only...

## Proposed Changes - Brief of changes made. using prefetch related for both the fields (PatientRegistration and Bed) ### Associated Issue fixes: #1920 ### Architecture changes - Remove this section...

# Feature Request ## Proposed Changes - [x] Adds `Camera Preset` model and serializer - [x] Removes `version` from `compose` files as it has become obsolete. References: https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element While starting...

**Is your feature request related to a problem? Please describe.** Some hospitals have appointed data entry operators to enter data into CARE. They cannot be issued any of the existing...

Backend

## Proposed Changes - Brief of changes made. - added a new filter not_occupied_by_hl7_monitor when true filter bed already occupied by hl7 monitors ### Associated Issue Fixes [link](https://github.com/coronasafe/care_fe/issues/7569) ### Architecture...

In care/facility/models/asset.py, the max_length for phone numbers is 14. According to ITU-T E. 164, the max_length for phone numbers should be 15. [asset.py (Line 103)](https://github.com/coronasafe/care/blob/cf6902ba60491d3849754c603745072c1b8394d2/care/facility/models/asset.py#L103) [Reference 1](https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch04s03.html) [Reference 2](https://stackoverflow.com/a/3350566)

Related issue: https://github.com/coronasafe/care_fe/issues/7684 Frontend change: https://github.com/coronasafe/care_fe/pull/7697 Adds a permission check to disallow destination facility staff from marking the shifting request as complete, while still allowing state and district admin to...