-
Notifications
You must be signed in to change notification settings - Fork 31
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
Metadata uploader base #1445
Metadata uploader base #1445
Conversation
…odifying the metadata object where twp objects are stored in memory temporarily
src/main/webapp/resources/js/components/metadata/TargetMetadataRestriction.tsx
Show resolved
Hide resolved
...ources/js/pages/projects/samples-metadata-import/components/SampleMetadataImportComplete.tsx
Show resolved
Hide resolved
...rces/js/pages/projects/samples-metadata-import/components/SampleMetadataImportMapColumns.tsx
Show resolved
Hide resolved
src/main/webapp/resources/js/pages/projects/samples-metadata-import/index.js
Outdated
Show resolved
Hide resolved
...esources/js/pages/projects/samples-metadata-import/components/SampleMetadataImportWizard.tsx
Show resolved
Hide resolved
src/main/webapp/resources/js/pages/projects/samples-metadata-import/redux/import-utilities.ts
Show resolved
Hide resolved
src/main/webapp/resources/js/pages/projects/samples-metadata-import/redux/importReducer.ts
Outdated
Show resolved
Hide resolved
One quick reply, because most of these comments are around Typescript. Don't we currently have two lintors in Github actions? At this point, if my Typescript still isn't sufficient, maybe we could make them stricter so the whole team is subject to this level of scrutiny. |
src/main/webapp/resources/js/components/Buttons/AddMemberButton.tsx
Outdated
Show resolved
Hide resolved
src/main/webapp/resources/js/components/Buttons/AddMemberButton.tsx
Outdated
Show resolved
Hide resolved
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 looking good! Just a few small things below. If you have any questions or thoughts let me know!
...ava/ca/corefacility/bioinformatics/irida/ria/web/ajax/metadata/dto/ProjectMetadataField.java
Show resolved
Hide resolved
src/main/java/ca/corefacility/bioinformatics/irida/ria/web/ajax/dto/CreateSampleResponse.java
Outdated
Show resolved
Hide resolved
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 looks good to me. Thanks for making those changes
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 for making those changes! Good to go from my end
Description of changes
Contains the following metadata uploader enhancements:
Metadata uploader validate file - #1434
Metadata uploader progress bar - #1419
Metadata uploader batch endpoints - #1408
Metadata uploader restrictions - #1383
Metadata uploader parse file - #1362
Related issue
#1302
Checklist
Things for the developer to confirm they've done before the PR should be accepted: