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

[FEATURE] Extract Fedora stuff to its own module #1033

Open
rosiel opened this issue Jun 28, 2024 · 0 comments
Open

[FEATURE] Extract Fedora stuff to its own module #1033

rosiel opened this issue Jun 28, 2024 · 0 comments
Labels

Comments

@rosiel
Copy link
Member

rosiel commented Jun 28, 2024

Overview of feature request

We claim that Fedora is optional, but the islandora module assumes, in many places, that you have Fedora.

Components to move to the new Fedora module (and perhaps corresponding recipe?):

  • flysystem Fedora integration code (src/Flysystem as well as islandora.services.yml)
    • configurations that set media files to go to Fedora can be in a Recipe
  • the "Fedora URI"/"gemini_pseudo_bundles" code (islandoraSettingsForm.php, islandora.module, islandora.schema.yml, islandora.settings.yml)
    • This should also take with it the dependency on islandora/fedora-entity-mapper
  • the system.action.index_ENTITY_in_fedora (and blazegraph) and system.action.delete_ENTITY... and system.action.index_file_as_fedora_external_content should be removed to a recipe.
  • the view of non-fedora files could also go in a recipe.

There's a snag in that our EventGenerator, which is part of code that is more about getting derivatives and indexing with Alpaca (already extracted as Huacaya) contains a small bit of code that references Fedora. However it seems innocuous if you don't have flysystem or fedora installed(?).

@rosiel rosiel added the 3.x label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant