Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTTP Etags for frabxml/ical/... exports #492

Closed
johnjohndoe opened this issue Sep 5, 2018 · 3 comments
Closed

Support HTTP Etags for frabxml/ical/... exports #492

johnjohndoe opened this issue Sep 5, 2018 · 3 comments

Comments

@johnjohndoe
Copy link

Problem you are facing

Client applications which retrieve the schedule data from an Pretalx instance do need to load the file everytime. This increases the traffic for both the server and the client.

Possible Solution

The Pretalx API should be able to provide and consume HTTP ETags.

Context

I am maintaining the EventFahrplan project which consumes schedule data from the Pretalx API.
The current EventFahrplan implementation compares the old and the new schedule to find out whether it has changed. This could be done by the server using ETags.

@luto luto changed the title Support HTTP Etags Support HTTP Etags for frabxml/ical/... exports Sep 8, 2018
@rixx
Copy link
Member

rixx commented Sep 8, 2018

I'm assuming you mean the exports, not the API?

@rixx rixx closed this as completed in 881080e Sep 8, 2018
@johnjohndoe
Copy link
Author

Nice. Thank you for the quick action.
Just to clarify: this is not yet live for MRMCD 2018, correct?

@rixx
Copy link
Member

rixx commented Sep 9, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants