csvconf / csvconf.com

A community conference for data makers everywhere, again!
https://csvconf.com
MIT License
89 stars 44 forks source link

Seperate HTML from data in schedule CSV #113

Open chris48s opened 3 years ago

chris48s commented 3 years ago

Maintaining the schedule as a CSV is desirable as it allows non-technical users to maintain the schedule in google docs. Currently https://github.com/csvconf/csvconf.com/blob/gh-pages/_data/2020_schedule.csv is a bit of a mashup of HTML embedded in a CSV. Is there any mileage in moving some of the HTML and formatting out into the template layer to make this easier to edit? (and maybe improve the experience for end-users too)

loleg commented 3 years ago

I think this is a great proposal, in particular because having a more standard definition of the program would make it easy to programmatically generate the time in the appropriate time zone, and otherwise improve the user experience.