Skip to content
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

Merged
merged 48 commits into from
Aug 6, 2023
Merged

#416 bulk curation #420

merged 48 commits into from
Aug 6, 2023

Conversation

tholulomo
Copy link
Contributor

@tholulomo tholulomo commented Jul 1, 2023

This ticket seeks to enable bulk curation for the spreadsheet curation pathway

closes #416 , closes #425

@tholulomo tholulomo requested a review from aswallace as a code owner July 1, 2023 00:39

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));
Copy link
Collaborator

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

Copy link
Contributor Author

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.

Copy link
Collaborator

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

Copy link
Contributor Author

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

Copy link
Collaborator

@aswallace aswallace left a 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

app/src/components/TextEditor.vue Show resolved Hide resolved
app/src/components/explorer/SearchHeader.vue Outdated Show resolved Hide resolved
app/src/modules/whyis-dataset.js Show resolved Hide resolved
app/src/pages/explorer/Gallery.vue Outdated Show resolved Hide resolved
<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']">
Copy link
Collaborator

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

resfulservice/spec/controllers/fileController.spec.js Outdated Show resolved Hide resolved
resfulservice/spec/utils/fileManager.spec.js Outdated Show resolved Hide resolved
resfulservice/src/api-docs/swagger-service.yaml Outdated Show resolved Hide resolved
@tholulomo tholulomo merged commit dcbaefb into develop Aug 6, 2023
@tholulomo tholulomo deleted the #416_Bulk_Curation branch August 6, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bulk Curation UI Bulk Curation
2 participants