Steve Buikhuizen
Steve Buikhuizen
Useful for devs when reverse engineering a codebase. Want to select 1 or 2 classes. This feature has been anticipated so the custom meta-data for a source already includes a...
would help devs who are building SOQL based features. can just highlight the fields using a background colour (not green since that is used by the "FROM" highlight feature)
In SOQL, it's supported to join from an entity, down to a child and then from there, up to other ancestors of the child entity. The SOQL generator currently doesn't...
for navigation and other events to that the GVF team can see usage and understand if future features are worth building later on, add a global config option to disable...
when a developer want to maximise the entities that are returned by a SOQL they need to try various from entities to see which includes the most entities. When extracting...
https://github.com/knsv/mermaid we'd like to know how the diagrams look and what level of interactivity is possible and how well port connections will work this can be a new component that...
A natural next step after building a query is to run it and examine the results. Since join results are basically a list of trees, a Lightning Component could be...
a d3 force directed graph where the nodes are html tables could replace the diagram with a lot more interactive features * drag/drop repositioning of the entities. in d3 it's...
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...