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: Underline key attribute #22

Closed rubenmate closed 1 month ago

rubenmate commented 1 month ago

Background:

Attributes can be determined as key, we need to establish a convention to show visually that an attribute is the key.

Goals:

Proposed Solution:

Key attribute will be underlined. This follows the E-R most popular convention.

Notes

Right now we are differencing type of attributes with some certain color in the ellipse, we need to set it to transparent color and follow the underline convention.