[PURR][#2768]Allow submitter to provide the image description#1868
Open
kuang5 wants to merge 1 commit intohubzero:2.4-mainfrom
Open
[PURR][#2768]Allow submitter to provide the image description#1868kuang5 wants to merge 1 commit intohubzero:2.4-mainfrom
kuang5 wants to merge 1 commit intohubzero:2.4-mainfrom
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.
PURR Ticket: https://purr.purdue.edu/support/ticket/2768
Currently the alt attribute value in img tag, as example shown below, for displaying gallery image on publication page is just file name which is not meaningful. We want publication submitter provide a specific description to the image so that it is able to be understood by screen readers that improves the accessibility.
The code changes includes adding a text field for user to enter the image description which is going to be set to alt attribute in img tag on publication page, allowing PURR administrator add or change the image description through admin interface, providing a link to the file accessibility document for publication submitter to understand the importance and how to add the description. The attribs column in publication attachment table is never used, so I use it to store the image description.
Test steps:
I tested the changes on dev PURR and it works as expected.
Jerry