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
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).
The text was updated successfully, but these errors were encountered:
On the other hand, it may be better to provide a static code generator for admin elements, similar to what SensioGeneratorBundle offers. Smaller chance of error and still improves productivity.
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).The text was updated successfully, but these errors were encountered: