Johannes johannes
  • Darmstadt
  • Joined on 2022-06-11
johannes commented on pull request Fachschaft/sprechstunden-go#1 2022-09-24 21:44:42 +00:00
preparations for styling: refactor template rendering

This is not longer relevant, since all available templates are listed in one place inside our code and we do not parse filenames from anywhere else.

johannes pushed to styling at Fachschaft/sprechstunden-go 2022-09-24 13:03:42 +00:00
f04396809d rework template rendering, cache parsed templates
7a1448d6f9 requestRepo/newSecret: fix small bug
961a10915b Merge remote-tracking branch 'origin/main' into styling
6e97d867de Verbessere Logging und Fehlerbehandlung
Compare 4 commits »
johannes commented on pull request Fachschaft/sprechstunden-go#1 2022-09-21 21:06:15 +00:00
preparations for styling: refactor template rendering

https://www.alexedwards.net/blog/serving-static-sites-with-go

This link probably helps understanding which design I oriented at (one base template with specific blocks replaced per page)

johannes created pull request Fachschaft/sprechstunden-go#1 2022-09-21 20:50:32 +00:00
preparations for styling: refactor template rendering
johannes pushed to styling at Fachschaft/sprechstunden-go 2022-09-21 20:43:32 +00:00
a755a0b3e9 log template rendering errors; some docstrings
johannes created branch styling in Fachschaft/sprechstunden-go 2022-09-21 20:19:53 +00:00
johannes pushed to styling at Fachschaft/sprechstunden-go 2022-09-21 20:19:53 +00:00
d60b715d96 refactor template rendering logic to one base template
16e8cf9cd7 static file handler to include bootstrap stylesheets
Compare 2 commits »
johannes pushed to main at Fachschaft/sprechstunden-go 2022-09-20 16:10:42 +00:00
c737818ce4 add some documentation for getting started with development
johannes pushed to main at Fachschaft/sprechstunden-go 2022-09-20 15:03:00 +00:00
70352efcaf add some documentation for getting started with development
johannes pushed to main at Fachschaft/sprechstunden-go 2022-09-20 15:00:56 +00:00
45bbf77343 add some documentation for getting started with development