stevebuik / Graphvizforce-Lightning

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

autobuild sends object/fields to add to client instead of persisting on server side #44

Closed stevebuik closed 6 years ago

stevebuik commented 6 years ago

this removes the need for a duplicate of the JSON diagram classes in Apex. big win in less code.

just return the data in a Map<String,List> where key = entity apiName and vals are lists of field apiNames.

no real downside in having the client make an on-change diagram save instead of the server

stevebuik commented 6 years ago

implemented yesterday