studieren-ohne-grenzen / schlemmenohnegrenzen

https://schlemmen-ohne-grenzen.de
2 stars 1 forks source link

Subsite with hints #14

Open fellhorn opened 7 years ago

fellhorn commented 7 years ago

Keep it simple: Just an array of hints and timestamps. If current server time > timestamp show the hint. Yesterday we discussed to keep that we want the puzzles to be identifiable by colour. So a user can just find the right hints by a colour on his prose text.

danielrenninghoff commented 7 years ago

Is the servertime in German time or in UTC?

fellhorn commented 7 years ago

CEST But django has also some timezone handling with USE_TZ enabled: https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/

danielrenninghoff commented 7 years ago

Where should the subsite be hosted?

fellhorn commented 7 years ago

/hilfe would be easy to recognize?

danielrenninghoff commented 7 years ago

Should the subsite use the same bootstrap theme?

fellhorn commented 7 years ago

If you want you can reuse it - I do not have a strong opinion about this. But probably it would make it easier. This site should be mobile first - probably the users will only take a look at the hints on their smartphone

marcelklehr commented 7 years ago

Also it would perhaps be nice to have some js code polling the server, so people don't have to reload. (Depending on how you intend to realize this...)