{% extends 'bootstrap_base.html' %} {% block header %}
{{ tp_query | safe}}
edit / delete / add / split steps
to the plan generated.primary step (e.g., 1.) including all sub-steps (e.g., 1.x, 1.x.y)
will be used to generate one action to execute in the execution stage. The intermediate steps are providing details of the execution (e.g., bank card, product name).You can improve the generated draft plan with three actions:
Edit plan step
: edit the text of generated step. Add new step
: after you click the 'add one step' button, you should first input the index for a step you want to add.Delete plan step
: Participants should delete one primary step when this step can not correspond to any potential action. Please notice that, deleting one primary step will also cause deleting all sub-steps.Split plan step
: As each primary step is supposed to be transformed to single action, participants should split one primary step when it includes more than one actions. This action will insert one new primary step and move the follow-up sub-steps in the original step to new primary step.None
{% elif tp_plan|length > 0 %}{% endif %}{% for item in tp_plan -%}
- {{item["index"] | safe}}
{% endfor %}
We provide detailed instruction to improve the above plan:
Split steps Required
Warning: Please remember to fill in text to the new primary step after clicking 'Split step' button.
Edit steps Required
:
Delete steps Required
Warning: Deleting one step will also lead to deleting all sub-steps
Add steps Required
Warning: Adding one step will also lead to index update for some relevant follow-up steps/sub-steps