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

CSV export for Canoo Voting machines #72

Open
sippsack opened this issue Feb 20, 2018 · 6 comments
Open

CSV export for Canoo Voting machines #72

sippsack opened this issue Feb 20, 2018 · 6 comments
Assignees
Milestone

Comments

@sippsack
Copy link
Contributor

start time, end time, title, speaker, room

@sippsack sippsack self-assigned this Feb 20, 2018
@timo0
Copy link

timo0 commented Feb 20, 2018

If you want to do me a pleasure our current headers are:
id,conference,name,type,room,speakers,startYear,startMonth,startDayOfMonth,startHour,startMinute,endYear,endMonth,endDayOfMonth,endHour,endMinute

for conference and type you can use a static value these only relevant for the statistics

@sippsack
Copy link
Contributor Author

@timo0: I will get into CSV export tomorrow. I've just implemented a simple JSON representation, would that also suitable for the voting machine import? I could adapt the JSON fields as suggested in your last ocmment.

https://latest.dukecon.org/javaland/2018/rest/conferences/javaland2018/short

@timo0
Copy link

timo0 commented Feb 21, 2018

@sippsack In the end we need this as CSV if you're in trouble for me would also suite as JSON export which I can convert by myself.. as you please ;-)

sippsack added a commit that referenced this issue Feb 21, 2018
… added short json export for voting machines
@sippsack
Copy link
Contributor Author

@timo0: Please check our CSV implementation:

https://latest.dukecon.org/javaland/2018/rest/conferences/javaland2018/events/short/

It delivers CSV as default

fields:

  • the "conference" ID (javaland2018)
  • "name" is the talk title
  • "type" contains internal talk type

The rest should be self-explanatory.

@timo0
Copy link

timo0 commented Feb 21, 2018

great 👍 thanks a lot!

I've one question regarding the rooms (don't know if this is to specific):
Is it possible to do for rooms like "Quantum 3+4" two entries one with room "Quantum 3" and one with "Quantum 4"? If not I will do this on my end :)

@sippsack
Copy link
Contributor Author

Quantum 3 + 4 is actually one room. They could be divided, therefore the names.

Btw, https://latest.dukecon.org/javaland/2018/rest/conferences/javaland2018/events/short/ is our Development Stage. Production URL will be https://programm.javaland.eu/2018/rest/conferences/javaland2018/events/short/, but I'm not sure, when we deploy the CSV export.

@ascheman ascheman added this to the later milestone Feb 16, 2020
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

3 participants