We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to restructure Crayfish so we are only using one composer.json.
composer.json
Create sub-projects in the src directory, and take care of name spaces for PSR-4.
src
The text was updated successfully, but these errors were encountered:
crayfish will contain the core services, everything else can be external
so we can add ImageService, FileService
technically we could separate out CollectionService and put that with an ObjectService in a separate repo PCDM_Services
Sorry, something went wrong.
PR: Islandora/Crayfish#3
Resolved with Islandora/Crayfish@448cc3a
Issue 231 (#1)
16e3568
* Refactor PDX post move; Related to Islandora/documentation#226; Address Islandora/documentation#231
ruebot
No branches or pull requests
We need to restructure Crayfish so we are only using one
composer.json
.Create sub-projects in the
src
directory, and take care of name spaces for PSR-4.The text was updated successfully, but these errors were encountered: