diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
commit | 0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch) | |
tree | f5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/en_US/usage-examples.markdown | |
parent | 3bf4789be255650b64f42231f41383cb13b65572 (diff) |
Move English documentation to folder en_US
Diffstat (limited to 'doc/en_US/usage-examples.markdown')
-rw-r--r-- | doc/en_US/usage-examples.markdown | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/en_US/usage-examples.markdown b/doc/en_US/usage-examples.markdown new file mode 100644 index 00000000..c200e082 --- /dev/null +++ b/doc/en_US/usage-examples.markdown @@ -0,0 +1,67 @@ +Usage Examples +============== + +You can customize your boards according to your business activities: + +Software development +-------------------- + +- Backlog +- Ready +- Work-in-progress +- To be validated +- Validated +- Deployed in production + +Bug tracking +------------ + +- Reported +- Confirmed +- Work-in-progress +- Tested +- Fixed + +Sales +----- + +- Leads +- Meeting +- Proposal +- Purchase + +Lean business management +------------------------ + +- Ideas +- Development +- Measure +- Analysis +- Done + +Recruiting process +------------------ + +- Job offers +- Candidates +- Phone screens +- Interviews +- Hires + +Online shops +------------ + +- Orders +- Packaging +- Ready to send +- Shipped + +Manufactory +----------- + +- Customer Orders +- Assembly +- Tests +- Packaging +- Ready to ship +- Shipped |