Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
b5061c0
chore
jabahum Feb 12, 2025
c8199a8
remove load banner and appointments availabe
jabahum Feb 12, 2025
6918c41
remove visittype check
jabahum Feb 12, 2025
3a92621
update packages
jabahum Feb 12, 2025
d10aa80
update lock file
jabahum Feb 12, 2025
ecb8981
refactor save visit and update implementation
jabahum Feb 12, 2025
cb7b545
remove duplicate functions on picking
jabahum Feb 13, 2025
dc73960
remove unused code and conflicting search and start visit buttons
jabahum Feb 13, 2025
a1938a0
consolidate queue requests to one file
jabahum Feb 13, 2025
d912b18
improve code readability
jabahum Feb 13, 2025
5198ff4
remove unusued code
jabahum Feb 13, 2025
c99da95
remove unused code
jabahum Feb 13, 2025
dcee5c3
improve module structure
jabahum Feb 13, 2025
47cc5db
fix import errors and remove images not being used
jabahum Feb 13, 2025
4c0d10e
chore
jabahum Feb 13, 2025
09acefa
chore
jabahum Feb 13, 2025
cfa007b
remove refresh interval and adopt mutation
jabahum Feb 13, 2025
30eb472
move visit-form to components folder
jabahum Feb 13, 2025
16279b4
move metrics to components folder
jabahum Feb 13, 2025
f7da679
fix runtime errors
jabahum Feb 13, 2025
92d1a7f
remove unused code
jabahum Feb 13, 2025
aad9939
add schema and input validation
jabahum Feb 14, 2025
06acfa8
remove duplicate imports
jabahum Feb 14, 2025
4fa5c12
remove patient widget fixed positions
jabahum Feb 14, 2025
bbbf0e2
run verify
jabahum Feb 14, 2025
9808d4a
add schema
jabahum Feb 14, 2025
e063291
set react-hook-form on dialogs and forms
jabahum Feb 14, 2025
228e410
set react-hook-form on dialogs and forms
jabahum Feb 14, 2025
c2b8c1a
refactor pick patient instances
jabahum Feb 15, 2025
86486e2
fix formating
jabahum Feb 16, 2025
e19b670
check current visit to prevent duplicating visits
jabahum Feb 16, 2025
3d2b52e
fix submission bug
jabahum Feb 18, 2025
72a395d
fix clearing overlay after submission
jabahum Feb 18, 2025
b46b19b
fix table refresh
jabahum Feb 18, 2025
e759aca
chore
jabahum Feb 19, 2025
cbb9af1
remove unnecessary files
jabahum Feb 19, 2025
ed7cf97
chore
jabahum Feb 19, 2025
9e4e36d
chore
jabahum Feb 19, 2025
e3618e5
chore
jabahum Feb 19, 2025
f696623
chore
jabahum Feb 20, 2025
633205a
chore
jabahum Feb 20, 2025
03e1328
chore
jabahum Feb 20, 2025
93ffcbe
chore
jabahum Feb 20, 2025
a68a332
chore
jabahum Feb 20, 2025
8156f5f
chore
jabahum Feb 20, 2025
ab695c2
chore
jabahum Feb 20, 2025
3931173
chore
jabahum Feb 20, 2025
32d7996
chore
jabahum Feb 20, 2025
70a3129
chore
jabahum Feb 20, 2025
1866b41
fix styling of queue screen cards
jabahum Feb 20, 2025
6d2f7de
fix search
jabahum Feb 20, 2025
9f1ec88
fix build
jabahum Feb 20, 2025
d6c7293
fix build
jabahum Feb 20, 2025
1721403
tabs table data display
jabahum Feb 20, 2025
bc4d89d
fix waiting time
jabahum Feb 20, 2025
7ce095d
fix picking dialog switch
jabahum Feb 21, 2025
86bd89e
make summary tiles configurable
jabahum Feb 21, 2025
e0819aa
fix tiles
jabahum Feb 21, 2025
b38be31
chore
jabahum Feb 21, 2025
32ddc51
fix move to next service point action button
jabahum Feb 24, 2025
93b5e57
fix reassign button click
jabahum Feb 24, 2025
908a8fb
remove logs
jabahum Feb 24, 2025
f3a536c
fix formating
jabahum Feb 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@carbon/react": "^1.64.1",
"@openmrs/esm-framework": "5.8.2-pre.2417",
"@openmrs/esm-framework": "next",
"@openmrs/esm-patient-common-lib": "next",
"@openmrs/esm-styleguide": "next",
"@swc/cli": "^0.1.57",
Expand Down
14 changes: 4 additions & 10 deletions packages/esm-care-panel-app/src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@
{
"name": "care-panel-patient-summary",
"component": "carePanelPatientSummary",
"slot": "patient-chart-care-panel-dashboard-slot",
"order": 10,
"meta": {
"columnSpan": 4
}
"slot": "patient-chart-care-panel-dashboard-slot"

},

{
"name": "patient-program-summary",
"slot": "patient-chart-summary-dashboard-slot",
"component": "patientProgramSummary",
"order": 1,
"meta": {
"columnSpan": 4
}
"component": "patientProgramSummary"

},
{
"name": "delete-regimen-confirmation-dialog",
Expand Down
4 changes: 3 additions & 1 deletion packages/esm-patient-queues-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
},
"dependencies": {
"@carbon/react": "^1.64.1",
"@hookform/resolvers": "^4.0.0",
"dayjs": "^1.11.6",
"lodash-es": "^4.17.15",
"qrcode.react": "^3.1.0",
"react-to-print": "^2.14.13",
"swr": "^2.1.1"
"swr": "^2.1.1",
"zod": "^3.24.2"
},
"peerDependencies": {
"@openmrs/esm-framework": "5.8.2-pre.2417",
Expand Down

This file was deleted.

Loading
Loading