JdeRobot / VisualStates

Tool for visual programming of robots using automata
https://jderobot.github.io/VisualStates/
GNU General Public License v3.0
8 stars 8 forks source link

A tabbed design of VisualStates. #120

Open sudo-panda opened 5 years ago

sudo-panda commented 5 years ago

Using dialog for every type of input is not user friendly.

Hence I suggest a tabbed design which might loo somewhat like these pictures: VSRoot VSState1 VSCode

Of course this is a rough estimate and the more inputs received the better would be the design.

sudo-panda commented 5 years ago

I haven't shown the where the user will be able to interact with the parameters list. I think it would be better if the parameter list would be displayed beside the code in a collapsible sidebar

pushkalkatara commented 5 years ago

Hi @sudo-panda . Could you please elaborate the details of the tab. I can see 'Root', 'State 1', 'State 1' and 'Transition 1'. Does this mean source code for 'State 1' and 'Transition 1'? Also what does the 'Root' and 'State 1' tab depicts?

sudo-panda commented 5 years ago

The tabs with </> sign mean that it shows the source code for the state or transition While ones with a blue circle and red square show the canvas where the child states and transitions of the state mentioned is shown.

pushkalkatara commented 5 years ago

Okay great. the design looks good. Could you please explain why Root and State1 with blue circle and red square are two separate tabs?

okanasik commented 5 years ago
pushkalkatara commented 5 years ago

Hi all, what is the status of this issue?