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
As a student i need to be able to be assessed when my family is exactly 7 members
Acceptance Criteria
Add an option into the dmn for a family size of exactly 7 (change the greater then 7 to greater then or equal to 7)
Direct DMN table update to prod, staging, and test
Additional Context
Found that DMN does not have a family size of 7 option
DMN can be manually updated until full fix is in
Pushed this DMN fix immediately to prod while completing normal development process
The text was updated successfully, but these errors were encountered:
Joshua-Lakusta
changed the title
Copy of Family size that is exactly 7 is not represented in our DMN tables
Direct camunda update outside of release for Family size that is exactly 7 is not represented in our DMN tables
Jan 17, 2025
DMN dmnPartTimeAwardFamilySizeVariables(parttime-assessment-decisions.dmn) was updated directly in DEV, TEST, STAGING and PROD.
Process
Note As we could not find a way to update the dmn runtime directly in cluster, this alternate process was followed.
STEP 1: Import the DMN file from the latest release version tag into camunda web modeler.
STEP 2: Updated the condition for family size to >= 7 from > 7 in dmnPartTimeAwardFamilySizeVariables
STEP 3: Deployed the DMN from web modeler.
- [x] The above process was deployed to DEV and validated and then deployed to test.
- [x] After the approvals it was deployed to Staging and Prod by @bidyashish .
- [x] In staging and prod a project was created with `Deploy` and `Rollback` having dmn file with and without update respectively.
Post Deployment
Verified the production data(by @bidyashish ) to check how many applications had family size = 7. And found only one.
selectapplication.id,
application.application_number,
application."application_status",
assessment."student_assessment_status",
assessment.workflow_data->'calculatedData'->>'familySize'AS family_size
fromsims.applications application
inner joinsims.student_assessments assessment onapplication.current_assessment_id=assessment.idwhere
application."application_status" not in ('Overwritten', 'Cancelled')
andassessment.workflow_data->'calculatedData'->>'familySize'='7'
As a student i need to be able to be assessed when my family is exactly 7 members
Acceptance Criteria
Additional Context
Found that DMN does not have a family size of 7 option
DMN can be manually updated until full fix is in
Pushed this DMN fix immediately to prod while completing normal development process
The text was updated successfully, but these errors were encountered: