You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
The DukeCon Server will not deliver conference data (javalandxxx.json) anymore in a very near future. Instead, single Java processes will import conference data and write it to static files:
I still try to figure out the current etag support. Currently it looks like if-none-match also works automatically for conference json data when the service worker fetches data from network. I have to check, if etag support also works for static json files.
Please check if this issue/branch is still necessary @sippsack, since we try to keep usage of the current interface of DukeCon-Server even with the static data generator (cf. dukecon/dukecon_server#102).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The DukeCon Server will not deliver conference data (javalandxxx.json) anymore in a very near future. Instead, single Java processes will import conference data and write it to static files:
https://latest.dukecon.org/conference-data/javaland2016.json
https://latest.dukecon.org/conference-data/javaland2016/speakers/xxx.jpg
The DukeCon PWA client has to read these static files, using If-None-Match (etag) header to avoid unnecessary reads.
The text was updated successfully, but these errors were encountered: