Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
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
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-02 16:09:25 +02:00
b6e4ba7ede Verify PIN using the one in the db
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-09-02 13:00:26 +02:00
31be1fa221 Use flags from pp.csv on the menuhandler functions and tests
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-08-31 16:17:20 +02:00
632dd860ff Use flags from pp.csv on the Authorize function
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-08-31 13:51:00 +02:00
460e6fa2c8 Renamed duplicate flag
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-08-31 13:48:32 +02:00
c3c5c83662 Change the order of flags
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-08-31 11:59:13 +02:00
143c9b14a1 Renamed the flags
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-08-31 11:19:53 +02:00
42ab2dd577 Use preprocessor flags
Alfred-mk pushed to wip-flag-migration at urdt/ussd 2024-08-31 11:09:19 +02:00
26959be149 Fixed bug on transaction pin node