rubenmate / draw-entity-relation

A web application developed as my final project for the Computer Engineering Degree. It allows users to model entity-relationship diagrams and export them to SQL scripts after validation.
https://draw-entity-relation.vercel.app
0 stars 1 forks source link

Feature: Add Interlinked Entities and Text Labels to Canvas #4

Closed rubenmate closed 3 months ago

rubenmate commented 4 months ago

Background:

In our canvas drawing application for modeling entity relationships, I need to implement the functionality to include entities that are linked to each other. Additionally, I need to address the subproblem of adding text labels to these entities for better visualization and understanding.

Goals:

Enable users to create entities that are linked to each other on the canvas. Enable users to add text to the created entities.

Proposed Solution:

Implement a mechanism for creating interlinked entities on the canvas, allowing users to establish relationships between them. Develop a user-friendly interface for adding and editing text labels associated with each entity.