-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bugfix/fp 1542 do not use a2cps url #493
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes for reviewers.
|
||
{% block guide %} | ||
<style> | ||
/* To override 800px (from stylesheet) which is too big for these images */ | ||
.s-document img { | ||
max-width: 570px; | ||
max-width: 670px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explanation. Image text in Data Transfer's bottom-most image was easier to read if a bit larger.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for reviewer since updated core-styles commit.
"resolved": "git+https://git@github.com/TACC/Core-Styles.git#16c8873586785344ebd84b8360584c5a390bc499", | ||
"resolved": "git+https://git@github.com/TACC/Core-Styles.git#ed1e102ffea902142845924c0c5357794e2117b6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explanation. To get fix from TACC/Core-Styles#25.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be useful to scrub (or blur) the A2CPS
from the paths in these images and replace it with {PROJECT}
, so as not to confuse anyone referencing them?
- https://github.com/TACC/Core-CMS/pull/493/files#diff-4732bdc6c23df3069a4813d513406393610d216e79e26ff47ac29be80cc2dc66
- https://github.com/TACC/Core-CMS/pull/493/files#diff-3a5845b5aa10048e9dc314818891f3682af364686db06fbd4e14969a23710105
A similar concern with the right-side of this image:
Otherwise, LGTM as far as functional changes go.
Approving as is, up to you on the above concerns.
It would be ideal if we had fresh clean screens from a dummy user actually setting everything up on current systems... but that's probably a bridge too far at this time. Maybe in the v3 iteration. =)
Test URLs fixed:
These will be good unless I need to deploy something else to dev.cep and am too lazy to create a branch with multiple features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great job, this looks a lot cleaner. Personally, I guess I'd prefer that the guide be a little more portal-agnostic like John said. But, I think that's outside the scope for this particular ticket.
I just read those suggestions. Sounds good. I'll come back to it this week. |
Preface: This all looks great and I don't know if this is in the scope of this PR, but... While comparing the Data Transfer Guide to the Globus Guide, I noticed that only the images in the Data Transfer Guide have indentation. Could we either A) make all guide images left-aligned or B) make all the guide images centered, with the outcome in either choice being consistent design across both the guides? I would vote for option B (tweak the Globus Guide layout to match the Data Transfer Guide layout by using centered images). |
It is out of scope for this bug fix, but there's also some typography bothering Hedda and I, so I want to add some miscellaneous updates in a follow-up ticket; I'll add your image alignment notes to it. |
Images have had project names blurred out (b16bb9f).1 I have not re-deployed. Image alignment has been added to new ticket for Guide page inconsistencies: FP-1676. An existing ticket will add breadcrumbs: FP-1452.2 Footnotes
|
Overview
Use local images for Data Transfer guides.
Related
Changes
Testing
Confirm images:
a2cps-staging
* The default guide max image width is 800px, but Data Transfer page sets 670px max image width.
† Some of the images are just bad quality.
Remote
build job & deploy job
Local
collectstatic
(to provide the local images to Django)Screenshots
Notes
✓ To Do