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

Add created_by and updated_by fields to base model to track user that made changes to the objects

enhancement

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

**Is your feature request related to a problem? Please describe.** Add dummy data for Shifting and Resource to the codebase. ![image](https://github.com/coronasafe/care/assets/101407963/8fe295ae-ca99-4da7-84bb-1aeb3ff4b2a4)

good first issue

Sentry Issue: [CARE-7DF](https://coronasafe-network.sentry.io/issues/5004870904/?referrer=github_integration) ``` Facility.DoesNotExist: Facility matching query does not exist. File "django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args,...

good first issue

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

Move the Investigations and Investigation Groups into a proper JSON like python dict structure to allow easy updates and additions. The current way is loading data from a string format...