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 346 care issues
Sort by recently updated
recently updated
newest added

## Proposed Changes - Add list and detail serializer in user.py and add tests. ### Associated Issue - Fixes user.py in https://github.com/coronasafe/care_fe/issues/5492 ## Merge Checklist - [x] Tests added/fixed -...

## Proposed Changes - Add List and Detail Serializer - Cover 100% of Notification viewset with test cases - Brief of changes made. ### Associated Issue - Fixes notification.py in...

## Proposed Changes - Backend changes realted to Patient Privacy Alert feature. - Created a field `privacy` in `consultationBed` model. - Created API `toggle_patient_privacy` in `consultationBed` viewset. ### Associated Issue...

## Proposed Changes - Add List and Detail Serializer to HCX Claims module - Add tests cases - Remove ClaimSerializer References ### Associated Issue Fixes https://github.com/coronasafe/care_fe/issues/5492 ## Merge Checklist -...

## Proposed Changes - Add List and Detail Serializer - Add TODO comment to remove serializer in the future ### Associated Issue - Fixes https://github.com/coronasafe/care_fe/issues/5492 ## Merge Checklist - [...

## Proposed Changes - Add locking mechanism for assets by creating an in memory record of the occupied status of the asset. - Create two new types of action types...

## Proposed Changes - Add list and detail serializer to the daily rounds module and remove the references of DailyRoundSerializer - Add tests for the changes - Add comment to...

## Proposed Changes - Change request body to `/opearate_asset` api to contain id of boundary-AssetBed realated to the given AssetBed and current CameraState. - Added `validate_action` in `OnvifAsset` to validate...

## Proposed Changes - Add list and detail serializer to the bed module and remove the references of BedSerializer and ConsulationBedSerializer - Add tests for the changes - Add comment...

## Proposed Changes - Added List Serializer to only include the necessary fields during List Call of Frontend - Added Detail Serializer for detailed view ## Associated Issue Part of...