-
Notifications
You must be signed in to change notification settings - Fork 5
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 more tutorials #130
Comments
For UPDATE and DELETE tests, how would this support providing an |
I think the general support in the backend part is not a big deal. More important is how we would integrate it in the UI.
Is for deletion the oldObject == current resource? Because a deletion don't change the resource beforehand? |
A couple ideas on where/how to provide oldObject:
Yes, that is correct, so probably don't need oldObject specifically. Engine should interpret the provided resource(s) as the old object. |
This is also a good idea. |
I think that's reasonable. Needs to be a banner/title to show which split pane is new and which is old.
That's going to be basically impossible as there are many ways the operation can be specified. I don't think we want to try and be this smart but instead give users a button where they can click if they know they need an oldObject. And then if it tests and one isn't supplied, throw an error during testing that the oldObject is missing. |
okay, will discuss with @eddycharly how we can implement/validate it. |
Looks good but should not block the current milestone IMO. I wonder if we want to keep the context in yaml form or switch to a dialog/form ? |
The text was updated successfully, but these errors were encountered: