feat: add enterprise tooling module#30
Open
grantf04 wants to merge 1 commit into
Open
Conversation
Author
|
@algora-pbc /claim #19 |
Author
|
/claim #19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@algora-pbc /claim #19
Closes #19
What this adds
Adds a self-contained
enterprise-tooling/module for institutional admin dashboards, contributor/usage/productivity/compliance analytics, secure API catalogs, webhooks, export pipelines, JSON APIs, tests, and a reviewer dashboard.Requirement mapping
buildAdminDashboardwith organization-wide project overview, department metrics, contributor analytics, usage stats, productivity metrics, compliance status, and custom tags.buildRestApiCatalogwith secure REST routes, scopes, and integration metadata for DSpace, Canvas, Benchling, and ORCID-style sync.createWebhookEventwith structured project publication payloads and enabled delivery targets.buildExportPipelinefor Zenodo/PubMed/arXiv/bioRxiv/funder-style handoffs.src/server.jspluspublic/static UI.test/enterprise-core.test.js.How to verify in under 5 minutes
Open
http://localhost:4132and verify the dashboard shows enterprise metrics, integrations, compliance rows, and export metadata.Optional API smoke checks:
curl -s http://localhost:4132/api/dashboard curl -s http://localhost:4132/api/enterprise/webhook-preview curl -s "http://localhost:4132/api/enterprise/export-preview?target=Zenodo&format=JATS"Validation
Commands run:
npm test- 4 tests passingcurl -s http://localhost:4132/api/dashboard- returns 3 projects, 4 integrations, and Zenodo export targetcurl -s http://localhost:4132/api/enterprise/webhook-preview- returnsproject.publishedwith 3 delivery targetscurl -i -s http://localhost:4132/package.json- returns 404 without crashing the serverhttp://127.0.0.1:4132/: admin dashboard, API/webhooks, compliance, and export pipeline panels render with 0 console errorsffprobeverified the committed demo video is 1280x760 and 8 seconds longDemo
enterprise-tooling/docs/demo-script.mdScope
This PR is intentionally self-contained under
enterprise-tooling/and avoids unrelated root-level changes except adding the module link to the root README.