stevebuik / Graphvizforce-Lightning

Automatic Entity-Relationship diagrams and SOQL queries for Salesforce
The Unlicense
31 stars 3 forks source link

Add grouping feature (same as in old graphviz VF tool) #37

Open stevebuik opened 6 years ago

stevebuik commented 6 years ago

the persistence JSON already supports groups. In order to add this feature, you will need to add:

1/ the graphviz.js/diagramAsText fn/template will need to add extra graphviz markup to display the groups.

2/ a lightning UI/component to manage the groups. this could use the Lightning duelling lists component. it should probably replace the entity/fields editor when active so that instant UI feedback is possible. It can include a colour picker for each group.