Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-07 16:51:53 +02:00
deb4706b1d Test commit
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-07 16:41:22 +02:00
e14fd5e496 Return the response and the error
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-07 08:30:41 +02:00
de24ca0648 Mock the gdm nd updated the TestSaveFirstname and TestSaveFamilyname
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-06 15:17:51 +02:00
eb9f470ac5 Update the GetProfileInfo to get data from gdbm
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-06 08:33:59 +02:00
d001c5a7fc Write and read data from gdbm
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-06 07:35:25 +02:00
de8c7ce34a Added user data to db.go util
Alfred-mk pushed to wip-code-check at urdt/ussd 2024-09-05 18:50:22 +02:00
17804e7641 Save the actual PIN and verify it
Alfred-mk commented on issue urdt/ussd#7 2024-09-04 11:34:10 +02:00
Migrate flags to preprocessor

Resolved with PR #28

Alfred-mk closed issue urdt/ussd#7 2024-09-04 11:34:10 +02:00
Migrate flags to preprocessor
Alfred-mk pushed to master at urdt/ussd 2024-09-04 11:25:35 +02:00
c6c66f956a Merge pull request 'wip-flag-migration' (#28) from wip-flag-migration into master
1957606bc2 Added log to show debug the flag loaded
8ffc5d67cc Removed mutex
2d7b6bd125 Removed unused code
5105e902f1 Process flags once and make them available across functions
Compare 45 commits »
Alfred-mk merged pull request urdt/ussd#28 2024-09-04 11:25:34 +02:00
wip-flag-migration
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-04 11:20:04 +02:00
1957606bc2 Added log to show debug the flag loaded
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-04 11:02:13 +02:00
8ffc5d67cc Removed mutex
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-03 21:29:12 +02:00
2d7b6bd125 Removed unused code
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-03 18:06:58 +02:00
5105e902f1 Process flags once and make them available across functions
Alfred-mk commented on pull request urdt/ussd#28 2024-09-03 15:25:10 +02:00
wip-flag-migration

For clarity, do you mean that we should load all flags once in the menuhandler and have functions access the already loaded flags?

Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-03 14:34:41 +02:00
99d18322b2 Append to the correct flag set/reset
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-03 14:04:25 +02:00
f90fde90fb Register flags in debugger from the csv
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-03 14:03:01 +02:00
ab6433168a Resolve bug on transaction confirmation PIN
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-02 20:07:14 +02:00
3a3ddc9922 Use FlagParser on main.go and delete the flags.go file