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: Show/hide entities attributes with a contextual menu #11

Closed rubenmate closed 4 months ago

rubenmate commented 4 months ago

Background:

There is a need to collapse all the entities attributes or it will visually collapse the canvas.

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:

Idea here would be to hide by default and allow the user to show a certain entity attributes with a contextual menu.

Notes:

This is dependent on the feature describe in the issue #10