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

approvals flowchart for docs? #128

Closed
nitsanavni opened this issue Oct 15, 2022 · 0 comments
Closed

approvals flowchart for docs? #128

nitsanavni opened this issue Oct 15, 2022 · 0 comments

Comments

@nitsanavni
Copy link
Contributor

nitsanavni commented Oct 15, 2022

flowchart
    subgraph 1. test run
    t[test]
    v("approvals.verify()")
    act(act)
    r(received)
    a[(approved.txt)]
    e(==)
    ne(!=)
    c{compare}
    t-->act
    act--produce-->r
    r-->v
    r-->c
    v-->c
    a--?-->c
    c-->e-->p[pass test]
    c-->ne-->f[fail test]
    end
    subgraph ap [2. approval process]
    d{user compares\nreceived vs.\napproved}
    g(generate)-->rf(received.txt)-->d
    r-.->rf
    d-->as(approve)
    d-->da[disapprove]
    end
    a-->d
    ne--trigger-->ap
    as--update-->a
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant