-
Notifications
You must be signed in to change notification settings - Fork 2
[Feature Request] Timeline #4
Copy link
Copy link
Open
Description
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
);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
