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

OAI-Sets konfigurier- und erweiterbar machen #769

Closed
j3nsch opened this issue Aug 22, 2022 · 1 comment
Closed

OAI-Sets konfigurier- und erweiterbar machen #769

j3nsch opened this issue Aug 22, 2022 · 1 comment
Assignees

Comments

@j3nsch
Copy link
Member

j3nsch commented Aug 22, 2022

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.

@haogatyp haogatyp self-assigned this Aug 17, 2023
haogatyp added a commit that referenced this issue Oct 20, 2023
j3nsch added a commit that referenced this issue Oct 23, 2023
j3nsch 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 Nov 9, 2023
haogatyp added a commit that referenced this issue Nov 9, 2023
@j3nsch j3nsch added this to OPUS 4.8.1 Nov 9, 2023
haogatyp added a commit that referenced this issue Nov 10, 2023
j3nsch added a commit that referenced this issue Nov 23, 2023
@j3nsch
Copy link
Member Author

j3nsch commented Jun 4, 2024

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.

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

No branches or pull requests

2 participants