Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-26 07:16:27 +01:00
db3bc04c9a Merge branch 'master' into alias-address-validation
0f4a7e900f Merge pull request 'feat: upgrade go-vise dep, minor cleanups to go.mod' (#182) from sohail/upgrade-deps into master
2d6c434bde feat: upgrade go-vise dep, minor cleanups to go.mod
Compare 3 commits »
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-25 13:02:37 +01:00
e8bed3b07b update the alias regex to be alphanumeric
Alfred-mk commented on pull request urdt/ussd#176 2024-11-25 12:44:13 +01:00
Validate aliases, addresses and phone numbers in the send menu

Thanks, this has been updated

Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-25 12:37:47 +01:00
2a36b31750 update the format to be +254xxxxxxxxx
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-25 10:00:00 +01:00
b919bfbfc8 use the formatted number when checking if it is registered
f666b1e960 format the number to a standard version
Compare 2 commits »
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-24 14:48:27 +01:00
267132b956 Merge branch 'master' into alias-address-validation
f5d2644031 Merge pull request 'account-statement' (#126) from account-statement into master
09b4fa2860 Merge branch 'master' into account-statement
a748c1b6b2 chore: fix old reference
51bad64a51 Merge branch 'master' into account-statement
Compare 17 commits »
Alfred-mk commented on pull request urdt/ussd#176 2024-11-22 11:26:17 +01:00
Validate aliases, addresses and phone numbers in the send menu

No, it is not. This is the format that I picked from Sarafu's website

`Your shortcode is a unique identifier that can be used by others to send you vouchers. It must be in the following format…

Alfred-mk commented on pull request urdt/ussd#176 2024-11-22 11:22:42 +01:00
Validate aliases, addresses and phone numbers in the send menu

This is related to urdt/ussd#126 (comment)

Alfred-mk commented on pull request urdt/ussd#126 2024-11-22 11:21:22 +01:00
account-statement

We can discuss this in the meeting, on how to use the lateral navigation indicator as this just prevents the navigation input from being processed

Alfred-mk commented on pull request urdt/ussd#126 2024-11-22 11:18:29 +01:00
account-statement

Yes it is. This defines the layout that will be used to parse the dateStr

func time.Parse(layout string, value string)

Alfred-mk commented on pull request urdt/ussd#126 2024-11-22 10:50:28 +01:00
account-statement

This is well noted and will be addressed

Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-11-21 13:54:10 +01:00
7ce50398d1 use the language translation instead of hardcoded eng
e30bc177e9 fixed typo and added a new translation
b9ff467c0c use the correct balance
Compare 3 commits »
Alfred-mk pushed to minor-bug-fixes at urdt/ussd 2024-11-21 13:15:35 +01:00
07df450b3c include labels to define the symbol and balance while selecting a voucher
Alfred-mk pushed to account-statement at urdt/ussd 2024-11-20 17:00:22 +01:00
51bad64a51 Merge branch 'master' into account-statement
212cd48249 debug: postgres conn string
7adc0c9c08 fix: Dockerfile to include .env
0a19a6c48b fix: github ci spec
66b5843b0d feat: dockerfile and github based CI build for Africastalking variant (#174)
Compare 5 commits »
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-20 16:56:04 +01:00
1f089ec27b updated the template to include the alias and address
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-20 16:45:45 +01:00
7c346e2af0 use the correct base URL
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-20 16:37:45 +01:00
a766f0c01f improved the ValidateRecipient to check phone numbers, aliases and addresses
1a3426e729 added helper functions to validate aliases, addresses and phone numbers
9ba8c040c0 added the CheckAliasAddress function to the account service and test mocks
1f830657f9 added the alias endpoint
ec0bbc8aaa use the latest updates from ussd-data-service
Compare 5 commits »
Alfred-mk created pull request urdt/ussd#176 2024-11-20 14:16:09 +01:00
updated the regex to match all Kenyan numbers
Alfred-mk pushed to alias-address-validation at urdt/ussd 2024-11-20 14:15:00 +01:00
8421feb757 updated the regex to match all Kenyan numbers
Alfred-mk created branch alias-address-validation in urdt/ussd 2024-11-20 12:52:39 +01:00