Skip to content

[Feature Request] Timeline #4

@danielhe4rt

Description

@danielhe4rt

Image

We need a component to show the track of talks and how the event will be presented, also this will need some changes in the backend.

Concept: Flowbite Timeline

For the backend implementation, the goal is to build something that allows a dynamic view of this same component. The component states should have:

  • If there's no speaker yet
    • "To be decided" component style
  • If there's a speaker
    • Name, Picture, talk title and any data which involves the talk and the c4p.
  • If there's a time window or break
    • Opening Gates
    • Breakfast/Lunch
    • Closing Event

For the backend, the goal is to morph through: Users, C4P or just let it empty for time window events.

CREATE TABLE event_schedule ( 
  id int primary key auto_increment,
  event_id int, 
  schedule_type string NULLABLE,
  schedule_id int NULLABLE,
  attributes json
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions