eav-manager icon indicating copy to clipboard operation
eav-manager copied to clipboard

Form and QueryBuilder should not be build in the same class

Open johnkrovitch opened this issue 5 years ago • 0 comments

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....

johnkrovitch avatar Jan 16 '20 15:01 johnkrovitch