This commit is contained in:
Julien Calixte
2022-02-27 17:01:45 +01:00
parent d469314fc0
commit 632409b71a
23 changed files with 328 additions and 101 deletions

View File

@@ -0,0 +1,24 @@
---
title: An introduction to production flow
---
# {title}
Dear developers, how clear is it for you the way you build an app?
You may answer "Easy! There are few steps:"
1. Talking to the client
2. Getting the design
3. Coding
4. deploying to users
But how exactly? What does "talking to the client" really mean? And "coding" ?
In lean, one particular important concept is **Visual Management**: *doing by seeing*. For that, we want to be clear on how we work.
May I ask you some questions?
First, can you name your different step before having your app in production?
<ProductionFlow />