Skip to content

Backend: DB Schema #3

@AFAskar

Description

@AFAskar

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."
    }
]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions