Adds a mode called "Set Next Point". It shows "ghost dots" from the next stuntsheet and the flows that get to the next dot. The user can connect dots from the currently selected stuntsheet to the next stuntsheet.
A lot of this is a rough draft... I expect a lot of this to change in the coming months! But for an MVP I think this gets us to where we want to be.
TODO: I need to re-do how dots connect to each other. dotLabelIndex isn't effective.
Pre-PR checklist
[x] Ran npm run serve and:
[x] Checked basic functionality
[x] Checked that errors are handled
[x] Ran npm run lint
[x] Ran npm run test:unit
[x] Ran npm run test:e2e and ran relevant tests
[x] Attached reviewers to PR and pinged on Slack/email
Description
Adds a mode called "Set Next Point". It shows "ghost dots" from the next stuntsheet and the flows that get to the next dot. The user can connect dots from the currently selected stuntsheet to the next stuntsheet.
A lot of this is a rough draft... I expect a lot of this to change in the coming months! But for an MVP I think this gets us to where we want to be.
TODO: I need to re-do how dots connect to each other. dotLabelIndex isn't effective.
Pre-PR checklist
npm run serve
and:npm run lint
npm run test:unit
npm run test:e2e
and ran relevant testsScreenshots/GIFs