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: 'N:M' relations can have attributes #32

Closed rubenmate closed 3 weeks ago

rubenmate commented 3 weeks ago

Background:

The N:M relations can hold attributes, which is not something the app is prepared right now.

Goal:

Implement a feature that lets the user add attributes to the relations that are configured as N:M.

Proposed Solution: