-
Notifications
You must be signed in to change notification settings - Fork 669
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
Add ability to override sponsor section titles #14456
Comments
I prefer to have |
I created a PR #14458 with |
Possibly unpopular opinion, but I would argue against this. If you have entities that are sponsoring the event, those are sponsors. That can mean money, but it can also mean donating a venue, providing advertising, or (as is the case with the event in question) time for their employees to be local organisers. All of the non-human entities are sponsors, in that they are allocating resources to the event, be it cash or person-hours. Sponsors is the correct nomenclature. |
Generally speaking, I agree with @phrawzty but wanted to open this to discussion before making the change. I suggest we keep this issue open for a little bit to get others to weigh in before merging any related changes. |
Yeah, my hold off wasn’t because of complexity but more of “should this be done” :) |
So @phrawzty your opinion may or may not be unpopular, however I feel there is some inconsitencancy in our logic. Sponsors are indeed entities that contribute to the event, as you state, however I would add that organizing or speaking does not count as sponsoring. You are right in that the correct nomenclature is sponsors, however this may not translate always the same way into other languages and dialects. Another factor to consider is sponsor levels that are not in the sponsor document and that are more arbitrary and based upon the organisers adding these entities for special reasons. Maybe we should add a supporter section? |
In our case @phrawzty these entities are not sponsors, they are participating in organizing and preparing the event, plus the support |
Would it be better to have them listed under organisers? |
Humans are organisers. Incorporations are sponsors.
In this one specific case, apparently that's the issue, yes. |
I was somewhat less specific, the humans of those organisations/incorporations should be indeed listed, not the entire organisation.
I am now not sure if the option |
Adding a supporter section with flexibility of naming the category seems a good solution to me |
Reading through, and I agree that we could / should have an option for a new |
While the word "sponsor" has never been contentious for our event, I do feel that there are some distinctions to be made:
I'll stop short of drawing a line on where "sponsorship" ends, and something else entirely starts. I suspect our coffee vendor is "not a sponsor" in the traditional sense, but they're also "not a sponsor" in a different way that a code bootcamp that's sending students is also "not a sponsor". That said, it feels like this is ambiguous enough that we could allow individual events - maybe even only for one or two years, to see if we naturally come up with some common terms - to set their own nomenclature. Maybe one event chooses to name a "vendor", whereas another event chooses to name a "partner", and another still chooses to name a "supporter". I don't personally see a whole lot of value in keeping those classifications consistent across events. |
Well so If we go with a new While my PR #14323 adds the ability to override a specific sponsor label and use However initial feedback was hesitent and upon reflection and understanding, I think we need to keep in account 2 additional factors I did not keep enough account with intialliy I suggest to close PR #14323 and I will work on creating the new |
@toshywoshy I think you meant #14458, the PR you referenced is a different one But i agree otherwise :) |
Also agree with @toshywoshy (and @mattstratton I guess, if I have to 😅) |
Connected to #14440
Today, when you set a sponsor level, that word is put in front of "sponsor(s)" and all the other places that sponsorship is referred to (i.e., if the level if "Silver", it will be referred to as "Silver Sponsors"). A case has come up for sponsorship levels which the organizers would prefer to not include the word "sponsor".
I would suggest that this could be implemented with an optional override on the title for a sponsor level (similar to URL overrides on the navigation):
so something like this:
It would be confusing slightly, because it's like "Label" is what is used if you want "...Sponsor(s)" appended, and "display" is the override. Maybe it would be called
display_override
to be clear?The text was updated successfully, but these errors were encountered: