wip-account-creation #4

Merged
lash merged 143 commits from wip-account-creation into master 2024-08-30 14:37:58 +02:00
8 changed files with 0 additions and 10 deletions
Showing only changes of commit 617a6101aa - Show all commits

View File

@ -3,4 +3,3 @@ RELOAD check_identifier
MAP check_identifier
HALT
MOVE quit

View File

@ -6,4 +6,3 @@ HALT
INCMP _ 0
INCMP my_balance 1
INCMP community_balance 2

View File

@ -3,4 +3,3 @@ CATCH incorrect_pin 15 1
CATCH pin_entry 12 0
LOAD quit_with_balance 0
HALT

View File

@ -15,5 +15,3 @@ INCMP enter_yob 3
INCMP enter_location 4
INCMP enter_offerings 5
INCMP view_profile 6

View File

@ -3,4 +3,3 @@ MOUT back 0
HALT
INCMP _ 0
INCMP select_gender *
Review

See https://git.grassecon.net/urdt/ussd/pulls/4/files#issuecomment-1194

No matter where you start in the menu, you always go ahead to the end.

Again, if this is how current USSD behaves, we can keep this for now. But we should add a nice-to-have task to change that behavior to only edit full profile when not already edited.

See https://git.grassecon.net/urdt/ussd/pulls/4/files#issuecomment-1194 No matter where you start in the menu, you always go ahead to the end. Again, if this is how current USSD behaves, we can keep this for now. But we should add a nice-to-have task to change that behavior to only edit full profile when not already edited.

View File

@ -6,5 +6,3 @@ HALT
LOAD save_offerings 0
INCMP _ 0
INCMP pin_entry *

View File

@ -12,4 +12,3 @@ INCMP edit_profile 1
INCMP balances 3
INCMP pin_management 5
INCMP address 6

View File

@ -3,4 +3,3 @@ CATCH incorrect_pin 15 1
CATCH pin_entry 12 0
LOAD quit_with_balance 0
HALT