Skip to content

Releases: cal-itp/benefits

2024.10.2

18 Oct 19:34
171064f
Compare
Choose a tag to compare

User-facing improvements

  • Fix visual bugs in enrollment flow
  • Light footer branding update

Internal

  • Initial templates for Nevada County Connects

Bug fixes

  • Multi-stage build for app image to fix issue with version calculation

What's Changed

Full Changelog: 2024.10.1...2024.10.2

Release process issue: #2464

2024.10.1

10 Oct 19:34
158e1b0
Compare
Choose a tag to compare

User-facing improvements (Admin)

  • Set page titles for agency-facing admin interface pages
  • Removed "Change password" link

Internal

  • Send analytics during in-person eligibility verification and enrollment
  • Improved contextual display of enrollment flow's transit agency
  • Added support for digital-only and in-person only flows
  • More analytics refactors

Bug fixes

  • Added missing help page section for Medicare enrollment pathway
  • Corrected a typo in Medicare copy
  • Fixed a bug with configuring CSP_FRAME_SRC

What's Changed

Full Changelog: 2024.09.3...2024.10.1

Release process issue: #2451

2024.09.3

26 Sep 19:16
861519e
Compare
Choose a tag to compare

This release of the Cal-ITP Benefits application expands eligibility verification and enrollment to Medicare cardholders. The Medicare enrollment pathway in the Cal-ITP Benefits application allows transit agencies in California to offer riders with a Medicare card a reduced fare when paying for transit using a contactless debit or credit card.

In addition, this release contains more progress on internal features for in-person eligibility verification and enrollment and on refactors related to analytics.

User-facing improvements

  • Medicare copy for Spanish which completes the Medicare enrollment pathway feature

Internal

  • Updated the admin log in and log out pages
  • Fixed the form validation messages for in-person eligibility
  • New pages (success and error templates) and styling for in-person eligibility verification and enrollment
  • Several analytics refactors
  • Added a feature to determine if an enrollment flow occurred in the digital or in-person application

What's Changed

Full Changelog: 2024.09.2...2024.09.3

Release process issue: #2411

2024.09.2

18 Sep 19:37
feb06d2
Compare
Choose a tag to compare

This release of the Cal-ITP Benefits application contains a needed dependency update (calitp-littlepay) as well as more progress on internal features for eligibility verification and enrollment and on the Medicare enrollment pathway.

User-facing improvements

  • Updated copy on enrollment success page for all flows

Internal

  • New pages available in the admin interface for in-person eligibility verification and enrollment
  • Agency dashboard in admin interface now supports linking to a transit processor portal
  • New model EnrollmentEvent to keep record of enrollments
  • Incremental changes towards adding Medicare enrollment pathway

What's Changed

Full Changelog: 2024.09.1...2024.09.2

Release process issue: #2374

2024.09.1

09 Sep 21:37
adf41b9
Compare
Choose a tag to compare

This release of the Cal-ITP Benefits application supports a new URL that will take the user directly into an agency card flow. It also includes new internal features that will be used for in-person eligibility verification and enrollment.

User-facing improvements

  • Supports a new URL that will take the user directly into an agency card flow

Internal

  • Incremental changes towards in-person eligibility verification and enrollment

What's Changed

Full Changelog: 2024.08.1...2024.09.1

Release process issue: #2342

2024.08.1

21 Aug 18:31
7664917
Compare
Choose a tag to compare

This release of the Cal-ITP Benefits application includes a user-facing improvement to spacing on the eligibility form and internal improvements to simplify app configuration and to work towards in-person eligibility verification and enrollment.

User-facing improvements

  • Fixed spacing of explanatory text on eligibility form

Internal

  • Refactor models to simplify configuration
  • Centralize management of Django routes
  • Documentation updates for tag-based releases
  • Incremental changes towards in-person eligibility verification and enrollment

What's Changed

Full Changelog: 2024.07.2...2024.08.1

Release process issue: #2310

2024.07.2

31 Jul 18:02
cd3b083
Compare
Choose a tag to compare

This release of the Cal-ITP Benefits application improves the admin interface and the OAuth error UX, implements tag-based deployment, and incorporates other small UX fixes.

User-facing improvements

  • Added the capability for Cal-ITP staff to view the application's existing configuration and edit specific values in the admin interface
  • If errors are generated during the authentication interaction with IdG, users are now given a meaningful error message
  • Added the capability for the Littlepay Hosted Card Tokenization overlay's language to match the language set in Benefits
    image

Bug fixes

  • Fixed the interaction between the modal and radio buttons in the Eligibility Index page

Internal

  • Created a new sample transit agency (CST) that is used for testing and demos
  • Cleaned up the TransitAgency model
  • Implemented tag-based deployments
  • Dependency updates to underlying packages

What's Changed

Full Changelog: 2024.07.1...2024.07.2

Release process issue: #2255

2024.07.1

03 Jul 17:42
1248105
Compare
Choose a tag to compare

This release of the Cal-ITP Benefits application expands eligibility verification to CalFresh Cardholders.

Read the Low-income use case on our documentation site for implementation details.

User-facing improvements

  • Similar to the pathways Older adults and Veterans use to verify their age via Login.gov and register their contactless debit or credit card for reduced fares when paying for transit, the Benefits application now offers online benefit enrollment for Low-income riders.
  • Note: this enrollment pathway is not currently enabled in production for any transit agency pending contracting with CDT/DSS.

Bug fixes

  • On the enrollment success page, changing languages now redirects the user to the correct page
  • Fixed a bug with OAuth provider registration

Internal

  • Created new Enrollment error state for users already enrolled, not expired yet / not within re-enrollment window
  • Added support for expiring enrollments
  • Consolidated Eligibility Start templates for older adult, veteran, and CalFresh cardholder into one Login.gov Eligibility Start template
  • Dependency updates to underlying packages

What's Changed

Full Changelog: 2024.06.1...2024.07.1

Release process issue: #2167

2024.06.1

24 Jun 21:54
4508f89
Compare
Choose a tag to compare

User-Facing Improvements

  • Additional copy and UX improvements for the Agency Card flows (MST Courtesy Card and SBMTD Reduced Fare Mobility ID)
  • Improved copy and UX for enrollment errors
  • Improved copy and UX for enrollment success

Bug fixes

  • Improve model validation for dynamic help page

Internal

  • Deploy Azure web app with GitHub Actions, improving environment stability
  • Checks to ensure data migration and language files are up to date
  • Improved data persistence in Azure
  • Refactored CDT IdG claims handling, added analytics
  • Dependency updates to underlying packages

What's Changed

Full Changelog: 2024.05.1...2024.06.1

Release process issue: #2145

2024.05.1

15 May 19:51
3281457
Compare
Choose a tag to compare

User-Facing Improvements

  • Improved copy and UX for the Agency Card flows (MST Courtesy Card and SBMTD Reduced Fare Mobility ID), adding clarity to the form fields and validation errors and better instructional copy in Eligibility and Enrollment phases
  • Improved copy for the generic application 500 error page
  • Implemented pages and copy for CalFresh / Low-income flow, currently disabled in production pending contracting with CDT/DSS

Bug fixes

  • Model fields that allow null in the database now also allow blank in the Admin screens
  • Fixed a link to the test coverage report on the docs website
  • Fixes to make the devcontainer runnable by users with Apple silicon

Internal

  • Implement UTM code support into analytics events in preparation for an upcoming campaign with TransitApp
  • Use a Mermaid chart instead of a static image for the Product Roadmap in the docs site
  • Added a human-readable label for AuthProvider instances in the Admin screens
  • Many dependency updates to underlying packages

What's Changed

New ...

Read more