Create DB Schema
- Events (Headcount, Title,Description, Talker?, Timestamp start and end)
- Users(Name, Email)
- Event_registration relation (@A222moq3e )
- Talker
Sample Talker Schema
[
{
"id":1,
"name": "John Doe",
"position": "Software Engineer",
"picture": "https://example.com/John-Doe.jpg",
"bio": "Alice is an experienced developer specializing in web technologies.",
"topic_headline": "Innovations in Web Development",
"topic_description": "A deep dive into modern web technologies and emerging frameworks."
},
{
"id":2,
"name": "Jane Doe",
"position": "Data Scientist",
"picture": "https://example.com/Jane-Doe.jpg",
"bio": "Bob has a strong passion for turning complex data into actionable insights.",
"topic_headline": "Data Science in the Age of AI",
"topic_description": "Exploring how artificial intelligence is transforming data analysis."
}
]
Create DB Schema
Sample Talker Schema
[ { "id":1, "name": "John Doe", "position": "Software Engineer", "picture": "https://example.com/John-Doe.jpg", "bio": "Alice is an experienced developer specializing in web technologies.", "topic_headline": "Innovations in Web Development", "topic_description": "A deep dive into modern web technologies and emerging frameworks." }, { "id":2, "name": "Jane Doe", "position": "Data Scientist", "picture": "https://example.com/Jane-Doe.jpg", "bio": "Bob has a strong passion for turning complex data into actionable insights.", "topic_headline": "Data Science in the Age of AI", "topic_description": "Exploring how artificial intelligence is transforming data analysis." } ]