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 validation diagnostics #43

Closed rubenmate closed 2 weeks ago

rubenmate commented 3 weeks ago

Background:

The app says if the diagram is valid or not, but there isn't any diagnostic that offers some guidance on how to solve it.

Goal:

Implement a feature that returns the result of the validation along with some diagnostics on where it was detected the problem.

Proposed Solution:

Return an object with the global validation and the result of all the individual checks.