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

55 - Include an existing image into an existing collection #118

Closed
wants to merge 3 commits into from

Conversation

Ziwei-GONG-UTT
Copy link
Contributor

@Ziwei-GONG-UTT Ziwei-GONG-UTT commented Jun 6, 2023

We, @StachoB @Ziwei-GONG-UTT @lililiane @LIUC2H5OH @ShengjieZhou , hereby grant to Hyperglosae maintainers the right to publish our contribution under the terms of any licenses the Free Software Foundation classifies as Free Software Licenses.

Related Ticket #55

Copy link
Member

@benel benel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your contribution.

Here are some request changes.
Regards.

frontend/src/CollectionButton.css Outdated Show resolved Hide resolved
features/create_collection_from_image.feature Outdated Show resolved Hide resolved
frontend/src/CollectionButton.js Outdated Show resolved Hide resolved
frontend/src/CollectionButton.js Outdated Show resolved Hide resolved
frontend/src/FutureCollection.js Outdated Show resolved Hide resolved
frontend/src/Page.js Outdated Show resolved Hide resolved
frontend/src/Page.js Outdated Show resolved Hide resolved
frontend/src/Page.js Outdated Show resolved Hide resolved
frontend/src/Page.js Outdated Show resolved Hide resolved
frontend/src/Page.js Outdated Show resolved Hide resolved
@benel
Copy link
Member

benel commented Jun 10, 2023

@StachoB @Ziwei-GONG-UTT @lililiane @LIUC2H5OH @ShengjieZhou
Don't forget: requested changes must be addressed to merge the pull request related to ticket #55.

@@ -0,0 +1,5 @@
function (doc) {
if ( doc.links.filter(e => e.verb === 'includes').length > 0 ){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may use Array.prototype.some() instead.

@@ -0,0 +1,5 @@
function (doc) {
if ( doc.links.filter(e => e.verb === 'includes').length > 0 ){
emit(doc.dc_title, doc);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never emit the whole document as a value. Use include_docs at query time instead.

@benel
Copy link
Member

benel commented Jan 9, 2024

Please note that my comments are just here for future reference. They don't need any action from you.

@benel benel marked this pull request as draft January 9, 2024 10:15
@benel benel changed the title 55-Include an existing image into an existing collection 55 - Include an existing image into an existing collection Jun 8, 2024
@benel benel linked an issue Jun 27, 2024 that may be closed by this pull request
6 tasks
@benel
Copy link
Member

benel commented Aug 28, 2024

Implemented by 884af33.

@benel benel closed this Aug 28, 2024
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.

Include an existing image into an existing collection
2 participants