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 a utility function to check if a certain graph is valid #12

Closed rubenmate closed 3 weeks ago

rubenmate commented 2 months ago

Background:

In our application, we frequently encounter scenarios where users need to validate the structure and integrity of graphs. Ensuring that graphs are correctly formed and adhere to specific rules is crucial for accurate analysis and visualization. To streamline this process and enhance user experience, we propose implementing a utility function specifically designed to check the validity of graphs.

Goals:

Proposed Solution: