-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8514 from ohcnetwork/staging
Production release v24.37.0
- Loading branch information
Showing
211 changed files
with
3,475 additions
and
10,758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# Whitelabelling envs | ||
|
||
REACT_APP_TITLE=CARE | ||
REACT_APP_META_DESCRIPTION=Revolutionizing EMR with AI: Open Healthcare Network develops free, open-source tools to enhance efficiency in global healthcare delivery. Our EMR system is recognized as a Digital Public Good by the United Nations. | ||
REACT_APP_COVER_IMAGE=https://cdn.coronasafe.network/care_logo.svg | ||
REACT_APP_COVER_IMAGE_ALT=https://cdn.coronasafe.network/care_logo.svg | ||
REACT_PUBLIC_URL=https://care.coronasafe.in | ||
REACT_APP_META_DESCRIPTION="Revolutionizing EMR with AI: Open Healthcare Network develops free, open-source tools to enhance efficiency in global healthcare delivery. Our EMR system is recognized as a Digital Public Good by the United Nations." | ||
REACT_APP_COVER_IMAGE=https://cdn.ohc.network/care_logo.svg | ||
REACT_APP_COVER_IMAGE_ALT=https://cdn.ohc.network/care_logo.svg | ||
REACT_PUBLIC_URL=https://care.ohc.network | ||
|
||
# Care API URL without the /api prefix | ||
REACT_CARE_API_URL=https://careapi.ohc.network | ||
|
||
# Dev envs | ||
ESLINT_NO_DEV_ERRORS=true | ||
|
||
CARE_CDN_URL="https://egov-s3-facility-10bedicu.s3.amazonaws.com https://egov-s3-patient-data-10bedicu.s3.amazonaws.com http://localhost:4566" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
dotenv | ||
test -f .env.local && dotenv .env.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Backend URL | ||
REACT_CARE_API_URL=https://careapi.ohc.network | ||
|
||
# Dashboard URL | ||
REACT_DASHBOARD_URL= | ||
|
||
# GitHub URL (default: https://github.com/ohcnetwork) | ||
REACT_GITHUB_URL= | ||
|
||
# OHCN URL (default: https://ohc.network?ref=care) | ||
REACT_OHCN_URL= | ||
|
||
# Plausible site domain (default: care.ohc.network) | ||
REACT_PLAUSIBLE_SITE_DOMAIN= | ||
|
||
# Plausible server URL (default: https://plausible.10bedicu.in) | ||
REACT_PLAUSIBLE_SERVER_URL= | ||
|
||
|
||
# Main logo (JSON string with light and dark properties) | ||
REACT_HEADER_LOGO= | ||
|
||
# Main logo (JSON string with light and dark properties) | ||
# Example: REACT_MAIN_LOGO="{\"light\": \"https://cdn.ohc.network/light-logo.svg\", \"dark\": \"https://cdn.ohc.network/dark-logo.svg\"}" | ||
REACT_MAIN_LOGO= | ||
|
||
# State logo (JSON string with light and dark properties) | ||
REACT_STATE_LOGO= | ||
|
||
# Custom logo (JSON string with light and dark properties) | ||
REACT_CUSTOM_LOGO= | ||
|
||
# Custom alternative logo (JSON string with light and dark properties) | ||
REACT_CUSTOM_LOGO_ALT= | ||
|
||
# Custom description | ||
REACT_CUSTOM_DESCRIPTION= | ||
|
||
# Google Maps API key | ||
REACT_GMAPS_API_KEY= | ||
|
||
# Government data API key | ||
REACT_GOV_DATA_API_KEY= | ||
|
||
# reCAPTCHA site key | ||
REACT_RECAPTCHA_SITE_KEY= | ||
|
||
# Sentry DSN | ||
REACT_SENTRY_DSN= | ||
|
||
# Sentry environment (default: staging) | ||
REACT_SENTRY_ENVIRONMENT= | ||
|
||
# KASP settings | ||
REACT_KASP_ENABLED=true | ||
REACT_KASP_STRING=KASP | ||
REACT_KASP_FULL_STRING=Karunya Arogya Suraksha Padhathi | ||
|
||
# Sample format file paths | ||
REACT_SAMPLE_FORMAT_ASSET_IMPORT=/asset-import-template.xlsx | ||
REACT_SAMPLE_FORMAT_EXTERNAL_RESULT_IMPORT=/External-Results-Template.csv | ||
|
||
# Camera feed, still watching idle timeout (in seconds; default: 180) | ||
REACT_STILL_WATCHING_IDLE_TIMEOUT= | ||
|
||
# Camera feed, still watching prompt duration (in seconds; default: 30) | ||
REACT_STILL_WATCHING_PROMPT_DURATION= | ||
|
||
# Feature flags | ||
REACT_ENABLE_HCX=true | ||
REACT_ENABLE_ABDM=true | ||
REACT_ENABLE_SCRIBE=true | ||
REACT_WARTIME_SHIFTING=true | ||
|
||
# JWT token refresh interval (in milliseconds) (default: 5 minutes) | ||
REACT_JWT_TOKEN_REFRESH_INTERVAL= | ||
|
||
# Minimum encounter date (default: 2020-01-01) | ||
REACT_MIN_ENCOUNTER_DATE= |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @coronasafe/code-reviewers @coronasafe/care-fe-code-reviewers | ||
* @ohcnetwork/care-fe-code-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,39 +10,39 @@ jobs: | |
issue_opened_and_reopened: | ||
name: issue_opened_and_reopened | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'coronasafe/care_fe' && github.event_name == 'issues' && github.event.action == 'opened' || github.event.action == 'reopened' | ||
if: github.repository == 'ohcnetwork/care_fe' && github.event_name == 'issues' && github.event.action == 'opened' || github.event.action == 'reopened' | ||
steps: | ||
- name: 'Move issue to "Triage"' | ||
uses: leonsteinhaeuser/[email protected] | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
organization: coronasafe | ||
organization: ohcnetwork | ||
project_id: 4 | ||
resource_node_id: ${{ github.event.issue.node_id }} | ||
status_value: "Triage" | ||
issue_closed: | ||
name: issue_closed | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'coronasafe/care_fe' && github.event_name == 'issues' && github.event.action == 'closed' | ||
if: github.repository == 'ohcnetwork/care_fe' && github.event_name == 'issues' && github.event.action == 'closed' | ||
steps: | ||
- name: 'Moved issue to "Done"' | ||
uses: leonsteinhaeuser/[email protected] | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
organization: coronasafe | ||
organization: ohcnetwork | ||
project_id: 4 | ||
resource_node_id: ${{ github.event.issue.node_id }} | ||
status_value: "Done" | ||
issue_assigned: | ||
name: issue_assigned | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'coronasafe/care_fe' && github.event_name == 'issues' && github.event.action == 'assigned' | ||
if: github.repository == 'ohcnetwork/care_fe' && github.event_name == 'issues' && github.event.action == 'assigned' | ||
steps: | ||
- name: 'Move issue to "In Progress"' | ||
uses: leonsteinhaeuser/[email protected] | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
organization: coronasafe | ||
organization: ohcnetwork | ||
project_id: 4 | ||
resource_node_id: ${{ github.event.issue.node_id }} | ||
status_value: "In Progress" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ yarn-error.log* | |
dist | ||
dev-dist | ||
build | ||
storybook-static | ||
.swp | ||
stats.json | ||
public/build-meta.json | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.