joeflow
joeflow copied to clipboard
Functionnal demo examples in the code
Could it be possible to add a "Demo" directory in the code to test quickly that library. That directory could contain :
- The simple examples explain in the documentation : ShippingWorkflow, WelcomeWorkflow, SimpleWorkflow, GatewayWorkflow, SplitJoinWorkflow, LoopWorkflow, WaitWorkflow
- A full complete example extracted from real life
Hi @mlier as far as I can see there is a demo app. It is in the tests
folder as testapp
: https://github.com/codingjoe/joeflow/blob/master/tests/testapp/workflows.py
That app is used for writing tests, but has the workflows implemented that you mention.
But I guess the real life example is still missing.
Greetings Sebastian
@mlier you make a good point. We don't really have an instant Demo feature. I believe we could host a demo app on Heroku, to show the framework in action. @SebastianKapunkt since you are so eager to help out, maybe you'd like to create an app (or better "Deploy to Heroku" button) based on the tutorial app? Best, Joe