Scenarios that Jursey should support next.
- Ask root question that contains a pointer.
- In root workspace, ask sub-question that passes the pointer on.
- Unlock the sub-answer.
- In sub-workspace, unlock the pointer.
- Answer the question.
- Back in root workspace, use sub-answer to give root answer.
- Follow steps 1-5 from above.
- Issue
:reflect
. - Navigate from the first version of the sub-workspace with locked pointer to the second version with unlocked pointer. Now the reflection shows the pointer unlocked in the reflected workspace, but locked in the root workspace.
- Ask root question that contains two pointers with different content.
- In root workspace, ask two sub-questions with the same structure, but passing a different pointer to each.
- Unlock the first sub-answer.
- In sub-workspace, unlock the pointer.
- Answer the question.
- Back in root workspace, unlock the second sub-answer.
- Automation kicks in and unlocks the pointer.
- Answer the question.