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

Gripper Simplify #261

Merged
merged 5 commits into from
Aug 13, 2021
Merged

Gripper Simplify #261

merged 5 commits into from
Aug 13, 2021

Conversation

kellrott
Copy link
Member

The edges from the graph driver will only be able to be derived from edge tables, removing the ability to use 'fieldToField' and 'fieldToId' configurations. Those methods:

  • were never used in practice
  • created extensive complications in the code and configuration files,
  • any case where that kind of linkage would be needed, it was easier just to put the logic in the plug in and have it create an edge table

Additionally, this PR will also remove the JSON path based description of the 'toField' and 'fromField'. It was overly complicated, not user friendly, and never used. Again, any cases were a sub field needs to be used to create an edge, it is better to put the logic in the plugin, rather then try and predict every possible scenario in the engine.

The edges from the graph driver will only be able to be derived from
edge tables, removing the ability to use 'fieldToField' and 'fieldToId'
configurations. Those methods were never used in practic, created
extensive complications in the code and configuration files, and
any case where that kind of linkage would be needed, it was easier
just to put the logic in the plug in and have it create an edge table.
@kellrott kellrott changed the title [WIP] Gripper Simplify Gripper Simplify Aug 13, 2021
@kellrott kellrott merged commit 008ae86 into plugins Aug 13, 2021
@kellrott kellrott deleted the gripper-simplify branch August 29, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant