You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to clarify what the supply chain graph should look like and which steps are actually layout-worthy. Here are some question that arose during user testing:
is cd <dir> a supply chain step?
if cd <dir> is a step, then it should be a “non-modifying step”?
if cd <dir> is a "non-modifying step" then it appears as a parallel activity in the D3 graph, which is really confusing
can I concatenate commands (steps) with ; or &&
if steps are all commands, can I add comments?
how do I represent the step “look at Travis icon on GitHub” ?
We have to clarify what the supply chain graph should look like and which steps are actually layout-worthy. Here are some question that arose during user testing:
cd <dir>a supply chain step?cd <dir>is a step, then it should be a “non-modifying step”?cd <dir>is a "non-modifying step" then it appears as a parallel activity in the D3 graph, which is really confusing;or&&