Skip to content

Functionnal demo examples in the code #24

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

Open
mlier opened this issue Oct 28, 2020 · 2 comments
Open

Functionnal demo examples in the code #24

mlier opened this issue Oct 28, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mlier
Copy link

mlier commented Oct 28, 2020

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
@SebastianKapunkt
Copy link
Contributor

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

@codingjoe codingjoe added the enhancement New feature or request label Oct 28, 2020
@codingjoe codingjoe self-assigned this Oct 28, 2020
@codingjoe
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants