Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the Crud Controllers to Traits? #15

Open
kaioken opened this issue Jan 31, 2019 · 0 comments
Open

Move the Crud Controllers to Traits? #15

kaioken opened this issue Jan 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@kaioken
Copy link
Member

kaioken commented Jan 31, 2019

Instead of having 1 single controller that controls the CRUD flow why not provide it as separate traits? User can decide how to manage it and if the want to provide the full crud to all their controllers, just add it to the BaseController?

@kaioken kaioken added the enhancement New feature or request label Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant