-
Notifications
You must be signed in to change notification settings - Fork 21
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
OAI-Sets konfigurier- und erweiterbar machen #769
Comments
haogatyp
added a commit
that referenced
this issue
Oct 20, 2023
haogatyp
added a commit
that referenced
this issue
Oct 20, 2023
haogatyp
added a commit
that referenced
this issue
Oct 23, 2023
j3nsch
added a commit
that referenced
this issue
Oct 23, 2023
haogatyp
added a commit
that referenced
this issue
Oct 24, 2023
haogatyp
added a commit
that referenced
this issue
Oct 25, 2023
haogatyp
added a commit
that referenced
this issue
Oct 26, 2023
haogatyp
added a commit
that referenced
this issue
Nov 3, 2023
haogatyp
added a commit
that referenced
this issue
Nov 3, 2023
haogatyp
added a commit
that referenced
this issue
Nov 3, 2023
haogatyp
added a commit
that referenced
this issue
Nov 6, 2023
haogatyp
added a commit
that referenced
this issue
Nov 10, 2023
haogatyp
added a commit
that referenced
this issue
Nov 10, 2023
haogatyp
added a commit
that referenced
this issue
Nov 10, 2023
haogatyp
added a commit
that referenced
this issue
Nov 10, 2023
Die OAI-Sets werden jetzt durch separate Klassen umgesetzt, die in der Konfiguration hinzugefügt oder entfernt werden können. Das System kann in Zukunft sicherlich noch weiter verbessert werden, funktioniert aber erst einmal. |
github-project-automation
bot
moved this to Done
in OAI-Implementation für Erweiterbarkeit überarbeiten
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Momentan sind die unterstützten OAI-Sets im Code fest verdrahtet. Durch die Änderungen soll es möglich werden neue OAI-Sets zu implementieren bzw. zu konfigurieren, die von unterschiedlichen Kriterien abhängen. Parallel zum Set für "BelongsToBibliography" soll es einen neuen Set "open_access" geben, der nicht auf eine Sammlung, sondern einem Flag basiert. Andere neue Sets könnten anhand von Enrichments befühlt werden.
In diesem Ticket geht es darum den Code so vorzubereiten, dass ein neuer Set-Typ hinzugefügt werden kann ohne den existierenden Code ändern zu müssen.
Benötigt wird als eine Klasse für OAI-Sets und Implementationen für die bereits existierenden Typen. Die Klasse muss in der Lage sein die Dokumente für einen Set zu lieferen und auch ListSets-Anfragen zu beantworten.
The text was updated successfully, but these errors were encountered: