C2LC-218: Remove the "to" from the add node label when inserting a step between existing steps

Metadata

Source
C2LC-218
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-08-27T10:09:50.560-0400
Updated
2020-09-29T10:53:46.513-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.4
Component
N/A

Description

Remove the "to" from the add node label when inserting a step between existing steps:

  1. select move action
  2. add it to sequence
  3. add it to sequence again
  4. Toggle on large Add buttons
  5. Put focus on the + in between the two forward actions

Expected: "add selected action forward between position 1 forward and position 2 forward"

Actual: "add selected action forward to between position 1 forward and position 2 forward"

The "to" makes sense for the first and last + button (to the end of sequence/to the beginning of sequence).

This is a small change and has been done for the Closing The Gap 2020 demo:

https://github.com/codelearncreate/c2lc-coding-environment/commit/06a56b046e52cb6bc227a3a6a52d24ff51e66b24

Comments

  • Tony Atkins [RtF] commented 2020-09-24T06:40:58.870-0400

    As agreed in chats, I will include this in the pull for C2LC-224.