Skip to content

Commit f5df2d8

Browse files
committed
Merge branch 'develop' into production
2 parents a2cabfe + c0c9bf5 commit f5df2d8

File tree

392 files changed

+19201
-16021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+19201
-16021
lines changed

.copilot/copilot-instructions.md

Lines changed: 0 additions & 292 deletions
This file was deleted.

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HEADERS="Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
99
REACT_RECAPTCHA_SITE_KEY=6LcedK8qAAAAAM2PpuqlqhZUxQpmIqHqluL74dDs
1010

1111
# Care API URL without the /api prefix
12-
REACT_CARE_API_URL=https://care-api.do.ohc.network
12+
REACT_CARE_API_URL=https://careapi.ohc.network
1313
REACT_SBOM_BASE_URL=https://sbom.ohc.network
1414

1515
# Default payment terms for invoices
@@ -26,4 +26,4 @@ REACT_ALLOWED_LOCALES="en,hi,ta,ml,mr,kn"
2626
REACT_ENABLED_APPS=""
2727

2828
REACT_INJECTED_HEAD=""
29-
REACT_INJECTED_HTML=""
29+
REACT_INJECTED_HTML=""

.example.env

Lines changed: 43 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Backend URL
22
REACT_CARE_API_URL=https://careapi.ohc.network
33

4-
# Dashboard URL
5-
REACT_DASHBOARD_URL=
6-
74
# GitHub URL (default: https://github.com/ohcnetwork)
85
REACT_GITHUB_URL=
96

@@ -14,10 +11,7 @@ REACT_OHCN_URL=
1411
REACT_ENABLED_APPS="ohcnetwork/care_livekit_fe@main,ohcnetwork/care_scribe"
1512

1613
# Main logo (JSON string with light and dark properties)
17-
REACT_HEADER_LOGO=
18-
19-
# Main logo (JSON string with light and dark properties)
20-
# Example: REACT_MAIN_LOGO="{\"light\": \"https://cdn.ohc.network/light-logo.svg\", \"dark\": \"https://cdn.ohc.network/dark-logo.svg\"}"
14+
# Example: REACT_MAIN_LOGO="{"light": "https://cdn.ohc.network/light-logo.svg", "dark": "https://cdn.ohc.network/dark-logo.svg"}"
2115
REACT_MAIN_LOGO=
2216

2317
# State logo (JSON string with light and dark properties)
@@ -55,9 +49,6 @@ REACT_PATIENT_REGISTRATION_DEFAULT_GEO_ORG="c272cd4e-6f55-4538-8d05-602f40f13c4e
5549
# JWT token refresh interval (in milliseconds) (default: 5 minutes)
5650
REACT_JWT_TOKEN_REFRESH_INTERVAL=
5751

58-
# Minimum encounter date (default: 2020-01-01)
59-
REACT_MIN_ENCOUNTER_DATE=
60-
6152
# Default Encounter Type (default: "hh" - Home Health)
6253
REACT_DEFAULT_ENCOUNTER_TYPE=
6354

@@ -83,4 +74,45 @@ REACT_APP_MAX_IMAGE_UPLOAD_SIZE_MB=
8374
REACT_DISABLE_PATIENT_LOGIN=false
8475

8576
# Default payment terms for invoices
86-
REACT_DEFAULT_PAYMENT_TERMS=
77+
REACT_DEFAULT_PAYMENT_TERMS=
78+
79+
# Relative number of days to show in the encounters page by default.0 means today.
80+
REACT_ENCOUNTER_DEFAULT_DATE_FILTER=
81+
82+
# Relative number of days to show in the appointments page by default.0 means today, positive for future days, negative for past days.
83+
REACT_APPOINTMENTS_DEFAULT_DATE_FILTER=
84+
85+
# Custom i18n URL to load translations to override built-in translations
86+
REACT_CUSTOM_REMOTE_I18N_URL=
87+
88+
# Custom Dashboard Links Configuration:
89+
# Each link can have: title, description, href, icon (optional), visible (optional)
90+
# Placeholders like {facilityId}, {userId}, {username} will be replaced at runtime in href URLs only
91+
# Available icons: Calendar, Users, Box
92+
# Example:
93+
# REACT_CUSTOM_SHORTCUTS='[
94+
# {
95+
# "title": "Patient Records",
96+
# "description": "View all patient records for this facility",
97+
# "href": "/facility/{facilityId}/patients",
98+
# "icon": "Users",
99+
# "visible": true
100+
# },
101+
# {
102+
# "title": "External System",
103+
# "description": "Access external integration",
104+
# "href": "https://external-system.com/facility/{facilityId}",
105+
# "icon": "Box",
106+
# "visible": true
107+
# },
108+
# {
109+
# "title": "My Profile",
110+
# "description": "Manage your profile settings",
111+
# "href": "/users/{username}/profile",
112+
# "icon": "Calendar",
113+
# "visible": true
114+
# }
115+
# ]'
116+
REACT_CUSTOM_SHORTCUTS=
117+
118+

0 commit comments

Comments
 (0)