You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to undertake a similar effort to refactor an ApiVerificationRequest model out of EnrollmentFlow. This is part of our longer-term effort to decompose the Benefits app into smaller, more re-usable pieces.
The new model should capture the following fields from EnrollmentFlow:
Eligibility API configuration from EnrollmentFlow is moved to its own model class
EnrollmentFlow maintains a reference to the new model
A data migration maintains existing data
Updated permissions to match existing EnrollmentFlow permissions for these fields
The text was updated successfully, but these errors were encountered:
thekaveman
added
back-end
Django views, sessions, middleware, models, migrations etc.
chore
Chores and tasks for code cleanup, dev experience, etc.
labels
Mar 21, 2025
Once #2721 is complete, we'll have refactored all of the claims verification related fields out of the
EnrollmentFlow
model (usingClaimsVerificationRequest
incdt_identity
instead).We want to undertake a similar effort to refactor an
ApiVerificationRequest
model out ofEnrollmentFlow
. This is part of our longer-term effort to decompose the Benefits app into smaller, more re-usable pieces.The new model should capture the following fields from
EnrollmentFlow
:Then it should be referenced back on
EnrollmentFlow
as an (optional) foreign key field:Acceptance Criteria
EnrollmentFlow
is moved to its own model classEnrollmentFlow
maintains a reference to the new modelEnrollmentFlow
permissions for these fieldsThe text was updated successfully, but these errors were encountered: