-
Notifications
You must be signed in to change notification settings - Fork 228
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) O3-4190 Add ability to filter lab orders by type and date #2104
base: main
Are you sure you want to change the base?
Conversation
ee70867
to
24291c0
Compare
Size Change: +1.79 kB (+0.01%) Total Size: 15.9 MB ℹ️ View Unchanged
|
Thanks @CynthiaKamau IMO having the backend |
Thanks, @CynthiaKamau. Could this be related to the print feature? |
This can save from having to filter on the frontend |
Let me explore that |
84e84c3
to
01908a8
Compare
01908a8
to
edd38ea
Compare
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.
Thanks @CynthiaKamau LGTM
:global .cds--date-picker { | ||
width: 40%; | ||
|
||
:global .cds--date-picker-container { | ||
width: 100%; | ||
|
||
:global .cds--date-picker-input__wrapper { | ||
width: 100%; | ||
|
||
:global .cds--date-picker__input { | ||
width: 100%; |
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.
Having this nesting looks not correct.
Requirements
Summary
Add ability to filter lab orders by type and date
Screenshots
Screen.Recording.2024-11-13.at.14.08.33.mov
Related Issue
Other