제이의 블로그

Kanban Board Project 1 Conceptual Data Modeling

Created: 2024-04-09

Created: 2024-04-09 01:02

I decided to rebuild the Kanban board project from a previous backend internship assignment at Wanted, as practice for relational data modeling.

Based on the project's requirements, I proceeded with conceptual data modeling.

Modeling Process

  • Separating entities into related data groups
  • Defining Identifiers
    • Since there were no candidate keys to use as identifiers, all were replaced with surrogate keys.
  • Understanding Relationships
    • Expressing cardinality and optionality

Previously, I faced difficulties with modeling due to a lack of clear understanding of the concepts. However, after studying database modeling and following a structured process, I found it much easier.

Kanban Board Project 1 Conceptual Data Modeling

Produced Entity Relationship Diagram

Comments0