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

JobInstance-Metamodel for parameters based on blaze-domain #6

Open
beikov opened this issue Mar 11, 2020 · 0 comments
Open

JobInstance-Metamodel for parameters based on blaze-domain #6

beikov opened this issue Mar 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@beikov
Copy link
Member

beikov commented Mar 11, 2020

I prototyped #3 and now also a Job Metamodel with blaze-domain for a project and this seems worth including that into the blaze-job project as submodule.

The idea is to introspect the JobInstance entities with the declarative module of blaze-domain. This allows a user to annotate i.e. @DomainAttribute on some properties. The resulting metamodel can be used to create a CRUD UI for job instances. The only pitfal here is, that by default, a blaze-domain builder has no types registered. We'd need to create basic types as needed for any property that is discovered. A user can then decide with the metamodel if the type is supported.

@beikov beikov added the enhancement New feature or request label Mar 11, 2020
@beikov beikov self-assigned this Mar 11, 2020
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