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

## Proposed Changes - remove deprecated fields that has been migrated to new models ## Merge Checklist - [ ] Tests added/fixed - [ ] Update docs in `/docs` -...

## Proposed Changes - Add DRY Permissions for Asset model to prevent writes by read-only users ### Associated Issue - Fixes https://github.com/coronasafe/care_fe/issues/7081 ## Merge Checklist - [x] Tests added/fixed -...

Bumps [pywebpush](https://github.com/web-push-libs/pywebpush) from 1.14.0 to 2.0.0. Release notes Sourced from pywebpush's releases. 2.0.0 (2024-01-02) chore: Update to modern python practices (well, Python 3.8) include pyproject.toml file use circleci CI management...

dependencies
python

Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1. Release notes Sourced from authlib's releases. Version 1.3.1 Prevent OctKey to import ssh and PEM strings. Changelog Sourced from authlib's changelog. Version 1.3.1 Released...

dependencies
python

### Feature Request **Description** Optimize the N+1 query occurrence in the `/api/v1/facility/` endpoint to improve performance and reduce database load. - **ViewSet File**: `care/facility/api/viewsets/facility.py` - **Serializer**: `care/facility/api/serializers/facility.py` **Suggested Solution** To...

- [ ] set permissions to [] on required public endpoints - [ ] remove explicit permission attribute if it IsAuthenticated only

P0

Create a simple Django middleware that logs the time taken by each request

P2

Remove the existing keys of care_static_data before proceeding with the loading of static data in redis

- [ ] Fallback to DB lookup for unresolved lookups to redis - [ ] Improve exception handling to be graceful only for redis errors _Originally posted by @vigneshhari in...

## Proposed Changes - Removed sensitive fields from user list response for non admin users ### Associated Issue - https://github.com/coronasafe/care_fe/issues/7374 @coronasafe/care-backend-maintainers @coronasafe/care-backend-admins