feat: add user project management module#28
Open
grantf04 wants to merge 1 commit into
Open
Conversation
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 #11
Closes #11
What this adds
Adds a self-contained
user-project-management/module for identity, researcher profiles, scientific project spaces, RBAC/object-level permissions, collaborator invitations, audit logs, reputation metrics, JSON APIs, tests, and a reviewer dashboard.Requirement mapping
authenticateIdentity, linked provider metadata, institutional SAML metadata, and MFA checks.syncOrcidProfile, affiliations, keywords, activity, and public/private profile modes.computeReputationwith explainable score breakdowns.createProjectSpaceand demo project resources for documents, code, datasets, discussions, citations, funding, and tags.inviteCollaboratorand expiring access rules.auditLogentries for creation, invitations, and updates.How to verify in under 5 minutes
Open
http://localhost:4130and verify the dashboard shows the project space, authenticated identity state, access matrix, and researcher profile/reputation cards.Optional API smoke checks:
Validation
Commands run:
npm test- 4 tests passingcurl -s http://localhost:4130/api/dashboard- returns project title, authenticated identity, and 3 access rulescurl -s http://localhost:4130/api/access/check- returns grantededit_codeaccess foruser-mateocurl -i -s http://localhost:4130/package.json- returns 404 without crashing the serverhttp://127.0.0.1:4130/: project, identity, access control, and profile panels render with 0 console errorsffprobeverified the committed demo video is 1280x760 and 8 seconds longDemo
user-project-management/docs/demo-script.mdScope
This PR is intentionally self-contained under
user-project-management/and avoids unrelated root-level changes except adding the module link to the root README.