Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

CSV export for participants favored lectures #89

Open
PhilippMStahn opened this issue Mar 4, 2019 · 2 comments
Open

CSV export for participants favored lectures #89

PhilippMStahn opened this issue Mar 4, 2019 · 2 comments
Assignees

Comments

@PhilippMStahn
Copy link
Contributor

Build a query via REST that will immediately publish the title of the lecture and the number of favorites for a specific conference.

@sippsack
Copy link
Contributor

sippsack commented Mar 8, 2019

did a first draft. it is deployed at latest, but can't not be tested yet. We need to adapt reverse proxy routes to reach the new endpoint:

https://latest.dukecon.org/javaland/2019/rest/admin/javaland2019/favorites

At the moment only json documents will be returned, I will extend it to CSV output later.

@sippsack
Copy link
Contributor

moved rest endpoint address to rest/favorites/conferenceId (unsecured)

e.g.
http://programm.javaland.eu/2019/rest/favorites/javaland2019
http://programm.doag.org/apex/2019/rest/favorites/apex2019

return CSV (import in Excel as UTF-8!) or JSON (Accept-Header = application/json)

sippsack pushed a commit that referenced this issue Mar 17, 2019
sippsack pushed a commit that referenced this issue Mar 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants