-
Notifications
You must be signed in to change notification settings - Fork 8
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
COM-957: Add basic warning entity #2503
Conversation
@raphaelblum do you want us to review this, or is it WIP? |
still Draft, unfortunately, but it seems like I'm having time to continue working on it now |
…style grid columns)
17a88d6
to
ea234a7
Compare
Yes, keep it in the Demo for now.
Yes, one changeset for the feature (and preferably docs as well). |
effda4f
to
c28f428
Compare
In the Warning Module there should be a warning entity where warnings are saved. Entries into this table should later be added with a validator or via a block, maybe even manually. This is the start of the central warning system in order to have a basic table and to be able to start with the validator afterwards.
In the Warning Module there should be a warning entity where warnings are saved. Entries into this table should later be added with a validator or via a block, maybe even manually. This is the start of the central warning system in order to have a basic table and to be able to start with the validator afterwards.
In the Warning Module there should be a warning entity where warnings are saved. Entries into this table should later be added with a validator or via a block, maybe even manually. This is the start of the central warning system in order to have a basic table and to be able to start with the validator afterwards.
In the Warning Module there should be a warning entity where warnings are saved. Entries into this table should later be added with a validator or via a block, maybe even manually. This is the start of the central warning system in order to have a basic table and to be able to start with the validator afterwards.
Description:
In the Warning Module there should be a warning entity where warnings are saved.
Entries into this table should later be added with a validator or via a block, maybe even manually.
This is the start of the central warning system in order to have a basic table and to be able to start with the validator afterwards.
Questions:
My next Step:
Detecting warnings for a simple example, maybe for a Job or for invalid Blockdata. Finding the "error" and creating a warning.
Later on we probably need something like a Message or Warning Info. I'd look into this later. I haven't thought about how this could work yet (intl in api?)
PR Checklist
Screen.Recording.2024-10-04.at.10.58.36.mov