Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let "condition" support "true" and "false" #101

Open
3442853561 opened this issue Feb 19, 2017 · 5 comments
Open

Let "condition" support "true" and "false" #101

3442853561 opened this issue Feb 19, 2017 · 5 comments
Labels
Hacktoberfest https://hacktoberfest.digitalocean.com/

Comments

@3442853561
Copy link

3442853561 commented Feb 19, 2017

like

st=>start
op=>operation: Your Operation
cond=>condition: True or false?
e=>end

st->op->cond
cond(true)->e
cond(false)->op
@jakethedev
Copy link

This would be fantastic - if the parser could support generic text, that would be awesome. Like:

cond(toast)->e
cond(passed)->deploy
cond(weekend)->overtime->beer

@xantilon
Copy link

That would also solve the language problem, e.g. in German cond(Ja) cond(Nein)

@adrai
Copy link
Owner

adrai commented Aug 31, 2018

PR are welcome ;-)

@jakethedev
Copy link

I think this would be a perfect issue for Hacktober, could you mark this issue/project for it?

@adrai adrai added the Hacktoberfest https://hacktoberfest.digitalocean.com/ label Oct 1, 2018
@brennanyoung
Copy link

Agree. I have a three branch condition, which I can't render with flowchart.js
None of the branches are YES or NO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest https://hacktoberfest.digitalocean.com/
Projects
None yet
Development

No branches or pull requests

5 participants