-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
issue #4979: Donation site screen improvement #4991
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.
Functionality: works well!
I'm still seeing an image in the guide that's showing the old screen, though.
Further comment:
I'm not the main tech reviewer (@dorner is) but I'm wondering if the reference to table_row_prepend that's only in donation_sites_controller, should also be adjusted (and the partial removed) for consistency with the other community pages.
|
||
## The Donation Site list | ||
You can manage the sites' information on the "Donation Sites" page under the "Community" section. | ||
You can manage the sites' information on the "Donation Sites" page under the "Community" section. | ||
|
||
![Donation Sites](images/community/donation_sites/donation_sites.jpg) |
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.
This image is still showing the old screen
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.
I have made the change. Should I wait for confirmation or go ahead with the change on table_row_prepend part ?
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.
I'm about 95% sure that that change should be made. So please go ahead.
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.
@Oce-ane My apologies, I have a tendency to stop when I see a problem -- there are two more images shown in community_donation_sites.md that are showing the old screen.
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.
You're right, really sorry about that ! I think I got them all this time
DescriptionThe last two commits (1a29023 & 7356c7e) remove the unused table_row_prepend partial, which was linked to a previous form that was removed in an earlier commit addressing this issue. Changes made:
Type of change
How Has This Been Tested?
|
This is ready for a quick technical review, @dorner. (Needs a guide update, but that shouldn't impact the tech review.) |
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.
Looks good on tech side.
Resolves #4979
Description
This PR updates the donation site screen to align with the rest of the system by:
Type of change
*Rspec update
How Has This Been Tested?
Screenshots