-
Notifications
You must be signed in to change notification settings - Fork 9
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
Speaker on an event page should be clickable #14
Comments
Hi Stefan, I am currently trying to implement this feature, but loading a conference fails for me in my local build. I think the error comes from the c3media-base library, as their unit tests for validating a conference response also fail with a Can you please publish your patches to the library if you have a version newer than the current master? Also, if you want, you can follow me back on Twitter (@Andreas4742 there) to allow me to send messages to you as a faster way of communication. I attached the error I am receiving below:
Kind regards, Andreas |
Yes, Sorry for the inconvenience. There have been API changes that changed related events in Metadata from an array to an object, that leads to parsing errors in the c3media-base library. I have removed this line in my fork of c3media-base and the latest version of develop uses the fork resources now until we found a solution for this change. I also filed an issue for the c3voc team, with the hope that they will revert the API change |
At the very bottom of a detailed event, you can see the list of speakers. They are clickable already, but do not lead to a page. With the help of the search API, we could offer a page showing all presentations of one speaker.
The text was updated successfully, but these errors were encountered: