You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great to have some sort of generator that will create operations and forms based on a base template.
This could look like this: readymade generate scaffold Posts - generates operations and forms for Post model (additionally we can arguments that will be validated in the form) readymade generate Posts::Actions::Notify - will create a empty namespaces class with call method readymade generate Posts::Operations::Create - will create a basic operation readymade generate Post::Foms::Create permitted:[] required:[] - will create a form class
What do you think @OrestF ?
The text was updated successfully, but these errors were encountered:
@Misha7776 sounds good
but let's keep it simple
I would make generators for declared classes without scaffolding.
Do you have an idea how to implement this?
Would be great to have some sort of generator that will create operations and forms based on a base template.
This could look like this:
readymade generate scaffold Posts
- generates operations and forms for Post model (additionally we can arguments that will be validated in the form)readymade generate Posts::Actions::Notify
- will create a empty namespaces class with call methodreadymade generate Posts::Operations::Create
- will create a basic operationreadymade generate Post::Foms::Create permitted:[] required:[]
- will create a form classWhat do you think @OrestF ?
The text was updated successfully, but these errors were encountered: