eav-manager
eav-manager copied to clipboard
Form and QueryBuilder should not be build in the same class
To respect the separate of concerns, one single class should not build a form, handle the form, create a query builder, handle sorting, handle filtering.
As all is in a single class, it is not possible to debug or to change something when the sorting does not work for instance....