Compare commits
No commits in common. "6112ca175f3575217932ee8839a225541a82fe41" and "c02d70eaa4e2825905ec50b60e8bfcf4837e425e" have entirely different histories.
6112ca175f
...
c02d70eaa4
@ -356,6 +356,7 @@ func (h *Handlers) SaveFirstname(ctx context.Context, sym string, input []byte)
|
|||||||
if !ok {
|
if !ok {
|
||||||
return res, fmt.Errorf("missing session")
|
return res, fmt.Errorf("missing session")
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(input) > 0 {
|
if len(input) > 0 {
|
||||||
firstName := string(input)
|
firstName := string(input)
|
||||||
store := h.userdataStore
|
store := h.userdataStore
|
||||||
@ -639,6 +640,7 @@ func (h *Handlers) QuitWithHelp(ctx context.Context, sym string, input []byte) (
|
|||||||
return res, nil
|
return res, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// VerifyYob verifies the length of the given input
|
// VerifyYob verifies the length of the given input
|
||||||
func (h *Handlers) VerifyYob(ctx context.Context, sym string, input []byte) (resource.Result, error) {
|
func (h *Handlers) VerifyYob(ctx context.Context, sym string, input []byte) (resource.Result, error) {
|
||||||
var res resource.Result
|
var res resource.Result
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Edit family name
|
|
@ -1 +0,0 @@
|
|||||||
Weka jina la familia
|
|
@ -2,21 +2,19 @@ LOAD reset_account_authorized 16
|
|||||||
LOAD reset_allow_update 0
|
LOAD reset_allow_update 0
|
||||||
RELOAD reset_allow_update
|
RELOAD reset_allow_update
|
||||||
MOUT edit_name 1
|
MOUT edit_name 1
|
||||||
MOUT edit_familyname 2
|
MOUT edit_gender 2
|
||||||
MOUT edit_gender 3
|
MOUT edit_yob 3
|
||||||
MOUT edit_yob 4
|
MOUT edit_location 4
|
||||||
MOUT edit_location 5
|
MOUT edit_offerings 5
|
||||||
MOUT edit_offerings 6
|
MOUT view 6
|
||||||
MOUT view 7
|
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
INCMP my_account 0
|
INCMP _ 0
|
||||||
LOAD set_reset_single_edit 0
|
LOAD set_reset_single_edit 0
|
||||||
RELOAD set_reset_single_edit
|
RELOAD set_reset_single_edit
|
||||||
INCMP enter_name 1
|
INCMP enter_name 1
|
||||||
INCMP enter_familyname 2
|
INCMP select_gender 2
|
||||||
INCMP select_gender 3
|
INCMP enter_yob 3
|
||||||
INCMP enter_yob 4
|
INCMP enter_location 4
|
||||||
INCMP enter_location 5
|
INCMP enter_offerings 5
|
||||||
INCMP enter_offerings 6
|
INCMP view_profile 6
|
||||||
INCMP view_profile 7
|
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
CATCH incorrect_pin flag_incorrect_pin 1
|
LOAD save_firstname 0
|
||||||
CATCH profile_update_success flag_allow_update 1
|
|
||||||
LOAD save_familyname 0
|
|
||||||
RELOAD save_familyname
|
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
RELOAD save_familyname
|
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP pin_entry *
|
INCMP select_gender *
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Weka jina la familia
|
|
@ -1,8 +1,9 @@
|
|||||||
CATCH incorrect_pin flag_incorrect_pin 1
|
CATCH incorrect_date_format flag_incorrect_date_format 1
|
||||||
CATCH profile_update_success flag_allow_update 1
|
LOAD save_yob 0
|
||||||
LOAD save_location 0
|
CATCH update_success flag_allow_update 1
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
RELOAD save_location
|
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP pin_entry *
|
LOAD save_location 0
|
||||||
|
CATCH pin_entry flag_single_edit 1
|
||||||
|
INCMP enter_offerings *
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
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
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
RELOAD save_firstname
|
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP pin_entry *
|
INCMP enter_familyname *
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
LOAD save_location 0
|
||||||
CATCH incorrect_pin flag_incorrect_pin 1
|
CATCH incorrect_pin flag_incorrect_pin 1
|
||||||
CATCH profile_update_success flag_allow_update 1
|
CATCH update_success flag_allow_update 1
|
||||||
LOAD save_offerings 0
|
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
RELOAD save_offerings
|
LOAD save_offerings 0
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP pin_entry *
|
INCMP pin_entry *
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
CATCH incorrect_pin flag_incorrect_pin 1
|
LOAD save_gender 0
|
||||||
CATCH profile_update_success flag_allow_update 1
|
CATCH update_success flag_allow_update 1
|
||||||
LOAD save_yob 0
|
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
LOAD verify_yob 0
|
|
||||||
CATCH incorrect_date_format flag_incorrect_date_format 1
|
|
||||||
RELOAD save_yob
|
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP pin_entry *
|
LOAD verify_yob 8
|
||||||
|
LOAD save_yob 0
|
||||||
|
CATCH pin_entry flag_single_edit 1
|
||||||
|
INCMP enter_location *
|
||||||
|
@ -7,7 +7,7 @@ MOUT pin_options 5
|
|||||||
MOUT my_address 6
|
MOUT my_address 6
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
INCMP main 0
|
INCMP _ 0
|
||||||
INCMP edit_profile 1
|
INCMP edit_profile 1
|
||||||
INCMP change_language 2
|
INCMP change_language 2
|
||||||
INCMP balances 3
|
INCMP balances 3
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Profile updated successfully
|
|
@ -1,5 +0,0 @@
|
|||||||
MOUT back 0
|
|
||||||
MOUT quit 9
|
|
||||||
HALT
|
|
||||||
INCMP edit_profile 0
|
|
||||||
INCMP quit 9
|
|
@ -1 +0,0 @@
|
|||||||
Ombi la Kuweka wasifu limefanikiwa
|
|
@ -1,13 +1,13 @@
|
|||||||
CATCH incorrect_pin flag_incorrect_pin 1
|
LOAD save_familyname 0
|
||||||
CATCH profile_update_success flag_allow_update 1
|
CATCH update_success flag_allow_update 1
|
||||||
LOAD save_gender 0
|
|
||||||
MOUT male 1
|
MOUT male 1
|
||||||
MOUT female 2
|
MOUT female 2
|
||||||
MOUT unspecified 3
|
MOUT unspecified 3
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
RELOAD save_gender
|
LOAD save_gender 0
|
||||||
|
CATCH pin_entry flag_single_edit 1
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP pin_entry *
|
INCMP enter_yob 1
|
||||||
|
INCMP enter_yob 2
|
||||||
|
INCMP enter_yob 3
|
||||||
|
Loading…
Reference in New Issue
Block a user