shopsys icon indicating copy to clipboard operation
shopsys copied to clipboard

Feature request: entity CRUD generator

Open vitek-rostislav opened this issue 1 year ago • 1 comments

It would be nice if there was a code generator for creating a basic CRUD. On every project, you need at least a few new entities. Creating them along with their CRUD is quite a boring and exhausting thing to do - for example, I am currently working on a simple entity with two multilocale and one multidomain field, and after ~3 hours of work I have written ~800 lines of code, and I am still not done with the basic admin CRUD :disappointed:

I remember back in the stone age, we had such a thing (or a prototype, at least). I am not sure what happened to the generator. I would like to bring its fame back to the daylight. I believe the generator feature would be appreciated by every project developer, product owner, as well as a client because it would save quite a significant amount of time.

vitek-rostislav avatar Jul 07 '23 19:07 vitek-rostislav

we can use/adapt Symfony maker https://symfony.com/bundles/SymfonyMakerBundle/current/index.html

grossmannmartin avatar Jul 10 '23 13:07 grossmannmartin