Softagram presentation Add proposal for 30-minute showcase on visualizing dependencies with Softagram (for Sweden event) Change-Id: I5ac792a13ae1f5682181569dcc5e4f31f298614c
diff --git a/schedule-europe.md b/schedule-europe.md index b1918ea..d5cefa6 100644 --- a/schedule-europe.md +++ b/schedule-europe.md
@@ -44,7 +44,8 @@ | 12:00 | [Community Retrospective - Part 2](sessions/community-retrospective.md) | | 12:45 | Lunch & Networking | | 14:00 | Gertty, console-based interface to the Gerrit Code Review system | -| 15:00 | End-to-End Git/Gerrit testing with Gatling | +| 14:45 | End-to-End Git/Gerrit testing with Gatling | +| 15:30 | [Dependency Visualization with Gerrit](sessions/dependency-visualization.md) | | 16:00 | Break & Networking | | 16:15 | Wrap-up and proposals for future Summits | | 17:00 | End of the Gerrit User Summit |
diff --git a/sessions/dependency-visualization.md b/sessions/dependency-visualization.md new file mode 100644 index 0000000..4c50c6f --- /dev/null +++ b/sessions/dependency-visualization.md
@@ -0,0 +1,14 @@ +# Dependency visualization for code review + +Could visualizing changes improve your patchset quality and review time? + +Softagram's automated Impact Report presents patchsets' new, removed, and +changed files and dependencies in an easy-to-understand graphical format, +along with insights into hidden dependencies (co-changed files based on +git history) and architectural violations. + +In this short showcase, we will present our new approach, and discuss how +visuals and transparency would improve architectural quality and make code +reviewers' lives easier. + +*[Michael Watkins, Softagram](../speakers.md#mwatkins) (Summit in Europe)*
diff --git a/speakers.md b/speakers.md index be88bb1..465586a 100644 --- a/speakers.md +++ b/speakers.md
@@ -53,3 +53,16 @@ who develops Gerrit core and maintains the Gerrit infrastructure at Google. She is passionate about code health and wants to bring a good developer experience to everyone. + + +### Michael Watkins - Softagram {#mwatkins} + +Michael joined Softagram as a backend developer in the beginning of 2019, +helping to reinforce the small team of developers in their new approach to +code review and source code visualization. Shortly after joining the company, +he began working on integrating Softagram's impact reports into the Gerrit +workflow. Although he had no prior experience with Gerrit, Michael quickly +learned some of the ins and outs, and is on his way to becoming a Gerrit +expert. Besides sharing Softagram's simplified approach to code review at +the Gerrit User Summit in Sweden, Michael is looking forward to participating +as an attendee and continuing to build on his Gerrit Code Review knowledge.