-
Notifications
You must be signed in to change notification settings - Fork 1
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
#416 bulk curation #420
#416 bulk curation #420
Conversation
…ckend server response
… its new endpoint
…416_Bulk_Curation
|
||
if (curatedAlready) return next(errorWriter(req, 'This has already been curated', 'curateXlsxSpreadsheet', 409)); | ||
if (curatedAlready) return next(errorWriter(req, 'This had been curated already', 'curateXlsxSpreadsheet', 409)); |
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'm not sure if I agree with this change
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 serves as a safeguard to prevent pre-existing curated spreadsheet from undergoing further unnecessary curation.
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 agree with that part, I just meant the wording/phrasing change
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.
@aswallace DM me your suggestion for rephrasing and I'll update it in the next PR
…age total response bug on search and updated unit test
…bles required by the restful service
… ignore _MACOSX folders
…aterialsmine into #425_bulk_curation_ui
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.
Some minor comments, otherwise lgtm
<md-tooltip md-direction="top">Comment</md-tooltip> | ||
<md-icon>comment</md-icon> | ||
</md-button> | ||
<div :class="[isSmallTabView ? 'u_margin-top-small u_adjust-banner-text' : 'u--margin-neg','md-fab md-fab-top-right u_width--max u--shadow-none u--layout-flex u--layout-flex-justify-end u--b-rad']"> |
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.
Locally, for screens smaller than laptop the buttons cover the title
…ccessful submissions
#425 bulk curation UI
…mine into #416_Bulk_Curation
Resolve SDD form errors and add basic unit tests
This ticket seeks to enable bulk curation for the spreadsheet curation pathway
closes #416 , closes #425