-
Notifications
You must be signed in to change notification settings - Fork 670
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
Discuss data-driven sponsor info #10
Comments
It's an interesting idea. I see two big potential issues:
|
Yeah, I think it still makes sense to store re sponsor info as data objects, which could be reused optionally by other events but not necessarily required. Putting them into data YAML or TOML files makes there less markup to be done. Also it lets there be common templates, etc. |
But the alternative might be to have |
In general, brands prefer that their current imagery be used whenever possible - I've never had a sponsor complain about old logos being replaced by new ones, even on past events.
Agreed. @mattstratton, is there a way to, say, locally override an element? For example, there's a |
I think that actually will really complicate the user experience. What I would think you would do is have a Ultimately, what I envision is that the entire event can be driven from the data files, with minimal need to override the templates, which are the things that will consume the data files. Actually, I have an idea. You might be able to take the sponsor value and have it have an optional second parameter, which would be the URL. If the URL isn't included, it would use the one from the sponsor data file. If someone really needed a different logo, then it's definitely a custom sponsor and should have its own file. I'll try to hack together this use case in my mini-poc code I'm throwing together (as it's slightly easier to show what I have in mind via an experiment). |
This sounds like exactly what I was envisioning. 😄 |
I think this was pretty much settled, so I'm going to close this issue. If anyone disagrees, feel free to re-open it :) |
* first program draft * Added speakers and talks * Changes program * update speakers profiles * add missing Platinum Sponsor feature * fix karthik keynote * update speakers * Add Bruno Gurgel talk and speaker updates. * update keynotes * update program
added us website and removed transcription option
It might be useful to be able to abstract out sponsors for use by multiple events, for example having a
data/sponsors
directory with achef.yml
, etc, for anyone who wanted to have Chef as a sponsor (that data file could contain the URL to link to, and the image path, although it would be more ideal just to name them in conjunction with each other).Downside is if logos change from year to year, but you can still repurpose the instance of that sponsor.
The text was updated successfully, but these errors were encountered: