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

Catalogus query interface #140

Open
lukavdplas opened this issue May 11, 2023 · 2 comments
Open

Catalogus query interface #140

lukavdplas opened this issue May 11, 2023 · 2 comments

Comments

@lukavdplas
Copy link
Contributor

The frontend should have a menu to make catalogus queries that can be sent to the backend (#139 )

@jgonggrijp
Copy link
Member

jgonggrijp commented May 11, 2023

This could be inspired by/based on the semantic query form in READ-IT.

@lukavdplas lukavdplas added this to EDPOP Feb 8, 2024
@lukavdplas lukavdplas moved this to Todo in EDPOP Feb 8, 2024
@jgonggrijp
Copy link
Member

Workflow as discussed on March 7 (with some details filled in by yours truly):

  • Client sends a POST request to the catalog query endpoint.
  • Server endpoint defers actual retrieval of records to edpop-explorer.
  • All retrieved records are immediately added to the edpop:records graph if they do not already exist in there. If they do exist and the contents changed, an annotation with the changes is added to edpop:record-updates instead. See Graph and namespace organization #156.
  • Deduplicated records along with any update annotations are returned to the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants