Wiki source code of reviewing
Last modified by Rudi Marais on 2023/05/22 23:50
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{toc/}} | ||
| 2 | |||
| 3 | = Review Workflow = | ||
| 4 | |||
| 5 | TODO | ||
| 6 | |||
| 7 | {{plantuml}}@startuml | ||
| 8 | |||
| 9 | title Conditional - Activity Diagram | ||
| 10 | |||
| 11 | |||
| 12 | start | ||
| 13 | |||
| 14 | :Eat Hot Wings; | ||
| 15 | note right: This is a note to the right | ||
| 16 | |||
| 17 | :Drink Homebrew; | ||
| 18 | note left: This is a note to the left | ||
| 19 | |||
| 20 | if (Turn On The Game?) then (yes) | ||
| 21 | :__Having Fun__!!!; | ||
| 22 | else (no) | ||
| 23 | :Not Having Fun; | ||
| 24 | endif | ||
| 25 | |||
| 26 | :Go To Bed; | ||
| 27 | |||
| 28 | stop | ||
| 29 | |||
| 30 | @enduml{{/plantuml}} | ||
| 31 | |||
| 32 | = Approving Change = | ||
| 33 | = Merge Conflicts = | ||
| 34 | = Raising issue and comments = | ||
| 35 | |||
| 36 | = Decision Flow = | ||
| 37 | |||
| 38 | TODO | ||
| 39 | |||
| 40 | {{plantuml}}@startuml | ||
| 41 | |||
| 42 | title Conditional - Activity Diagram | ||
| 43 | |||
| 44 | |||
| 45 | start | ||
| 46 | |||
| 47 | :Eat Hot Wings; | ||
| 48 | note right: This is a note to the right | ||
| 49 | |||
| 50 | :Drink Homebrew; | ||
| 51 | note left: This is a note to the left | ||
| 52 | |||
| 53 | if (Turn On The Game?) then (yes) | ||
| 54 | :__Having Fun__!!!; | ||
| 55 | else (no) | ||
| 56 | :Not Having Fun; | ||
| 57 | endif | ||
| 58 | |||
| 59 | :Go To Bed; | ||
| 60 | |||
| 61 | stop | ||
| 62 | |||
| 63 | @enduml{{/plantuml}} | ||
| 64 |