-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Milestone
Description
Perhaps we could introduce a new functionality - element factories. Often you will create very similar elements, for example the ones for ResourceRepository, which are basically the same. These could be created by a factory service, which would accept a set of parameters (element id, entity class, form class, repository method name used in datasource initialization etc.) and be defined in services files (either YAML or XML).