hackergarten/hackergarten.github.io

Define events in a JSON file rather than directly in HTML

McPringle opened this issue · 4 comments

Pros:

  • easier to modify (no HTML stuff around)
  • JSON can be read e.g. by a mobile app
  • history of event modifications separated of website modifications

Cons:

  • one more file to manage
  • JavaScript is needed to display the events (or SSI)

This could be done at our next Hackergarten in Lucerne if this idea is accepted!

Do you have idea for framework (e.g. AngularJS )

BTW, there may exist some standard for defining events list in JSON

I personally prefer AngularJS but there are more possibilities.

PR #17 should solve this issue!

Solved, thanks alot to Hackergarten Lucerne! :-) 👍