Skip to content

Commit

Permalink
Docs: add note about Compiler to both READMEs (#2457)
Browse files Browse the repository at this point in the history
The wording works for me. 👍
  • Loading branch information
indexing authored Oct 15, 2024
2 parents 717d232 + fe996de commit 3abb498
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Benefits

![Cal-ITP Benefits - Landing - Laptop+Mobile](https://github.com/cal-itp/benefits/assets/6279581/3f5c558b-ad45-49cd-bb51-b230c625837b)

<a href="https://benefits.calitp.org" target="_blank">Cal-ITP Benefits</a> is a web application that enables digital eligibility verification and enrollment for transit benefits onto transit riders’ existing contactless debit and credit cards.

Benefits is open-source software that is designed, developed, and maintained by <a href="https://compiler.la/" target="_blank">Compiler LLC</a> on behalf of Caltrans, Cal-ITP, and our agency partners.

View the technical documentation online: <https://docs.calitp.org/benefits>

## License
Expand Down
24 changes: 13 additions & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,29 @@ The development of this publicly-accessible client is being managed by Caltrans'
>
> We worked with state partners on this product launch, and next we're working to bring youth, lower-income riders, veterans, people with disabilities, and others the same instant access to free or reduced fares across all California transit providers, without having to prove eligibility to each agency.
Benefits is open-source software that is designed, developed, and maintained by <a href="https://compiler.la/" target="_blank">Compiler LLC</a> on behalf of Caltrans, Cal-ITP, and our agency partners.

## 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 | Low-income | Initial agency launch |
| ----------------------------------------------- | ------------ | ----------- | -------- | -- |--------------------- |
| **Monterey-Salinas Transit** | Live | Live | Live | |12/2021 |
| **Santa Barbara Metropolitan Transit District** | Live | Live |   | |10/2023 |
| **Sacramento Regional Transit District** | In test |   |   | |  |
| ----------------------------------------------- | ------------ | ----------- | -------- | ---------- | --------------------- |
| **Monterey-Salinas Transit** | Live | Live | Live | | 12/2021 |
| **Santa Barbara Metropolitan Transit District** | Live | Live |   | | 10/2023 |
| **Sacramento Regional Transit District** | In test |   |   | |   |

## Supported enrollment pathways

The Cal-ITP Benefits app supports the following enrollment pathways that use the corresponding eligibility verification methods:

| Enrollment pathway | Eligibility verification | Status | Launch |
| ---------------------------------------------------------------------------------| ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- |
| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov ID Proofed](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 | [09/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) |
| [**Low-income**](/benefits/enrollment-pathways/low-income) | CalFresh Confirm API | Code complete | [07/2024](https://github.com/cal-itp/benefits/releases/tag/2024.07.1) |
| [**Medicare cardholders**](/benefits/enrollment-pathways/medicare-cardholders) | [Blue Button API](https://bluebutton.cms.gov/developers/#overview) | Code complete | [09/2024](https://github.com/cal-itp/benefits/releases/tag/2024.09.3) |
| Enrollment pathway | Eligibility verification | Status | Launch |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | ------------- | --------------------------------------------------------------------- |
| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov ID Proofed](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 | [09/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) |
| [**Low-income**](/benefits/enrollment-pathways/low-income) | CalFresh Confirm API | Code complete | [07/2024](https://github.com/cal-itp/benefits/releases/tag/2024.07.1) |
| [**Medicare cardholders**](/benefits/enrollment-pathways/medicare-cardholders) | [Blue Button API](https://bluebutton.cms.gov/developers/#overview) | Code complete | [09/2024](https://github.com/cal-itp/benefits/releases/tag/2024.09.3) |

Read more about each [enrollment pathway](/benefits/enrollment-pathways/).

Expand Down

0 comments on commit 3abb498

Please sign in to comment.