Graphvizforce-Lightning icon indicating copy to clipboard operation
Graphvizforce-Lightning copied to clipboard

auto-build from Apex can scan a user-selected set of classes

Open stevebuik opened this issue 7 years ago • 1 comments
trafficstars

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 field for the Lightning component name. If this is present then use dynamic creation in lightning to create the component and then send the results from it back when starting the scan.

The dynamically created component is just a list of Apex classes with checkboxes. A search box can make it easier to find the class you want.

Then a submit button to start the scan

stevebuik avatar Aug 24 '18 04:08 stevebuik

possibly a slider to reduce line range in a single class and only show refs from range. devs want to reverse engineer a specific block of code

stevebuik avatar Aug 25 '18 11:08 stevebuik