Skip to content
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

Tweak image upload help text #3774

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Tweak image upload help text #3774

merged 2 commits into from
Jan 7, 2025

Conversation

chrisvanrun
Copy link
Contributor

@chrisvanrun chrisvanrun commented Jan 7, 2025

A user mentioned some confusion by clinicians trying to upload dicoms. Imho the user had a valid point. The help text also had the suggestion that .tiff was converted to MHA. That is incorrect. I opted to sacrifice some horizontal space for clarity.

Before

image

After

image

Note: text is used in a widget, no need for a migration.

@chrisvanrun chrisvanrun requested a review from jmsmkn as a code owner January 7, 2025 12:01
"MIRAX (.mrxs), Ventana (.bif) and DICOM-WSI (.dcm)."
)
IMAGE_UPLOAD_HELP_TEXT = """
<p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not like all of this extra whitespace. Now you have a bunch of floating statements in the form. Before, it was clear all statements belong to the widget, now, do some belong to the widget and some to the button below? Unclear. I would prefer just to keep to line breaks if necessary. I don't think that adding empty lines will mean that users will suddenly start reading the docs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check! Reverted to the line breaks, screenshots updated.

@jmsmkn jmsmkn merged commit 0008f4e into main Jan 7, 2025
8 checks passed
@jmsmkn jmsmkn deleted the improve-upload-image-help-text branch January 7, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants