-
Notifications
You must be signed in to change notification settings - Fork 6
[FEATURE] Aggregate methods to entity dynamically #610
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquality of lifeImprovements that enhance user or developer experience without adding new core featuresImprovements that enhance user or developer experience without adding new core features
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquality of lifeImprovements that enhance user or developer experience without adding new core featuresImprovements that enhance user or developer experience without adding new core features
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Not planned
Problem Statement
It's kinda frustrating to lookup into all plugins to check if a utility function exists which sometimes doesn't.
Proposed Solution
It could be cool to integrate a way to inject a method into Entity class to be able to use it like
entity->Method(). This also add a way through IDE to see usable method of the entity.Alternative Solutions
None
Use Cases
Describe how this feature would be used and who would benefit from it:
Impact
Describe the potential impact of this feature:
Implementation Details (optional)
None
Additional Context
None
Related Issues
List any related issues or PRs: