-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure upload progress for greater clarity
** Why are these changes being introduced: * The default rendering of in-progress uploads to S3 (provided by boilerplate code around direct upload) is inaccessible to screen readers, and is visually indistinct. * Some of the wording on the new transfer form needs to be adjusted based on the results of user testing, and the subsequent changes. * A link to DSpace@MIT needs to be added to the Transfer confirmation page. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/ETD-256 ** How does this address that need: This updates the JS and CSS used to render the direct upload progress indicators. Specific changes include: * Moving the upload panel to be visually just above the form submit button, which reduces the chance that the user will miss them (being off-screen in the middle of the form). Additionally, the upload process will set the URL hash to this newly-created panel in case it should appear offscreen. * Adds an ARIA live region at the top of the panel that provides a summary of the upload process which can be read by screen readers. The panel updates as each file is uploaded. * Applies our branding package to the individual file panels, making them more visually prominent. Beyond the file upload feedback, we also make the following changes: * Updates the form display to take the full width of the content column. * Re-writes the text that appears in the well above the form based on UX-provided copy. ** Document any side effects to this change: * We had already made changes to the boilerplate JS and CSS, but this PR will intervene more heavily. I compared our current file (which we added to the repo some time ago) with the version in the current documentation, and it does not seem to have been updated in the years since - so there appears to be little risk in us needing to implement subsequent changes.
- Loading branch information
1 parent
37fe064
commit 6e8e336
Showing
5 changed files
with
149 additions
and
114 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<h4>A couple reminders:</h4> | ||
<ul> | ||
<li>We will not begin processing theses until after graduation.</li> | ||
<li>Theses will be published in DSpace@MIT, it may take up to 3 months for theses to appear in the collection.</li> | ||
<li>Theses will be published in <a href="https://dspace.mit.edu/handle/1721.1/7582">DSpace@MIT</a>, it may take up to 3 months for theses to appear in the collection.</li> | ||
</ul> | ||
|
||
<p>Please contact us at <a href="mailto:mit-theses <mit-theses@mit.edu>" target="_blank">mit-theses@mit.edu</a> with any questions.</p> |
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