Skip to content

Commit

Permalink
doc: add a top level readme
Browse files Browse the repository at this point in the history
PR-URL: #458
Reviewed-By: Stephen Belanger <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
  • Loading branch information
gireeshpunathil committed Dec 19, 2020
1 parent cb171c8 commit 420b30c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# User journey documentation
Diagnostic user journeys are coherent set of step-by-step procedures,
that a user follows for problem determination of reported issues.
The documentation project is organized based on user journey.
Each user journey is contained in one top level folder by that name.

For each user journey:
- Readme.md contains a high level overview of what use case this flow is addressing
- setup.md may contain pre-requisites for the system to be able to follow diagnostics
- investigation_flow.md may contain high level steps on the problem determination
- case_study.md may contain an investigation of a specific use case with real data
- step1, step2, .. may contain different tools / methods to solve the same problem

0 comments on commit 420b30c

Please sign in to comment.