-
Notifications
You must be signed in to change notification settings - Fork 259
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
labs filter on csv routine report #1388
Conversation
thanks @pascagihozo , you can |
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.
agreed
frontend/package.json
Outdated
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.
why was the prettier version changed ??
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.
It might be because I installed a new version on my pc hence the version changes
break; | ||
default: | ||
break; | ||
if (props.report === "CISampleRoutineExport") { |
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.
why not just put this under the existing swtich statement
/> | ||
{list.map((statusOption) => ( | ||
|
||
{props.report === "CISampleRoutineExport" && |
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.
i think this is duplication code for the of dropdown
protected String selectedLabUnit; | ||
|
||
// Add getter/setter | ||
public void setLabUnit(String labUnit) { |
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.
This is a wrong getter name
this.selectedLabUnit = labUnit; | ||
} | ||
|
||
public String getLabUnit() { |
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.
worng setter naming
reworked on this here #1405 |
Pull Requests Requirements
Issue number if applicable.
documentation.
Summary
This PR contains a drop down to allow the user to download CSV Routine report for a specific lab
Screenshots
Screencast.from.2025-01-10.10-43-14.webm
https://streamable.com/br9k6w
[Add relevant screenshots here if applicable]
Related Issue
[Add a link to the related issue or mention it here if applicable]
Other
[Add any additional information or notes here]