-
Notifications
You must be signed in to change notification settings - Fork 494
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
Gdcc/8745 archival status UI #8748
Merged
kcondon
merged 10 commits into
IQSS:develop
from
GlobalDataverseCommunityConsortium:GDCC/8745-archival_status_UI
Jul 28, 2022
Merged
Gdcc/8745 archival status UI #8748
kcondon
merged 10 commits into
IQSS:develop
from
GlobalDataverseCommunityConsortium:GDCC/8745-archival_status_UI
Jul 28, 2022
Conversation
This file contains 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
Merged
GDCC/8745-archival_status_UI
sekmiller
reviewed
Jul 22, 2022
sekmiller
reviewed
Jul 22, 2022
sekmiller
approved these changes
Jul 22, 2022
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.
What this PR does / why we need it: Starting from QDR's implementation of an additional column in the dataset version table to show archival copy location, this PR adds a column that can show the new archival status/message entries that have been developed as part of the Harvard Data Commons work.
Which issue(s) this PR closes:
Closes #8745
Special notes for your reviewer: This has been demoed/reviewed and is being tested within the HDC Objective 3A group. Builds on #8747 so could/should be reviewed after that.
Suggestions on how to test this: Run archiving, e.g. with the Local Archiver. Optionally use the status API added in #8696 to add other status messages, e.g. with json values like
{"status":"pending","message":"now transferring at 3 bytes per hour!"}
or
{"status":"failure","message":"got hungry while waiting and quit"}
and verify that:
Does this PR introduce a user interface change? If mockups are available, please link/include them here: Adds a column to the dataset page version table visible to privileged users (see above). There are Miro board mockups, a live machine showing the ui available on the Harvard Library's QA network, and videos available from https://github.com/harvard-lts/awesome-lts (not all current).
Is there a release notes update needed for this change?: addressed in #8611
Additional documentation: