-
Notifications
You must be signed in to change notification settings - Fork 247
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
(feat) Improvements to the order basket #2170
Conversation
Size Change: -178 kB (-1.09%) Total Size: 16.1 MB
ℹ️ View Unchanged
|
Thanks @vasharma05 from watching the video attached, when you chose to modify a drug order the workspace title read The build is failing, if you could checkout why. |
Forgot to update the video, as per this commit, the workspace title will be set according to the order type I am figuring out why a unit test is failing, hence the build failing |
Updated the video in the PR description @usamaidrsk |
Can we unwind the features in this PR into a few different PRs. Not all of them, I think, are well-defined features but some of them are. E.g., 3-7 are, I think, unobjectionable. I have serious reservations about 1 being at all functionally functionally useful in a real-world scenario (it's more likely that we want this to be configurable on a per-test basis). I have fewer issues with 2, but I think that's enough of a change to deserve it's own PR. While this isn't a massive PR in terms of code, it is grouping a lot of only semi-related concerns. |
Yes @ibacher, I myself am working for creating more basic PRs out of it |
This PR is segregated into multiple smaller PRs, hence closing this PR. |
Requirements
Summary
This PR makes the following changes to the order basket:
Reference number
field in the order formen.json
for error messages in the order formON_SCHEDULED_DATE
, a date field should be rendered to select respective date.Screenshots
Screen.Recording.2025-01-09.at.19.21.59.mov
Related Issue
Other