praekelt / go-proto-fsm

Prototype of a new Vumi Go campaign manager UI (also known as the spaghetti monster).
0 stars 0 forks source link

Make entire line move with an item #32

Closed badlard closed 10 years ago

badlard commented 10 years ago

Currently when a users selects an item, say a channel, and tries to move it, only the last segment of the line is moved.

Original position: screen shot 2014-09-18 at 1 23 34 pm

New position: screen shot 2014-09-18 at 1 23 42 pm

The user then has to move each little black dot on the line to get the line where they want it. This means that to move an item, they have to move the actual item once (e.g. the channel circle), then move each of the three black dots on the line. Users found this tedious.

Instead, if a user moves an item the entire line should by default move with it, and form a straight line between the two nodes. The user can then click on the black dots to move the line segments if required.

andreit commented 10 years ago

@badlard I am guessing this one is not valid any more since we removed the control points?