I took a look at the project and it looks amazing! However while they manage the bulk of the CRUD Operations in a project and allow the user to configure them for paginations and validations, they don't actually give the user the code for the CRUD operations. I think it would be a good idea to have a sort of generation engine which the users can use to generate the CRUD endpoints and have access to the code in order to change them according to their use-case.
while generation is concern of it's own the purpose would be to allow the users to customize the code. Another idea that come's to my mind for this challenge is to include an option for a CQRS implementation so that atleast the users can implement the commands and have access to the core of each CRUD operations if they choose to.
I took a look at the project and it looks amazing! However while they manage the bulk of the CRUD Operations in a project and allow the user to configure them for paginations and validations, they don't actually give the user the code for the CRUD operations. I think it would be a good idea to have a sort of generation engine which the users can use to generate the CRUD endpoints and have access to the code in order to change them according to their use-case.
while generation is concern of it's own the purpose would be to allow the users to customize the code. Another idea that come's to my mind for this challenge is to include an option for a CQRS implementation so that atleast the users can implement the commands and have access to the core of each CRUD operations if they choose to.