Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-28 13:11:52 +02:00
7b33f2f644 Initiate a transaction once a valid PIN is provided
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-27 23:20:12 +02:00
b48760760b Validate that the PIN is 4 digits
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-27 15:39:36 +02:00
633d56b0ad Allow users to include 'CELO' in the amount
2b10f6023f Use the balance as the max_amount
8d9aaeedbc Validate that the amount is not greater than the balance
Compare 3 commits »
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-27 14:43:35 +02:00
1d578209fc Ensure that the user sets a PIN before proceeding to main
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-27 12:38:33 +02:00
bf99ed8482 Added a CATCH if the account creation fails
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-27 10:20:29 +02:00
9f1eed9ab3 Add an account util for reading and writing data to file
Alfred-mk commented on pull request urdt/ussd#4 2024-08-26 15:33:10 +02:00
wip-account-creation

Yes, the current USSD has the option of updating the gender, and the options are Male, Female and Other

Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-26 14:59:54 +02:00
1634854231 set the flags to 14
1a997e8b26 updated the file structure to have external functions on a different package
Compare 2 commits »
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-26 13:35:08 +02:00
68dc77d5eb added flags model
Alfred-mk created pull request urdt/ussd#4 2024-08-23 23:52:18 +02:00
wip-account-creation
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-23 18:07:50 +02:00
617a6101aa remove extra new lines
538a06887a change position of CATCH to correct node and route to previous node
Compare 2 commits »
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-23 15:02:03 +02:00
460e951584 validate PIN using the set AccountPIN
a508f06583 create an account using the API
Compare 2 commits »
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-23 00:06:00 +02:00
9cc75185b3 creuse a universal quit message
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-22 22:27:14 +02:00
f50be01b89 create a PIN during registration
9aedc5d48f added amount validation flag and logic
32ba22c043 added validation for amount
Compare 3 commits »
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-21 21:03:57 +02:00
075355980a replace ^ with _ (for 'back')
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-21 19:31:56 +02:00
cc6cfc8646 validate a recipient
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-20 16:27:54 +02:00
1964623daa retrieve transaction data and display the PIN page
59ff44214d save the recipient to the user data
231967b120 added recipient flags and functions
fc1b9e5bfa Added send menu with srecipient input
e4ebb02b77 Added main template and check balance
Compare 5 commits »
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-19 08:58:55 +02:00
3e764e79d8 Added swahili template for account_creation
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-16 12:39:28 +02:00
88731124df generate account using english and swahili
Alfred-mk pushed to wip-account-creation at urdt/ussd 2024-08-15 14:01:23 +02:00
46b9e2eba9 deleted the root files