joeflow icon indicating copy to clipboard operation
joeflow copied to clipboard

Functionnal demo examples in the code

Open mlier opened this issue 4 years ago • 2 comments

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

mlier avatar Oct 28 '20 06:10 mlier

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

SebastianKapunkt avatar Oct 28 '20 07:10 SebastianKapunkt

@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

codingjoe avatar Oct 28 '20 13:10 codingjoe