Add a new session "New Checks UI" Change-Id: If4ad8db4c85aff9195ffcc139476c04373e723a2
diff --git a/schedule.md b/schedule.md index f787735..83ea3a4 100644 --- a/schedule.md +++ b/schedule.md
@@ -6,7 +6,7 @@ |-----------------------|-----------------------------------------------------------------------------------------| | 8:00 PST / 17:00 CET | Welcome to the Virtual User Summit - KeyNote introduction | | 8:10 PST / 17:10 CET | [What's new in Gerrit v3.4/v3.5](sessions/gerrit-3.4-3.5.md) | -| 8:40 PST / 17:40 CET | Session 1 - __available for proposals__ (may include 1 poll) | +| 8:40 PST / 17:40 CET | [Checks UI: A new versatile interface for all your CI results](sessions/checks-ui.md) | | 9:10 PST / 18:10 CET | [Submit Requirements: Waving goodbye to Prolog](sessions/submit-requirements.md) | | 9:40 PST / 18:40 CET | [Code Owners: Demo of the `code-owners` plugin](sessions/code-owners.md) | | 10:10 PST / 19:10 CET | [Using GitHub Actions with GerritHub](lightning-talks/gerrithub-and-github-actions.md) |
diff --git a/sessions/checks-ui.md b/sessions/checks-ui.md new file mode 100644 index 0000000..dd22065 --- /dev/null +++ b/sessions/checks-ui.md
@@ -0,0 +1,8 @@ +# New Checks UI + +Gerrit 3.5 includes a new JavaScript plugin API for showing check results on +the change page. We will quickly walk you through the new user interface and +explain how you can hook up your own CI systems with this new API. + +*[Delphine Carlson, Google](../speakers.md#delphinec)* +*[Ben Rohlfs, Google](../speakers.md#brohlfs)* \ No newline at end of file
diff --git a/speakers.md b/speakers.md index 9e6a12f..cef9891 100644 --- a/speakers.md +++ b/speakers.md
@@ -57,3 +57,23 @@ ### Ian Gauthier - Flywheel.io {#igauthier} Ian is a recent Master's graduate from [McGill University](https://www.mcgill.ca/), where he studied Software Engineering with a particular focus on Software Modelling and Software Repository Mining. Ian currently works at Flywheel.io. + +### Delphine Carlson - Google {#delphinec} + +Delphine is Gerrit UX Designer since mid-2019. +She is the designer behind Gerrit's new features: the attention set UI, the code +owners plugin, the Checks UI, the Submit requirement and multiple Comments +experience improvements. + +She loves collaborating with the Gerrit team and users to improve Gerrit's user +experience and help developers get their work done with ease. + +### Ben Rohlfs - Google {#brohlfs} + +Ben was the Gerrit frontend tech lead from 2019-2021 and is a maintainer since +2019. He loves working on web apps for delevopers and tries to make Gerrit users +happy and productive. + +His largest contributions to Gerrit so far were the Attention Set, the new +Checks API/UI (see lightning talks) and heading large infrastrucutre migrations +such as JavaScript->TypeScript and Polymer1->2->3->Lit.