Minor refactors:
- Renames s_assemble to s_brief - Link s_local to s_brief
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
[
|
||||
"account_management",
|
||||
"profile_management",
|
||||
"metadata_management",
|
||||
"select_preferred_language",
|
||||
"enter_current_pin",
|
||||
"mini_statement_inquiry_pin_authorization",
|
||||
"enter_new_pin",
|
||||
"new_pin_confirmation",
|
||||
"display_user_profile_data"
|
||||
"display_user_metadata",
|
||||
"standard_pin_authorization",
|
||||
"account_balances_pin_authorization",
|
||||
"account_statement_pin_authorization",
|
||||
"account_balances"
|
||||
]
|
||||
5
apps/cic-ussd/states/account_statement_states.json
Normal file
5
apps/cic-ussd/states/account_statement_states.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"first_transaction_set",
|
||||
"middle_transaction_set",
|
||||
"last_transaction_set"
|
||||
]
|
||||
8
apps/cic-ussd/states/user_metadata_states.json
Normal file
8
apps/cic-ussd/states/user_metadata_states.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
"enter_given_name",
|
||||
"enter_family_name",
|
||||
"enter_gender",
|
||||
"enter_age",
|
||||
"enter_location",
|
||||
"enter_products"
|
||||
]
|
||||
@@ -1,8 +0,0 @@
|
||||
[
|
||||
"enter_first_name",
|
||||
"enter_last_name",
|
||||
"enter_gender",
|
||||
"enter_location",
|
||||
"enter_business_profile",
|
||||
"view_profile_pin_authorization"
|
||||
]
|
||||
Reference in New Issue
Block a user