You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes a lot of code in the Base.* and EntityManagementFeatures.* files in our plugin implementations to implement the GetEntities features. It would be nice to simplify this and reduce the amount of duplicate code required for each plugin implementation.
Identify code that can be generalized and move it to a shared library if possible (hopefully not more templates) to reduce the number of methods needed to implement a plugin
Additional context
The text was updated successfully, but these errors were encountered:
Desired behavior
It takes a lot of code in the
Base.*
andEntityManagementFeatures.*
files in our plugin implementations to implement theGetEntities
features. It would be nice to simplify this and reduce the amount of duplicate code required for each plugin implementation.Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered: