-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Constraint Compile Icon #1022
Conversation
133b09c
to
8b9a365
Compare
8b9a365
to
85cf7f6
Compare
Not sure why this was closed |
85cf7f6
to
89bc3c7
Compare
89bc3c7
to
4d2cebb
Compare
I'd like to check on the status of this PR. Is it accurate to say that until this PR is merged, the constraint checking feature is unavailable? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good and I tested it out locally, looks like we just need to rebase against develop, and this should be good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgmt! thank you!
We will need this to filter out or 3 types of constraints.
4d2cebb
to
f5212eb
Compare
* Add constraintID to the response. We will need this to filter out or 3 types of constraints. * Tweak how we store the constraint response data * Use the constraintResponseMap now. * Add warning icon for compile error * Updated code to use because constraintResults have been changed
* Add constraintID to the response. We will need this to filter out or 3 types of constraints. * Tweak how we store the constraint response data * Use the constraintResponseMap now. * Add warning icon for compile error * Updated code to use because constraintResults have been changed
Closes #994
I made adjustments to the code because we are now receiving the constraintResponse as an array of responses, each indicating whether a constraint has a compile error, runs with violations, or runs without violations. I've also added an icon in the UI to visually represent when a constraint has a compile error.
You will need the backend from this PR NASA-AMMOS/aerie#1249