Skip to content

Added operation command to graphson#64

Merged
thejmazz merged 3 commits intodevfrom
viz
Jul 12, 2017
Merged

Added operation command to graphson#64
thejmazz merged 3 commits intodevfrom
viz

Conversation

@tiagofilipe12
Copy link
Member

This PR adds operationString to task reducer and subsequently to graphson file and visualization. If it is a string passed as command to shell it will be outputed to graphson, otherwise it will not be included and thus it will render undefined in visualization and will be absent from graphson.json. This behavior can be simplified but for now this is cool, I think.

return Object.assign({}, state, { status: 'POST_VALIDATION', validated: true })
break
case SET_OPERATION_STRING:
return Object.assign({}, state, {operationString: action.operationString})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spaces around { operationString: action.operationString }

@thejmazz thejmazz merged commit 6cc3300 into dev Jul 12, 2017
@bmpvieira bmpvieira removed the ux label Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants