-
Notifications
You must be signed in to change notification settings - Fork 492
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
improve messaging for ingest failures, file upload #8096 #8271
Conversation
a3d99bd
to
94c834d
Compare
Note that when you upload a mix of files that go through ingest and some succeed and some fail, the failure message is sent.
- Only list files that failed ingest. - Remove "(Error)" from next to file name. - Change "file(s)" to "files". - Remove "Dataverse" to avoid having to say "Dataverse Software".
55d5ac0
to
3b1e71b
Compare
We decided the "dataset management" page has more context. Previously, the standard guides server base URL and "latest" was hard coded.
- rewrite sentence for .tab - link to "the guides" not "see the guides" - only have the last link (to "the guides")
@TaniaSchlatter @jggautier and I met this morning and in 5d9a0dd I just made the changes we talked about. I also updated the screenshots above. This pull request is ready for review so I moved it over. |
Thanks for the screenshots @pdurbin. All looks good, and I wonder if we can have the text that appears in the top of page in the info alert message on the edit page can appear as text in the File upload page instead. If we are not providing new or contextual info in the top of page message, there is not a reason to have it appear as an info alert. |
@TaniaSchlatter and I just talked through moving text from the blue info alert to inline text. Implemented in a2be27b and I updated the screenshot above. I'm moving this back into review. |
Looks good! Thanks @pdurbin. |
What this PR does / why we need it:
We are trying to soften the messaging around ingest to prevent support tickets. This pull request also improves the messaging on file upload, especially with regard to limits and providing links to information in the guides about tabular ingest.
Which issue(s) this PR closes:
Special notes for your reviewer:
None.
Suggestions on how to test this:
See release note.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Add files on create
Add files on edit
Improved "failed ingest" messaging (dataset page)
Tooltip behavior (greyed out, dark on hover, popup on click)
Improved "failed ingest" messaging (file page)
Email: success only
Email: failure only
Email: mix of failure and success (as of 55d5ac0 looks same as "failure only")
In-app notification: success
In-app notification: failure only or mix of failure and success
Add files on edit (dual mode and public only install)
This screenshot is last but relates to the "add files on edit" screenshot above. As part of this pull request, the "Multiple file upload/download methods are available for this dataset" message has been moved to under the "Files" tab (and is now plain text rather than being in a blue info box). The yellow info message "Files are stored on a publicly accessible storage server. – " has not been changed.
Is there a release notes update needed for this change?:
Included.
Additional documentation:
Included.