-
Notifications
You must be signed in to change notification settings - Fork 0
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
Introduce spreadsheet-based sample registration #813
Introduce spreadsheet-based sample registration #813
Conversation
…t-component-for-sample-batch-registration-to-xlsx-upload
…mple-batch-registration-to-xlsx-upload' of github.com:qbicsoftware/data-manager-app into feature/#680-move-from-the-spreadsheet-component-for-sample-batch-registration-to-xlsx-upload
…ove-from-the-spreadsheet-component-for-sample-batch-registration-to-xlsx-upload
…t-component-for-sample-batch-registration-to-xlsx-upload
The UploadWithDisplay.java can only contain 1 file. Thus uploaded files was changed to uploaded file.
…mple-batch-registration-to-xlsx-upload' of github.com:qbicsoftware/data-manager-app into feature/#680-move-from-the-spreadsheet-component-for-sample-batch-registration-to-xlsx-upload
…t-component-for-sample-batch-registration-to-xlsx-upload
Co-authored-by: Sven F. <[email protected]>
…dsheet-component-for-sample-batch-registration-to-xlsx-upload' into feature/#680-move-from-the-spreadsheet-component-for-sample-batch-registration-to-xlsx-upload
…mple-batch-registration-to-xlsx-upload' of github.com:qbicsoftware/data-manager-app into feature/#680-move-from-the-spreadsheet-component-for-sample-batch-registration-to-xlsx-upload
Quality Gate failedFailed conditions |
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
4 Augen mit @sven1103
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.
@KochTobi Great work!
I have a few points :
- The textbox for Batch name is too long, can we shorten it to less than half of it?
- There should be some space between the text and the button for Download template.
- Can there be a little more spacing between the section headers (Download metadata template, Upload the sample data, Uploaded file) and their sections and also between the sections - Upload the sample data and uploaded file?
- The edit dialog is missing a section header - Upload the sample data
- The error message format should be the same as we have for Measurements. Currently, it shows only what went wrong as the status. The data approved format and design is perfect.
This PR will replace the existing Vaadin spreadsheet component and introduce a XLSX spreadsheet-based approach, similar to what is already supported for measurement metadata management and has been introduced in #803.