-
-
Notifications
You must be signed in to change notification settings - Fork 199
Remove need for sponsor avatar #2224
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
Conversation
This will remove the need for an avatar for sponsors. This should be a temporary change, but will allow admins to continue creating new sponsors
This reverts commit 3c3252c.
I've used a blank square from Wikipedia as a default for the avatar. This is a little brittle, because it assumes wikipedia will always be around and that we can use the square. We could alter this to be a square that we own, if we wanted. This should be changed as soon as we've properly fixed the logo upload
latitude longitude directions], | ||
contacts_attributes: %i[id name surname email mailing_list_consent | ||
_destroy]) | ||
.with_defaults(avatar: "https://en.m.wikipedia.org/wiki/File:Blank_Square.svg") |
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.
Do their ToU allow remote loading like this?
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.
That's a good point. I think very technically no. We could download and host it somewhere - in which case, are we moving towards #2226 anyway?
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 believe that is allowed 🙂
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.
Short term, if someone in the organisation hosts it, we could use that? Or I can stick it in the S3 bucket I made for #2226 ?
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.
We could even host it here on Github, maybe?
This will remove the need for an avatar for sponsors. This should be a temporary change, but will allow admins to continue creating new sponsors