vss-tools icon indicating copy to clipboard operation
vss-tools copied to clipboard

AMM Idea: Overlays - concept for renaming branches

Open erikbosch opened this issue 3 years ago • 2 comments

Idea collected at AMM. A concept for renaming/moving branches and/or nodes would be useful

erikbosch avatar Oct 20 '22 11:10 erikbosch

hi @erikbosch would it be possible to get a bit more info on this one, too? maybe I can spend some time to add it. Would really appreciate it! Thank you

nwesem avatar Jun 24 '24 10:06 nwesem

This was quite long time ago, but if I remember it correctly a use-case could be that you have an entity A.B.C (either a branch or signal). Now you want to use an overlay to instead call it A.D. Today this needs to be done in two steps, you need to add A.D copying whatever context exist in A.B.C, then you need to delete the original A.B.C node.

A possible solution could instead be something like below

A.D
  type: branch
  moved: A.B.C # Remove A.B.C and add it here instead

erikbosch avatar Jun 24 '24 12:06 erikbosch