Browse Source
* update hard validation limits for pregnancy age, remove hard validation if there are no females at all * Add soft validations for pregnancy * make the error message consistent * Only check the values for the members with details known in the household * Show interruption screen when resident details are updated * Route back to check answers after an interruption screen and back to previous page if no is selected on the interruption screen Co-authored-by: baarkerlounger <baarkerlounger@users.noreply.github.com> * update validation messages * fix a test * fix a typo Co-authored-by: baarkerlounger <baarkerlounger@users.noreply.github.com>pull/619/head
11 changed files with 4209 additions and 1124 deletions
@ -0,0 +1,5 @@
|
||||
class AddPregnancyValueCheck < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :case_logs, :pregnancy_value_check, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue