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

Speaker accordion component #28

Open
artifactdev opened this issue Nov 7, 2019 · 1 comment
Open

Speaker accordion component #28

artifactdev opened this issue Nov 7, 2019 · 1 comment
Labels
Component Component specific Ticket feature

Comments

@artifactdev
Copy link
Collaborator

We need a speaker accordion component which shows Speaker contact, Speakername and Speakerimage in closed state. In Open State it should also show the speaker summary and the sessions of the speaker from the current event.

** Input **

  • speaker : speaker
  • sessions : sessionList

Interface could look like this:

speaker : {
  id : string;
  name : string;
  contact : string;
  summary : string;
  sessionIds : string[]
}

Specification: https://preview.uxpin.com/79b7c537cb52f9fccac338745f1f743da468ae2e#/pages/120250315/specification/sitemap

Usage: https://preview.uxpin.com/79b7c537cb52f9fccac338745f1f743da468ae2e#/pages/120250324/specification/sitemap

@artifactdev artifactdev added feature Component Component specific Ticket labels Nov 7, 2019
@artifactdev artifactdev added this to the Create extended components milestone Nov 7, 2019
@artifactdev
Copy link
Collaborator Author

Still open since we dont have API endpoints at the moment

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

No branches or pull requests

1 participant