Aakash Singh
Aakash Singh
Sequentially building both takes more than 8 minutes. Improve our github actions pipeline to run builds in separate jobs
Override the default forgot password and password reset endpoints and: - [ ] Add relevant fields to serializers - [ ] update test cases
icd11 diagnosis codes like `RA01.1` are considered as 2 tokens if the string is indexed directly ([ref](https://redis.io/docs/interact/search-and-query/advanced-concepts/escaping/)) so we need to escape the periods like this `RA01\.1` before indexing
Currently, we only support s3 compatible storage providers for storing and retrieving files, we need to make the storage provider more configurable we have 2 buckets currently: - for serving...
Change the endpoint so that they could return the summarized data from the db instead of generating on the fly
Sentry Issue: [CARE-NF](https://coronasafe-network.sentry.io/issues/4219000129/?referrer=github_integration) | | | | ------------- | --------------- | | **Transaction Name** | /api/v1/patient/ | | **Parent Span** | django.view - patientregistration-list | | **Repeating Spans (0)** |db...
medibase and icd 11 are static data which could be loaded to directly to cache without fetching them from the db - update the medibase model to use atc_classification key...
Sentry Issue: [CARE-KD](https://coronasafe-network.sentry.io/issues/4000487637/?referrer=github_integration) | | | | ------------- | --------------- | | **Transaction Name** | /api/v1/consultationbed/ | | **Parent Span** | django.view - consultationbed-list | | **Repeating Spans (0)** |...
Sentry Issue: [CARE-M3](https://coronasafe-network.sentry.io/issues/4134694272/?referrer=github_integration) Sentry Issue: [CARE-KX](https://coronasafe-network.sentry.io/issues/4132710527/?referrer=github_integration) | | | | ------------- | --------------- | | **Transaction Name** | /api/v1/getallfacilities/ | | **Parent Span** | django.view - facility-list | | **Repeating...
We're having N+1 queries at multiple API calls, which is hurting performance. We should update the serializers or prefetch objects, whatever is best for that endpoint. - [ ] #1334...