2024.08.1
github-actions
released this
21 Aug 18:31
·
427 commits
to main
since this release
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
- chore(deps): bump sentry-sdk from 2.11.0 to 2.12.0 by @dependabot in #2258
- chore(deps-dev): bump cypress from 13.13.1 to 13.13.2 in /tests/cypress by @dependabot in #2259
- Refactor:
PaymentProcessor
toTransitProcessor
by @thekaveman in #2262 - chore(deps): bump mkdocs-material from 9.5.30 to 9.5.31 by @dependabot in #2273
- chore(pre-commit): autoupdate hooks by @pre-commit-ci in #2274
- Refactor:
AuthProvider
toClaimsProvider
by @angela-tran in #2256 - Roadmap update by @indexing in #2275
- Refactor: rename
EligibilityVerifier
eligibility fields by @thekaveman in #2272 - Fix: Eligibility Confirm - Unnest explanatory-text-wrapper div by @machikoyasuda in #2277
- chore(deps): bump django from 5.0.7 to 5.0.8 by @dependabot in #2279
- chore(deps): bump django-google-sso from 6.2.1 to 6.3.0 by @dependabot in #2257
- Chore: update documentation and issue template due to tag-based releases by @lalver1 in #2270
- Fix: Elig Index - Wrap explanatory text in centered row by @machikoyasuda in #2289
- Refactor:
TransitAgency
Eligibility API fields by @thekaveman in #2280 - chore(deps): bump django-admin-sortable2 from 2.2.1 to 2.2.2 by @dependabot in #2296
- Chore: associate .pages files with yaml by @lalver1 in #2298
- Refactor: move IdG config to EligibilityVerifier by @lalver1 in #2291
- Refactor: rename
EligibilityVerifier
toEnrollmentFlow
by @thekaveman in #2293 - chore(deps): bump django from 5.0.8 to 5.1 by @dependabot in #2292
- Feat: introduce separate app for in-person eligibility / enrollment by @angela-tran in #2300
- Hide native Django login fields by @machikoyasuda in #2304
- Create medicare-cardholders use case by @indexing in #2306
- Refactor: move EligibilityType fields to EnrollmentFlow by @lalver1 in #2299
- Adding Medicare cardholders by @indexing in #2253
- Feat: transit agency user group by @angela-tran in #2307
- Fix: getting a group's transit agency by @angela-tran in #2309
- Refactor: centralize management of Django routes by @thekaveman in #2308
Full Changelog: 2024.07.2...2024.08.1
Release process issue: #2310