Aakash Singh

Results 86 issues of Aakash Singh

Sequentially building both takes more than 8 minutes. Improve our github actions pipeline to run builds in separate jobs

good first issue
github_actions
hacktoberfest

Override the default forgot password and password reset endpoints and: - [ ] Add relevant fields to serializers - [ ] update test cases

good first issue
P3

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

good first issue

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...

good first issue
P2
hacktoberfest

Change the endpoint so that they could return the summarized data from the db instead of generating on the fly

blocked

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...

good first issue
hacktoberfest

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)** |...

good first issue
hacktoberfest

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...

good first issue

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...

Epic