jimmycleuren / fireping

GNU General Public License v3.0
10 stars 2 forks source link

Sonata vs. EasyAdmin #33

Closed kevinreniers closed 4 years ago

kevinreniers commented 6 years ago

EasyAdmin shows its limits when you cannot easily perform bulk actions. This makes management difficult in large fireping masters with lots of domains.

Considering we don't enforce unique names on domains, this makes it very easy for users to make an error and pollute the database. Cleaning up after this becomes very difficult.

Investigate whether Sonata is a viable alternative to this, because it includes a lot more options by default, such as bulk actions.

Reference: https://symfony.com/doc/master/bundles/SonataAdminBundle

kevinreniers commented 4 years ago

We decided to go 100% for EasyAdminBundle. :-)

Mohammed-aziar commented 2 years ago

Who is better and what are the differences between SonataAdmin and EysaAdmin ? And explain why you decided to use EysaAdmin 100% ? And thank you very much @kevinreniers .

FractalizeR commented 2 years ago

I'm also interested ;)