Skip to content

Commit

Permalink
Docs: Add YouTube videos for enrollment pathways (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Mar 5, 2024
2 parents a90868a + c9adcba commit 6aa03f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/enrollment-pathways/agency-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ _Agency Cards_ is a generic term for reduced fare programs offered by Transit Pr
Agency cards are different from our other use cases in that eligibility verification happens on the agency side (offline) rather
than through the Benefits app, and the Benefits app then checks for a valid Agency Card via an [Eligibility API call](https://docs.calitp.org/eligibility-api/specification/).

## Demonstration

Here's a video showing what the flow looks like, having agency cardholders confirm eligibility via the Eligibility Server and enroll via Littlepay:

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/_iOb19cLg30?si=G-4-CiNd88_vp0dj&amp;controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Architecture

In order to support an Agency Cards deployment, the Transit Provider produces a list of eligible users
Expand Down
Binary file removed docs/enrollment-pathways/img/senior-success.gif
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/enrollment-pathways/older-adults.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Currently, the app uses [Login.gov's Identity Assurance Level 2 (IAL2)](https://

## Demonstration

Here's a GIF showing what the flow looks like, having older adults confirm eligibility via Login.gov and enroll via LittlePay:
Here's a video showing what the flow looks like, having older adults confirm eligibility via Login.gov and enroll via Littlepay:

![Demonstration of the sign-up process for a senior confirming eligibility via Login.gov and enrolling via Littlepay](img/senior-success.gif){ width="350" }
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/vAJ_3lTeWJU?si=FCQX51zX_aaL556_&amp;controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Process

Expand Down
6 changes: 6 additions & 0 deletions docs/enrollment-pathways/veterans.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This use case describes a feature in the [Cal-ITP Benefits app](https://benefits

**Precondition:** The California transit provider delivering fixed route service has installed and tested validator hardware necessary to collect fares using contactless payment on bus or rail lines, and the provider has a policy to offer a transit discount for US veterans.

## Demonstration

Here's a video showing what the flow looks like, having veterans confirm eligibility via Login.gov and enroll via Littlepay:

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/BJOpJ9fZe98?si=IuvJqqkSESRWM_md&amp;controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Basic flow

```mermaid
Expand Down

0 comments on commit 6aa03f2

Please sign in to comment.