From ae474d6a77b7e68566b2809ade09a2e1c2125fb9 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 7 Dec 2023 23:40:25 +0000 Subject: [PATCH 01/11] docs: supported enrollment pathways --- docs/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/README.md b/docs/README.md index 19c49f989..efd87e6c2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,6 +18,24 @@ The development of this publicly-accessible client is being managed by Caltrans' The application is accessible to the public at [benefits.calitp.org](https://benefits.calitp.org). +## Adoption + +### Supported enrollment pathways + +| Enrollment pathway | API | Status | Launch year | +| ----------------------------------------- | ------------------------ | ------ | ----------- | +| **Older adults** | Login.gov | Live | 2022 | +| **Agency cards** | Eligibility Server | Live | 2022 | +| **Veterans via Veteran Confirmation API** | Veteran Confirmation API | Live | 2023 | + +### Adoption by transit agencies + +| Transit agency | Older adults | Agency card | Veterans | Launch year | +| ---------------------------------------- | ------------ | ------------------------ | -------- | ----------- | +| **Monterey-Salinas Transit** | Live | Live | Live | 2022 | +| **Santa Barbara MTD** | Live | In production validation |   | 2023 | +| **Sacramento Regional Transit District** | In test |   |   |   | + ## Technical details `benefits` is a [Django 4][django] web application. The application talks to one or more [Eligibility Verification APIs](https://docs.calitp.org/eligibility-api/specification) or authentication providers. These APIs and the application are From 0bedc537f6353e15848bbe5d6b5018fced7c6693 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 7 Dec 2023 23:44:16 +0000 Subject: [PATCH 02/11] docs: supported enrollment pathways --- docs/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index efd87e6c2..3730e656a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,14 +20,6 @@ The application is accessible to the public at [benefits.calitp.org](https://ben ## Adoption -### Supported enrollment pathways - -| Enrollment pathway | API | Status | Launch year | -| ----------------------------------------- | ------------------------ | ------ | ----------- | -| **Older adults** | Login.gov | Live | 2022 | -| **Agency cards** | Eligibility Server | Live | 2022 | -| **Veterans via Veteran Confirmation API** | Veteran Confirmation API | Live | 2023 | - ### Adoption by transit agencies | Transit agency | Older adults | Agency card | Veterans | Launch year | @@ -36,6 +28,14 @@ The application is accessible to the public at [benefits.calitp.org](https://ben | **Santa Barbara MTD** | Live | In production validation |   | 2023 | | **Sacramento Regional Transit District** | In test |   |   |   | +### Supported enrollment pathways + +| Enrollment pathway | API | Status | Launch year | +| ------------------ | ------------------------ | ------ | ----------- | +| **Older adults** | Login.gov | Live | 2022 | +| **Agency cards** | Eligibility Server | Live | 2022 | +| **Veterans** | Veteran Confirmation API | Live | 2023 | + ## Technical details `benefits` is a [Django 4][django] web application. The application talks to one or more [Eligibility Verification APIs](https://docs.calitp.org/eligibility-api/specification) or authentication providers. These APIs and the application are From 6d39bd0db73143cd2ffc287e612d9021d0570683 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Mon, 11 Dec 2023 19:56:47 +0000 Subject: [PATCH 03/11] docs: remove college, rename Enrollment Pathways --- docs/.pages | 2 +- .../README.md | 6 ++-- .../agency-cards.md | 0 .../img/senior-success.gif | Bin .../seniors.md | 0 .../veterans.md} | 28 +++++++-------- docs/use-cases/college.md | 34 ------------------ 7 files changed, 18 insertions(+), 52 deletions(-) rename docs/{use-cases => enrollment-pathways}/README.md (78%) rename docs/{use-cases => enrollment-pathways}/agency-cards.md (100%) rename docs/{use-cases => enrollment-pathways}/img/senior-success.gif (100%) rename docs/{use-cases => enrollment-pathways}/seniors.md (100%) rename docs/{use-cases/Veterans.md => enrollment-pathways/veterans.md} (71%) delete mode 100644 docs/use-cases/college.md diff --git a/docs/.pages b/docs/.pages index 0dc50f68f..587faad61 100644 --- a/docs/.pages +++ b/docs/.pages @@ -1,7 +1,7 @@ nav: - Home: - README.md - - use-cases + - enrollment-pathways - getting-started - product-and-design - development diff --git a/docs/use-cases/README.md b/docs/enrollment-pathways/README.md similarity index 78% rename from docs/use-cases/README.md rename to docs/enrollment-pathways/README.md index 5ef4375cb..a0464a970 100644 --- a/docs/use-cases/README.md +++ b/docs/enrollment-pathways/README.md @@ -2,15 +2,15 @@ title: Introduction --- -# Use cases +# Enrollment pathways -This section describes in more detail some of the use cases with current or planned support in the Benefits application. +This section describes in more detail some of the different enrollment pathways with current or planned support in the Benefits application. ## Current work We do sprint planning and track day-to-day work on our [Project Board][board]. -See our [Milestones][milestones] for current work tracked against specific features and use cases. +See our [Milestones][milestones] for current work tracked against specific features and different enrollment pathways. ## Product roadmap diff --git a/docs/use-cases/agency-cards.md b/docs/enrollment-pathways/agency-cards.md similarity index 100% rename from docs/use-cases/agency-cards.md rename to docs/enrollment-pathways/agency-cards.md diff --git a/docs/use-cases/img/senior-success.gif b/docs/enrollment-pathways/img/senior-success.gif similarity index 100% rename from docs/use-cases/img/senior-success.gif rename to docs/enrollment-pathways/img/senior-success.gif diff --git a/docs/use-cases/seniors.md b/docs/enrollment-pathways/seniors.md similarity index 100% rename from docs/use-cases/seniors.md rename to docs/enrollment-pathways/seniors.md diff --git a/docs/use-cases/Veterans.md b/docs/enrollment-pathways/veterans.md similarity index 71% rename from docs/use-cases/Veterans.md rename to docs/enrollment-pathways/veterans.md index 658d3e9e3..7c4af98a5 100644 --- a/docs/use-cases/Veterans.md +++ b/docs/enrollment-pathways/veterans.md @@ -1,4 +1,4 @@ -# Veterans enrollment pathway +# Veterans ## Overview @@ -59,27 +59,27 @@ Littlepay-->>Benefits: payment method enrollment confirmation ## Alternative flows -* If the transit rider does not have a desktop computer, they can open the web application at [benefits.calitp.org](https://benefits.calitp.org) in a mobile browser on their iOS or Android tablet or mobile device to complete enrollment using the basic flow. -* Suppose the transit rider cannot authenticate with [Login.gov](https://Login.gov), or will not create an account. In either case, the app cannot determine their veteran status and, thus, cannot enroll their contactless debit or credit card for a reduced fare. -* If [VA.gov](http://VA.gov) determines the person does not meet the definition of a veteran (IdG returns a veteran status of FALSE), the Cal-ITP Benefits app will not allow the transit rider to enroll their contactless debit or credit card for a reduced fare. -* If the debit or credit card expires or is canceled by the issuer, the transit rider must repeat the basic flow to register a new debit or credit card. -* If the transit rider uses more than one debit or credit card to pay for transit, they repeat the basic flow for each card. +- If the transit rider does not have a desktop computer, they can open the web application at [benefits.calitp.org](https://benefits.calitp.org) in a mobile browser on their iOS or Android tablet or mobile device to complete enrollment using the basic flow. +- Suppose the transit rider cannot authenticate with [Login.gov](https://Login.gov), or will not create an account. In either case, the app cannot determine their veteran status and, thus, cannot enroll their contactless debit or credit card for a reduced fare. +- If [VA.gov](http://VA.gov) determines the person does not meet the definition of a veteran (IdG returns a veteran status of FALSE), the Cal-ITP Benefits app will not allow the transit rider to enroll their contactless debit or credit card for a reduced fare. +- If the debit or credit card expires or is canceled by the issuer, the transit rider must repeat the basic flow to register a new debit or credit card. +- If the transit rider uses more than one debit or credit card to pay for transit, they repeat the basic flow for each card. ## Postcondition -The transit rider receives a fare reduction each time they use the debit or credit card they registered to pay for transit rides. The number of times they can use the card to pay for transit is unlimited and the benefit never expires.  +The transit rider receives a fare reduction each time they use the debit or credit card they registered to pay for transit rides. The number of times they can use the card to pay for transit is unlimited and the benefit never expires. ## Benefits -* The transit rider no longer needs cash to pay for transit rides. -* The transit rider doesn’t have to lock up funds on a closed-loop card offered by the transit provider. -* The transit rider pays for transit rides with their debit or credit card, just as they pay for any other good or service that accepts contactless payment. -* The transit rider can enroll in a transit benefit from home when convenient; they do not have to visit a transit provider in person. -* Secure state and federal solutions manage the transit rider’s personal identifiable information (PII): [Login.gov](https://Login.gov) and the California Department of Technology Identity Gateway (IdG). Transit riders do not have to share personal information with local transit agencies. -* Benefits enrollment takes minutes rather than days or weeks. +- The transit rider no longer needs cash to pay for transit rides. +- The transit rider doesn’t have to lock up funds on a closed-loop card offered by the transit provider. +- The transit rider pays for transit rides with their debit or credit card, just as they pay for any other good or service that accepts contactless payment. +- The transit rider can enroll in a transit benefit from home when convenient; they do not have to visit a transit provider in person. +- Secure state and federal solutions manage the transit rider’s personal identifiable information (PII): [Login.gov](https://Login.gov) and the California Department of Technology Identity Gateway (IdG). Transit riders do not have to share personal information with local transit agencies. +- Benefits enrollment takes minutes rather than days or weeks. ## Example scenario -A veteran in California uses public transit regularly. They don’t have a car and depend on buses to get to appointments and do errands that take too long to use their bicycle. They receive a 50% fare reduction for being a US veteran but have to pay for transit rides using the closed loop card provided by the agency to receive the reduced fare. It’s frustrating and inconvenient to reload this agency card in $10 payments every week, especially because they sometimes need the money tied up on the card to pay for groceries and medication.  +A veteran in California uses public transit regularly. They don’t have a car and depend on buses to get to appointments and do errands that take too long to use their bicycle. They receive a 50% fare reduction for being a US veteran but have to pay for transit rides using the closed loop card provided by the agency to receive the reduced fare. It’s frustrating and inconvenient to reload this agency card in $10 payments every week, especially because they sometimes need the money tied up on the card to pay for groceries and medication. The transit provider serving their part of California implements contactless payments on fixed bus routes throughout the service area. This rider uses [benefits.calitp.org](https://benefits.calitp.org) to confirm their veteran status and register their debit card for reduced fares. They tap to pay when boarding buses in their area and are automatically charged the reduced fare. They no longer need to carry one card to pay for transit and another for other purchases. Best of all, they have complete access to all funds in their weekly budget. If food and medication costs are higher one week, they can allocate additional funds to those areas and ride transit less. diff --git a/docs/use-cases/college.md b/docs/use-cases/college.md deleted file mode 100644 index c66564322..000000000 --- a/docs/use-cases/college.md +++ /dev/null @@ -1,34 +0,0 @@ -# College Discount - -We have another potential transit discount use case, which is for students/faculty/staff from the Monterey-Salinas Transit (MST) area. We will be taking [the existing program](https://mst.org/fares/overview/) where students from certain schools ride free, expanding it to faculty and staff in some cases, and allowing those riders to enroll their contactless bank (credit/debit) cards for half-price (50%) discounts during fall and winter breaks. - -## Prototype - -Here's a clickable prototype showing the planned flow, having users enroll via their college's single sign-on (SSO) system: - - - -## Process - -Here's what will happen behind the scenes in a success flow: - -```mermaid -sequenceDiagram - actor rider - participant Benefits as Benefits app - participant IdG as Identity Gateway - participant SSO - participant Littlepay - - rider->>Benefits: visits site - Benefits-->>IdG: redirected to sign in - IdG-->>SSO: redirected to sign in - rider->>SSO: enters credentials - SSO-->>IdG: user attributes - IdG-->>Benefits: user attributes - Benefits-->>Littlepay: enrollment start - rider->>Littlepay: enters payment card details - Littlepay-->>Benefits: enrollment complete -``` - -The plan is to determine whether the rider is eligible via SAML attributes and/or membership in a group on the college side. From c467d4b8d66be4b579ddb85ec167111866538232 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Mon, 11 Dec 2023 20:45:38 +0000 Subject: [PATCH 04/11] docs: rename seniors to older adults --- docs/enrollment-pathways/{seniors.md => older-adults.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/enrollment-pathways/{seniors.md => older-adults.md} (91%) diff --git a/docs/enrollment-pathways/seniors.md b/docs/enrollment-pathways/older-adults.md similarity index 91% rename from docs/enrollment-pathways/seniors.md rename to docs/enrollment-pathways/older-adults.md index 8081f7f52..6d5155fd6 100644 --- a/docs/enrollment-pathways/seniors.md +++ b/docs/enrollment-pathways/older-adults.md @@ -1,4 +1,4 @@ -# Seniors +# Older adults One Benefits application use case is for riders age 65 years and older. The Benefits application verifies the person's age to confirm eligibility and allows those eligible to enroll their contactless payment card for their transit benefit. @@ -6,7 +6,7 @@ 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 seniors confirm eligibility via Login.gov and enroll via LittlePay: +Here's a GIF 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" } From bfb7aa166d22de90f0f6a4d6879fe64291a89269 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Mon, 11 Dec 2023 20:47:31 +0000 Subject: [PATCH 05/11] docs: add links to apis --- docs/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3730e656a..a41abaeb8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,8 +18,6 @@ The development of this publicly-accessible client is being managed by Caltrans' The application is accessible to the public at [benefits.calitp.org](https://benefits.calitp.org). -## Adoption - ### Adoption by transit agencies | Transit agency | Older adults | Agency card | Veterans | Launch year | @@ -30,11 +28,11 @@ The application is accessible to the public at [benefits.calitp.org](https://ben ### Supported enrollment pathways -| Enrollment pathway | API | Status | Launch year | -| ------------------ | ------------------------ | ------ | ----------- | -| **Older adults** | Login.gov | Live | 2022 | -| **Agency cards** | Eligibility Server | Live | 2022 | -| **Veterans** | Veteran Confirmation API | Live | 2023 | +| Enrollment pathway | API | Status | Launch year | +| ------------------ | ------------------------------------------------------------------------------------- | ------ | ----------- | +| **Older adults** | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | 2022 | +| **Agency cards** | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | 2022 | +| **Veterans** | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | 2023 | ## Technical details From 4d8445640ebf74484e38777cc8484b3075209bb4 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Mon, 11 Dec 2023 20:53:27 +0000 Subject: [PATCH 06/11] docs: add links --- docs/README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index a41abaeb8..4cde1693a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,6 +20,8 @@ The application is accessible to the public at [benefits.calitp.org](https://ben ### Adoption by transit agencies +The following California transit agencies have launched Cal-ITP Benefits for their riders, with the following enrollment pathway options: + | Transit agency | Older adults | Agency card | Veterans | Launch year | | ---------------------------------------- | ------------ | ------------------------ | -------- | ----------- | | **Monterey-Salinas Transit** | Live | Live | Live | 2022 | @@ -28,11 +30,15 @@ The application is accessible to the public at [benefits.calitp.org](https://ben ### Supported enrollment pathways -| Enrollment pathway | API | Status | Launch year | -| ------------------ | ------------------------------------------------------------------------------------- | ------ | ----------- | -| **Older adults** | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | 2022 | -| **Agency cards** | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | 2022 | -| **Veterans** | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | 2023 | +The Cal-ITP Benefits app supports the following enrollment pathways that uses the corresponding eligibility verification methods: + +| Enrollment pathway | Eligibility verification | Status | Launch year | +| -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | ----------- | +| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | 2022 | +| [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | 2022 | +| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | 2023 | + +Read more about each [enrollment pathway](/benefits/enrollment-pathways/). ## Technical details From 810bc3f5af82d01cd5ec65f4d4010572149ddfcf Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 13 Dec 2023 19:43:38 +0000 Subject: [PATCH 07/11] docs(readme): add links, months --- docs/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4cde1693a..2c105852c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,21 +22,21 @@ The application is accessible to the public at [benefits.calitp.org](https://ben The following California transit agencies have launched Cal-ITP Benefits for their riders, with the following enrollment pathway options: -| Transit agency | Older adults | Agency card | Veterans | Launch year | -| ---------------------------------------- | ------------ | ------------------------ | -------- | ----------- | -| **Monterey-Salinas Transit** | Live | Live | Live | 2022 | -| **Santa Barbara MTD** | Live | In production validation |   | 2023 | -| **Sacramento Regional Transit District** | In test |   |   |   | +| Transit agency | Older adults | Agency card | Veterans | Initial agency launch | +| ----------------------------------------------- | ------------ | ----------- | -------- | --------------------- | +| **Monterey-Salinas Transit** | Live | Live | Live | 5/2021 | +| **Santa Barbara Metropolitan Transit District** | Live | In test |   | 10/2023 | +| **Sacramento Regional Transit District** | In test |   |   |   | ### Supported enrollment pathways The Cal-ITP Benefits app supports the following enrollment pathways that uses the corresponding eligibility verification methods: -| Enrollment pathway | Eligibility verification | Status | Launch year | -| -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | ----------- | -| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | 2022 | -| [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | 2022 | -| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | 2023 | +| Enrollment pathway | Eligibility verification | Status | Launch | +| -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- | +| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [8/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) | +| [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | [11/2022](https://github.com/cal-itp/benefits/releases/tag/2022.11.1) | +| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [9/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) | Read more about each [enrollment pathway](/benefits/enrollment-pathways/). From 62e1b8f76a43946b68905a5fe357623efb94e6f5 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 13 Dec 2023 23:21:01 +0000 Subject: [PATCH 08/11] fix: typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2c105852c..0a1d2dd9a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,7 +30,7 @@ The following California transit agencies have launched Cal-ITP Benefits for the ### Supported enrollment pathways -The Cal-ITP Benefits app supports the following enrollment pathways that uses the corresponding eligibility verification methods: +The Cal-ITP Benefits app supports the following enrollment pathways that use the corresponding eligibility verification methods: | Enrollment pathway | Eligibility verification | Status | Launch | | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- | From d1281e88476c816d90f805f65eb0d67ec44ff11c Mon Sep 17 00:00:00 2001 From: machiko Date: Wed, 13 Dec 2023 19:26:32 -0800 Subject: [PATCH 09/11] Update docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0a1d2dd9a..115de838e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ The following California transit agencies have launched Cal-ITP Benefits for the | Transit agency | Older adults | Agency card | Veterans | Initial agency launch | | ----------------------------------------------- | ------------ | ----------- | -------- | --------------------- | -| **Monterey-Salinas Transit** | Live | Live | Live | 5/2021 | +| **Monterey-Salinas Transit** | Live | Live | Live | 05/2021 | | **Santa Barbara Metropolitan Transit District** | Live | In test |   | 10/2023 | | **Sacramento Regional Transit District** | In test |   |   |   | From 4468bafce04f37baaab2b020ab184959854a428d Mon Sep 17 00:00:00 2001 From: machiko Date: Wed, 13 Dec 2023 19:26:58 -0800 Subject: [PATCH 10/11] Update docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 115de838e..c598cf4e2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,7 +34,7 @@ The Cal-ITP Benefits app supports the following enrollment pathways that use the | Enrollment pathway | Eligibility verification | Status | Launch | | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- | -| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [8/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) | +| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [08/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) | | [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | [11/2022](https://github.com/cal-itp/benefits/releases/tag/2022.11.1) | | [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [9/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) | From 7b9d26a17e2019b8a4e67dd1cbcbd8007c49dc26 Mon Sep 17 00:00:00 2001 From: machiko Date: Wed, 13 Dec 2023 19:27:29 -0800 Subject: [PATCH 11/11] Update docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index c598cf4e2..546679e8c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ The Cal-ITP Benefits app supports the following enrollment pathways that use the | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- | | [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [08/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) | | [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | [11/2022](https://github.com/cal-itp/benefits/releases/tag/2022.11.1) | -| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [9/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) | +| [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [09/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) | Read more about each [enrollment pathway](/benefits/enrollment-pathways/).