Minor refactors:

- Renames s_assemble to s_brief
-  Link s_local to s_brief
This commit is contained in:
Louis Holbrook
2021-03-04 16:47:13 +00:00
committed by Philip Wafula
parent 21c9d95c4b
commit 1e7fff0133
93 changed files with 2264 additions and 796 deletions

View File

@@ -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"
]

View File

@@ -0,0 +1,5 @@
[
"first_transaction_set",
"middle_transaction_set",
"last_transaction_set"
]

View File

@@ -0,0 +1,8 @@
[
"enter_given_name",
"enter_family_name",
"enter_gender",
"enter_age",
"enter_location",
"enter_products"
]

View File

@@ -1,8 +0,0 @@
[
"enter_first_name",
"enter_last_name",
"enter_gender",
"enter_location",
"enter_business_profile",
"view_profile_pin_authorization"
]