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

Pass event on speaker public view #311

Open
JGAntunes opened this issue Nov 1, 2015 · 0 comments
Open

Pass event on speaker public view #311

JGAntunes opened this issue Nov 1, 2015 · 0 comments
Labels
Milestone

Comments

@JGAntunes
Copy link
Member

Speaker public view should send the event that the speaker attended.

Right now, the speaker model on the backend has an array of participations (which include years where he came and where he didn't).

The idea is that (assuming that he only participates fully in one event) we send this on the speaker public view. Something like:

speaker: {
  ...
  participation: 'id-of-the-event-he-attended'
  ...
}

This will allow us to better filter speakers on the web app as well as identifying the event e participated in.

The implications on this will be in the server views and in the client models for now. Afterwards we will have to find a way to present it on the speaker view.

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

No branches or pull requests

2 participants