Skip to content

Commit

Permalink
Added G1 option top G2-1 Outcome result
Browse files Browse the repository at this point in the history
  • Loading branch information
jkisioh committed Jul 22, 2024
1 parent 545810b commit 647fc26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/source/forms/1699353915355.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3261,9 +3261,10 @@
"fn": {
"fnColor": {
"G2 Durable toilet with safe containment": "#93D371",
"G0 Toilet NOT durable or with unsafe containment": "#FD3F31"
"G0 Toilet NOT durable or with unsafe containment": "#FD3F31",
"G1 Toilet NOT used, NOT durable or inadequate containment":"#FDC74B"
},
"fnString": "#o_r_individual_use_of_own_hh_toilet#.includes(\"G2\") && #o_r_durable_toilet#.includes(\"G2\") && #o_r_toilet_with_safe_containment#.includes(\"G2\") ? \"G2 Durable toilet with safe containment\" : \"G0 Toilet NOT durable or with unsafe containment\"",
"fnString": "#o_r_individual_use_of_own_hh_toilet#.includes(\"G2\") && #o_r_durable_toilet#.includes(\"G2\") && #o_r_toilet_with_safe_containment#.includes(\"G2\") ? \"G2 Durable toilet with safe containment\" : #o_r_individual_use_of_own_hh_toilet#.includes(\"G0\") && #o_r_durable_toilet#.includes(\"G0\") && #o_r_toilet_with_safe_containment#.includes(\"G0\") ? \"G0 Toilet NOT durable or with unsafe containment\": \"G1 Toilet NOT used, NOT durable or inadequate containment\"",
"multiline": false
}
},
Expand Down

0 comments on commit 647fc26

Please sign in to comment.