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
The schedule.json (and the schedule.xml) schema has currently no field for the avatar of the speaker. For frab there was a dedicated speakers.json endpoint (see below) – which does not exist in pretalx – instead clients like the iOS Fahrplan App currently use Pretalx REST API, to collect these information.
TODOs
add the avatar / image url to the schedule.json schema
expose the corresponding field in pretalx (and frab?)
"schedule_speakers": {
"version": "Voltron",
"speakers": [
{
"id": 6979,
"image": "/system/people/avatars/000/006/979/original/Anna_Müllner__Quadrat_300dpi.jpg?1508071689",
"full_public_name": "_Adora_Belle_",
"public_name": "_Adora_Belle_",
"abstract": "My name is Anna Müllner, I am a German medical Biotechnologist. After finishing my PhD in cancer research, I am now working for a life science communication agency. I am also a science blogger, podcaster and science slammer. I have long since been interested in data security, for medical data in particular, ethical issues in science and evidence-based medicine. I already presented at the 33c3 about the the information that can be gathered from DNA samples e.g. in private companies.",
"description": "",
"links": [
{
"url": "http://zellmedien.de",
"title": "Zellmedien"
},
{
"url": "http://scilogs.spektrum.de/lifescience/",
"title": "1ife5cience"
}
],
"events": [
{
"id": 9838,
"guid": "5f5d8fd7-45a7-44e4-8d82-dfb8ee692f8b",
"title": "Genom-Editierung mit CRISPR/Cas",
"logo": "/system/events/logos/000/009/838/large/logo.png?1539632549",
"type": "lecture"
}
]
},
The text was updated successfully, but these errors were encountered:
The schedule.json (and the schedule.xml) schema has currently no field for the avatar of the speaker. For frab there was a dedicated speakers.json endpoint (see below) – which does not exist in pretalx – instead clients like the iOS Fahrplan App currently use Pretalx REST API, to collect these information.
TODOs
https://fahrplan.events.ccc.de/congress/2018/Fahrplan/speakers.json
The text was updated successfully, but these errors were encountered: