cconard96 / glpi-dev-plugin

Provides multiple tools to help core and plugin developers
GNU General Public License v2.0
5 stars 3 forks source link

Add DB Schema Map #7

Open cconard96 opened 3 years ago

cconard96 commented 3 years ago

Add a view to visualize all GLPI core and installed plugins DB table relations (assumed through field names since GLPI doesn't add any foreign key constraints :cry:). This should be similar to the visualizations provided by other tools such as Mysql Workbench EER Diagrams. Maybe use the Cytoscape library already available through GLPI.

miguelanruiz commented 1 year ago

Hi Curtis,

Checking I found it https://www.doctrine-project.org/ You could take a look and probably it is what you are looking for.

Best regards,

cconard96 commented 1 year ago

I'm well aware of that. The feature described here cannot be provided by Doctrine.