We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your proposal related to a problem? Please describe.
It is not a great model to always require UI definition inside the resource config.
Describe the solution you'd like
It would be ideal if pyro DSL could be used both inside a resource, or separately. This would allow:
pyro
Express the proposal either with a change to resource syntax, or with a change to the pyro interface
For example
pyro do resource MyApp.Resouce end
Additional context
A possible implementation of the first parts of this idea:
resource
__MODULE__
Code.ensure_compiled(resource)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your proposal related to a problem? Please describe.
It is not a great model to always require UI definition inside the resource config.
Describe the solution you'd like
It would be ideal if
pyro
DSL could be used both inside a resource, or separately. This would allow:Express the proposal either with a change to resource syntax, or with a change to the pyro interface
For example
Additional context
A possible implementation of the first parts of this idea:
resource
option to the root pyro DSL__MODULE__
as the default valueCode.ensure_compiled(resource)
to allow for the required introspection.The text was updated successfully, but these errors were encountered: