-
Notifications
You must be signed in to change notification settings - Fork 8
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 client transfer #411
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain why we have both repository-transfer
and repository-dois-transfer
components? I am also not convinced that we have a repository-dois
transfer, at least for the user it is a transfer of the repository, the reindexing of DOIs is needed but for me not essential for what we are doing in the DOI.
Looks good otherwise.
as mentioned in the
One component its for the transfer doi functionality (the old/refactored one) and the new one is for transferring repositories. |
Why not |
while |
@kjgarza thanks for clarifying that, this makes sense. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
Allows
staff admin
to transfer repositoriesresolves: #404
Approach
Adds a component to transfer repository.
It also renames the repository-transfer component as repository-dois-transfer to better fit its Purpose.
Learning
Fabrica stays in cache for a long time sometimes.
Status
Types of changes