-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use Case: Moving Given-When-Then #29
Comments
@martonsagi and @DavidFeldhoff how much work would this be? |
This one is a bit more complex task. On the UI side the drag&drop part can be implemented quickly (dragula component is already in place). The MessageUpdate object needs to be extended with new position. |
I think I'd spend a weekend for this one as it needs some testing as well. And what should be exactly done? Because the helper function does not always have the exact same name (e.g. because it was generalized). Should in these cases all lines that are below the "Given" Comment be moved? I have to check how we proceed with deleting a given in these cases as it should react somewhat the same, I think, right? |
The following flowchart shows the use case:
Exceptions
Settings
The text was updated successfully, but these errors were encountered: