update profile edit nodes

This commit is contained in:
Carlosokumu 2024-09-23 20:09:37 +03:00
parent 4439cc249a
commit cf4e80dcb8
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
11 changed files with 58 additions and 37 deletions

View File

@ -0,0 +1 @@
Edit family name

View File

@ -2,19 +2,21 @@ LOAD reset_account_authorized 16
LOAD reset_allow_update 0
RELOAD reset_allow_update
MOUT edit_name 1
MOUT edit_gender 2
MOUT edit_yob 3
MOUT edit_location 4
MOUT edit_offerings 5
MOUT view 6
MOUT edit_familyname 2
MOUT edit_gender 3
MOUT edit_yob 4
MOUT edit_location 5
MOUT edit_offerings 6
MOUT view 7
MOUT back 0
HALT
INCMP _ 0
INCMP my_account 0
LOAD set_reset_single_edit 0
RELOAD set_reset_single_edit
INCMP enter_name 1
INCMP select_gender 2
INCMP enter_yob 3
INCMP enter_location 4
INCMP enter_offerings 5
INCMP view_profile 6
INCMP enter_familyname 2
INCMP select_gender 3
INCMP enter_yob 4
INCMP enter_location 5
INCMP enter_offerings 6
INCMP view_profile 7

View File

@ -1,5 +1,9 @@
LOAD save_firstname 0
CATCH incorrect_pin flag_incorrect_pin 1
CATCH profile_update_success flag_allow_update 1
LOAD save_familyname 0
RELOAD save_familyname
MOUT back 0
HALT
RELOAD save_familyname
INCMP _ 0
INCMP select_gender *
INCMP pin_entry *

View File

@ -1,9 +1,8 @@
CATCH incorrect_date_format flag_incorrect_date_format 1
LOAD save_yob 0
CATCH update_success flag_allow_update 1
CATCH incorrect_pin flag_incorrect_pin 1
CATCH profile_update_success flag_allow_update 1
LOAD save_location 0
MOUT back 0
HALT
RELOAD save_location
INCMP _ 0
LOAD save_location 0
CATCH pin_entry flag_single_edit 1
INCMP enter_offerings *
INCMP pin_entry *

View File

@ -1,4 +1,12 @@
CATCH incorrect_pin flag_incorrect_pin 1
CATCH profile_update_success flag_allow_update 1
LOAD save_firstname 0
RELOAD save_firstname
MOUT back 0
HALT
RELOAD save_firstname
INCMP _ 0
INCMP enter_familyname *
INCMP pin_entry *

View File

@ -1,8 +1,8 @@
LOAD save_location 0
CATCH incorrect_pin flag_incorrect_pin 1
CATCH update_success flag_allow_update 1
CATCH profile_update_success flag_allow_update 1
LOAD save_offerings 0
MOUT back 0
HALT
LOAD save_offerings 0
RELOAD save_offerings
INCMP _ 0
INCMP pin_entry *

View File

@ -1,9 +1,10 @@
LOAD save_gender 0
CATCH update_success flag_allow_update 1
CATCH incorrect_pin flag_incorrect_pin 1
CATCH profile_update_success flag_allow_update 1
LOAD save_yob 0
MOUT back 0
HALT
LOAD verify_yob 0
CATCH incorrect_date_format flag_incorrect_date_format 1
RELOAD save_yob
INCMP _ 0
LOAD verify_yob 8
LOAD save_yob 0
CATCH pin_entry flag_single_edit 1
INCMP enter_location *
INCMP pin_entry *

View File

@ -7,7 +7,7 @@ MOUT pin_options 5
MOUT my_address 6
MOUT back 0
HALT
INCMP _ 0
INCMP main 0
INCMP edit_profile 1
INCMP change_language 2
INCMP balances 3

View File

@ -0,0 +1 @@
Profile information updated successfully

View File

@ -0,0 +1,5 @@
MOUT back 0
MOUT quit 9
HALT
INCMP edit_profile 0
INCMP quit 9

View File

@ -1,13 +1,13 @@
LOAD save_familyname 0
CATCH update_success flag_allow_update 1
CATCH incorrect_pin flag_incorrect_pin 1
CATCH profile_update_success flag_allow_update 1
LOAD save_gender 0
MOUT male 1
MOUT female 2
MOUT unspecified 3
MOUT back 0
HALT
LOAD save_gender 0
CATCH pin_entry flag_single_edit 1
RELOAD save_gender
INCMP _ 0
INCMP enter_yob 1
INCMP enter_yob 2
INCMP enter_yob 3
INCMP pin_entry *