diff --git a/lectures/14_code_review.md b/lectures/14_code_review.md index 463a7c5..2089989 100644 --- a/lectures/14_code_review.md +++ b/lectures/14_code_review.md @@ -29,6 +29,48 @@ revealjs-url: "../assets/reveal.js-5.1.0/" :::::: ::::::::: :::::::::::: + + +## requirement analysis review + +:::::::::::: {.columns} +::::::::: {.column width="40%"} +![user story map](figures/user_statistics/story_map.drawio.svg){width=400} + +::: {.text-smaller .mt-3} +- can be discussed / reviewed +- even with a customer representative + +::: +::::::::: +::::::::: {.column width="15%" .mt-5} +![](figures/double_arrow.drawio.svg){width=100} + +::::::::: +::::::::: {.column width="45%"} +![user story "reviewed" in an issue tracker](figures/user_statistics/user_story_review_2.png){width=400} + +::::::::: +:::::::::::: + +## architecture review + +:::::::::::: {.columns} +::::::::: {.column width="40%"} +![C4 diagrams as the output of the high level design](figures/user_statistics/c4_component.excalidraw.svg){width=400} + +::::::::: +::::::::: {.column width="15%" .mt-5} +![](figures/double_arrow.drawio.svg){width=100} + +::::::::: +::::::::: {.column width="40%"} +![risk storming as a review process](figures/user_statistics/risk_storming.excalidraw.svg){width=400} + +::::::::: +:::::::::::: + + # |type |formality |led by |effort |documentation | diff --git a/lectures/figures/user_statistics/story_map.drawio.svg b/lectures/figures/user_statistics/story_map.drawio.svg new file mode 100644 index 0000000..793ea40 --- /dev/null +++ b/lectures/figures/user_statistics/story_map.drawio.svg @@ -0,0 +1,4 @@ + + + +
open
statistics view
see user statistics
view progress
view activity
of the month
from the
main menu
shows the finished lessions
last 4 weeks
as a 4×7 matrix
the more activity, the darker color
as a progressbar
\ No newline at end of file diff --git a/lectures/figures/user_statistics/user_story_review.png b/lectures/figures/user_statistics/user_story_review.png new file mode 100644 index 0000000..872eefe Binary files /dev/null and b/lectures/figures/user_statistics/user_story_review.png differ diff --git a/lectures/figures/user_statistics/user_story_review_2.png b/lectures/figures/user_statistics/user_story_review_2.png new file mode 100644 index 0000000..089d3b2 Binary files /dev/null and b/lectures/figures/user_statistics/user_story_review_2.png differ