Ankur Prabhu
Ankur Prabhu
Issue Link: #778 @derneuere what has been done : - edited `.pre-commit-config.yaml` file for adding ruff - edited `pyproject.toml` for the same
This commit is for adding guest user suffix in the UI if the user is a guest user and if realm_enable_guest_user_indicator setting is True. ### What does this PR do,...
## Proposed Changes - Added 2 new fields in base model created_by and updated_by - created migrations for the same - updated the create and update function of viewsets to...
## Proposed Changes - Brief of changes made. the issue here was mainly permission related District Lab Admin had read access for facility but not object read access (refer FacilityPermissionMixin)...
## Proposed Changes Related backend : https://github.com/coronasafe/care/pull/2116 - Fixes #7569 - added a new filter `not_occupied_by_hl7_monitor` when true filter bed already occupied by hl7 monitors @coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers ## Merge Checklist...
## Proposed Changes - Fixes #7601 - we check if the user is "DistrictAdmin" or "StateAdmin" or is a super user if the condition does not match we disable the...
## Proposed Changes - Fixes #7595 - Fixing re-render issue @coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers ## Merge Checklist - [ ] Add specs that demonstrate bug / test a new feature. - [...
## Proposed Changes - Fixes #7571 - not calling the backend api when the QR code is invalid - stop infinite loading screen when the QR code is invalid @coronasafe/care-fe-code-reviewers...
## 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...
## 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...