Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically choose the from entity to maximise reach of SOQL query #48

Open
stevebuik opened this issue Jul 31, 2018 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stevebuik
Copy link
Owner

stevebuik commented Jul 31, 2018

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 the from options from the persisted JSON, the "entities" pure fn could return objects instead of strings. Those objects can contain the "from" entity name and also a label with (n) appended. N would be the count of entities included when that entity is used as the from for a SOQL query.

This makes it easy for the user to know which entity has the greatest reach without needing any new UI components i.e. keeping UI clean

@stevebuik stevebuik added enhancement New feature or request help wanted Extra attention is needed labels Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant