Aakash Singh
Aakash Singh
## Proposed Changes - remove deprecated symptoms fields ### Associated Issue - closes https://github.com/coronasafe/care/issues/2214 ## Merge Checklist - [ ] Tests added/fixed - [ ] Update docs in `/docs` -...
- [ ] convert references in migrations to CharField - [ ] remove references from code - [ ] remove multiselectfield package
### Feature description Logs are being stored to a hardcoded path, instead there should be a config option to specify the path for logs including stdout/stderr ### Solution Make log...
## Proposed Changes - Update py to 3.13 - moved pycryptodome to abdm repo https://github.com/ohcnetwork/care_abdm/pull/18 - removed unused jwcrypto dependency - upgrade pil to v11.0.0 - other dependency updates ##...
- [ ] Set the default user of the docker container to a non-root user. - [ ] Add UFW rules to ensure that only the necessary ports are exposed...
The docker builds actions are not using cache for building the images, the actions tab shows the cache was accessed, but the builds are ignoring it. Tasks: - Investigate cache...
ref: https://github.com/ohcnetwork/care/pull/1328 - [ ] Add settings variable `NOTIFICATION_RETENTION_DAYS` for delete time period - [ ] Update tests
/api/v1/facility/ is causing n+1 quires due to count of beds and patients, to optimize this, instead store the count in redis tasks: - store count of active patients and beds...