From 9ac6b43c294eb8946dcf9805e1f34b47204f0905 Mon Sep 17 00:00:00 2001 From: Benjamin Chait <3802865+benjaminchait@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:40:59 -0500 Subject: [PATCH 1/5] Create product-demo-recordings.md --- _articles/product-demo-recordings.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _articles/product-demo-recordings.md diff --git a/_articles/product-demo-recordings.md b/_articles/product-demo-recordings.md new file mode 100644 index 00000000..bf801501 --- /dev/null +++ b/_articles/product-demo-recordings.md @@ -0,0 +1,21 @@ +--- +title: "Product Demo Recordings" +layout: article +category: "Product" +description: "Creating a simple product demo with a mobile device" +redirect_from: +--- + +This article describes a few simple tips and tricks for creating a product demo with a mobile device. + +#### Setup + +* On an iPhone or other iOS device, you may need to change your settings to enable screen recordings. Apple provides [instructions on how to do so in their knowledge base](https://support.apple.com/en-us/HT207935). +* You may want to create an Apple Note to act as a "title slide." This might be a good way to introduce the demo, and provide future viewers with context about what they're about to see. +* You may want to use a non-production environment such as [dev](https://dev-identity-oidc-sinatra.app.cloud.gov/), especially if your recording would involve identity information (PII). +* For identity-related demos, you may want to have a user authenticated and ready-to-go before you start recording. (eg. Don't start by creating an account unless that's what your demo is meant to showcase.) + +#### Other tips + +* As a demo recording, viewers may not be as familiar with Login.gov or the product features you're trying to showcase. It's helpful to set context, whenever possible. +* When creating a screen recording, you should describe what actions you're taking (eg. "I'm going to scroll" or "I'm going to tap 'Continue' now") so the audience can understand what is happening. From 1d064d9ff0baeeaea3b0e6d7984d4445fa8decbe Mon Sep 17 00:00:00 2001 From: Benjamin Chait <3802865+benjaminchait@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:43:09 -0500 Subject: [PATCH 2/5] Update product-demo-recordings.md --- _articles/product-demo-recordings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_articles/product-demo-recordings.md b/_articles/product-demo-recordings.md index bf801501..c0ee1911 100644 --- a/_articles/product-demo-recordings.md +++ b/_articles/product-demo-recordings.md @@ -19,3 +19,4 @@ This article describes a few simple tips and tricks for creating a product demo * As a demo recording, viewers may not be as familiar with Login.gov or the product features you're trying to showcase. It's helpful to set context, whenever possible. * When creating a screen recording, you should describe what actions you're taking (eg. "I'm going to scroll" or "I'm going to tap 'Continue' now") so the audience can understand what is happening. +* You can upload your recording from your iOS device to Google Drive. From there, you can embed it in a presentation or download it on your Mac workstation to use elsewhere. From e48754e42448d06db0f1716f1ee0585895c8c272 Mon Sep 17 00:00:00 2001 From: Benjamin Chait <3802865+benjaminchait@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:54:06 -0500 Subject: [PATCH 3/5] Update product-demo-recordings.md h/t @zachmargolis --- _articles/product-demo-recordings.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_articles/product-demo-recordings.md b/_articles/product-demo-recordings.md index c0ee1911..4c520ee4 100644 --- a/_articles/product-demo-recordings.md +++ b/_articles/product-demo-recordings.md @@ -3,7 +3,6 @@ title: "Product Demo Recordings" layout: article category: "Product" description: "Creating a simple product demo with a mobile device" -redirect_from: --- This article describes a few simple tips and tricks for creating a product demo with a mobile device. @@ -12,7 +11,7 @@ This article describes a few simple tips and tricks for creating a product demo * On an iPhone or other iOS device, you may need to change your settings to enable screen recordings. Apple provides [instructions on how to do so in their knowledge base](https://support.apple.com/en-us/HT207935). * You may want to create an Apple Note to act as a "title slide." This might be a good way to introduce the demo, and provide future viewers with context about what they're about to see. -* You may want to use a non-production environment such as [dev](https://dev-identity-oidc-sinatra.app.cloud.gov/), especially if your recording would involve identity information (PII). +* You may want to use a non-production environment such as [dev](https://idp.dev.identitysandbox.gov/) (or possibly the [OIDC dev sample app](https://dev-identity-oidc-sinatra.app.cloud.gov/)); especially if your recording would involve identity information (PII). * For identity-related demos, you may want to have a user authenticated and ready-to-go before you start recording. (eg. Don't start by creating an account unless that's what your demo is meant to showcase.) #### Other tips From 29f3bc944902ef890d66a3f57fa92516a7f980fe Mon Sep 17 00:00:00 2001 From: Benjamin Chait <3802865+benjaminchait@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:45:01 -0500 Subject: [PATCH 4/5] Update _articles/product-demo-recordings.md Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com> --- _articles/product-demo-recordings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/product-demo-recordings.md b/_articles/product-demo-recordings.md index 4c520ee4..99af421d 100644 --- a/_articles/product-demo-recordings.md +++ b/_articles/product-demo-recordings.md @@ -7,7 +7,7 @@ description: "Creating a simple product demo with a mobile device" This article describes a few simple tips and tricks for creating a product demo with a mobile device. -#### Setup +## Setup * On an iPhone or other iOS device, you may need to change your settings to enable screen recordings. Apple provides [instructions on how to do so in their knowledge base](https://support.apple.com/en-us/HT207935). * You may want to create an Apple Note to act as a "title slide." This might be a good way to introduce the demo, and provide future viewers with context about what they're about to see. From 2ba3587d6f453cfacc2f4462b7b56b2cf5b60720 Mon Sep 17 00:00:00 2001 From: Benjamin Chait <3802865+benjaminchait@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:45:06 -0500 Subject: [PATCH 5/5] Update _articles/product-demo-recordings.md Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com> --- _articles/product-demo-recordings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/product-demo-recordings.md b/_articles/product-demo-recordings.md index 99af421d..021d068a 100644 --- a/_articles/product-demo-recordings.md +++ b/_articles/product-demo-recordings.md @@ -14,7 +14,7 @@ This article describes a few simple tips and tricks for creating a product demo * You may want to use a non-production environment such as [dev](https://idp.dev.identitysandbox.gov/) (or possibly the [OIDC dev sample app](https://dev-identity-oidc-sinatra.app.cloud.gov/)); especially if your recording would involve identity information (PII). * For identity-related demos, you may want to have a user authenticated and ready-to-go before you start recording. (eg. Don't start by creating an account unless that's what your demo is meant to showcase.) -#### Other tips +## Other tips * As a demo recording, viewers may not be as familiar with Login.gov or the product features you're trying to showcase. It's helpful to set context, whenever possible. * When creating a screen recording, you should describe what actions you're taking (eg. "I'm going to scroll" or "I'm going to tap 'Continue' now") so the audience can understand what is happening.