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

Basic catalog searching #183

Merged
merged 27 commits into from
Jul 19, 2024
Merged

Basic catalog searching #183

merged 27 commits into from
Jul 19, 2024

Conversation

tijmenbaarda
Copy link
Contributor

Allow searching using the new catalog system, via an RDF representation in JSON-LD. Showing record details is not yet working, I am working on that in a separate branch. This branch contains the code to make sense of JSON-LD responses with nested information and with a specified order of subjects using the ActivityStreams scheme.

Known issue: #182 (Correctly handle duplicate records in external catalogs)

@tijmenbaarda tijmenbaarda requested a review from jgonggrijp July 16, 2024 14:57
Copy link
Contributor

@jgonggrijp jgonggrijp left a 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 overall. I made a bunch of comments, but they are about details and not all of them require changes.

(Side note: the comments probably read best on the conversation tab, because the order in which I submitted the comments is not the same as the order in which they appear in the code.)

backend/catalogs/graphs.py Show resolved Hide resolved
frontend/vre/record/record.list.item.view.js Outdated Show resolved Hide resolved
frontend/vre/record/record.list.item.view.js Show resolved Hide resolved
frontend/vre/record/record.list.item.view.js Show resolved Hide resolved
frontend/vre/utils/jsonld.model.js Show resolved Hide resolved
frontend/vre/utils/jsonld.model.js Show resolved Hide resolved
frontend/vre/utils/jsonld.model.js Outdated Show resolved Hide resolved
frontend/vre/utils/jsonld.model.test.js Show resolved Hide resolved
frontend/vre/utils/jsonld.model.test.js Show resolved Hide resolved
frontend/vre/utils/jsonld.model.test.js Show resolved Hide resolved
@tijmenbaarda tijmenbaarda mentioned this pull request Jul 17, 2024
@tijmenbaarda
Copy link
Contributor Author

Thank you for the thorough review, I learned a lot from it! I have made all the requested changes, I think.

@tijmenbaarda tijmenbaarda requested a review from jgonggrijp July 17, 2024 14:58
Copy link
Contributor

@jgonggrijp jgonggrijp left a comment

Choose a reason for hiding this comment

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

Looks good to me. Just a few nitpicks and one more tip.

frontend/vre/utils/jsonld.model.js Outdated Show resolved Hide resolved
frontend/vre/utils/jsonld.model.js Outdated Show resolved Hide resolved
frontend/vre/utils/jsonld.model.js Outdated Show resolved Hide resolved
frontend/vre/utils/jsonld.model.js Outdated Show resolved Hide resolved
@tijmenbaarda
Copy link
Contributor Author

Everything has been addressed now, I will merge the pull request.

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.

2 participants