-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
O3-1023 Should be possible to launch patient chart with workspace open #546
Conversation
@ibacher I opted not to implement this using the URL bar because of some questions I hadn't finished thinking through—namely I wasn't sure how to deal with workspace props provided at launch time. I now think those props should probably just be serialized to the URL bar? But anyway that's a different problem for a different ticket. |
Note—JJ pointed out that in my gif the workspace doesn't go to the bottom of the screen. That doesn't have to do with this PR. Probably just something out of date with my dev server. |
Oh, this might not be working for other reasons though. Will notify once it's confirmed in good shape. |
j/k I think it's fine |
File size impactMerging workspace-launch into master impact files as follow: @openmrs/esm-form-entry-app (no impact)
@openmrs/esm-generic-patient-widgets-app (+0.01%)
@openmrs/esm-patient-allergies-app (+0.01%)
@openmrs/esm-patient-appointments-app (+0.01%)
@openmrs/esm-patient-attachments-app (+0.02%)
@openmrs/esm-patient-banner-app (no impact)
@openmrs/esm-patient-biometrics-app (+0.01%)
@openmrs/esm-patient-chart-app (+0.01%)
@openmrs/esm-patient-clinical-view-app (+0.02%)
@openmrs/esm-patient-common-lib (no impact)No file in @openmrs/esm-patient-common-lib group (see config below). {
"./packages/esm-patient-common-lib/dist/*.js": true,
"./packages/esm-patient-common-lib/dist/*.css": true,
"./packages/esm-patient-common-lib/dist/*.map": false,
"./packages/esm-patient-common-lib/dist/*.txt": false,
"./packages/esm-patient-common-lib/dist/*.json": false
} @openmrs/esm-patient-conditions-app (+0.01%)
@openmrs/esm-patient-forms-app (+0.01%)
@openmrs/esm-patient-immunizations-app (+0.01%)
@openmrs/esm-patient-medications-app (+0.01%)
@openmrs/esm-patient-notes-app (+0.01%)
@openmrs/esm-patient-programs-app (+0.01%)
@openmrs/esm-patient-test-results-app (+0.01%)
@openmrs/esm-patient-vitals-app (+0.01%)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Requirements
Summary
This makes it possible to launch the patient chart with a workspace open.
Screenshots
Issue
https://issues.openmrs.org/browse/O3-1023