Alfred Kamanda Alfred-mk
  • Nairobi, Kenya
  • Joined on 2024-08-12
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-31 12:26:34 +01:00
b8bbd88078 retain the temporary data for it to be overwritten
Alfred-mk pushed to lash/export-to-term at urdt/ussd 2024-10-31 12:13:34 +01:00
bab3f673eb Removed unused model
Alfred-mk commented on pull request urdt/ussd#138 2024-10-31 00:47:34 +01:00
voucher-data

They can be left and overwritten with any new temporary data

I wanted to work on this functionality on a different PR, where we'll make use of a single temporary data row

Alfred-mk commented on pull request urdt/ussd#138 2024-10-31 00:46:01 +01:00
voucher-data

It will only occur if the string is not well formatted in the "1:SRF" format, such as it being "1SRF" or "1 SRF"

Ideally, this will not be encountered but I added this as an edge case in the…

Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-30 16:46:31 +01:00
a31cac4e50 Merge branch 'master' into voucher-data
843b0d1e7e Merge pull request 'Add reverse sessionid address lookup' (#146) from lash/reverse-session into master
cb997159f7 Add reverse sessionid address lookup
Compare 3 commits »
Alfred-mk commented on pull request urdt/ussd#138 2024-10-30 16:41:53 +01:00
voucher-data

This is actually a struct for the strings that are returned as formatted values, to be stored in the subPrefixDb

For example data := VoucherMetadata{ Symbols: "1:SRF\n2:MILO", Balances:…

Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-30 16:40:08 +01:00
8b399781e8 make the VoucherMetadata more descriptive
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-30 16:31:02 +01:00
caafe495be use the dataserviceapi structs
66b34eaea4 get the ussd-data-service package
Compare 2 commits »
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-30 12:13:59 +01:00
adaa0c63ef Extract common db operations for the test
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-29 22:53:23 +01:00
7241cdbfcb Updated the tests
0480c02633 Moved voucher related functions to the utils package
Compare 2 commits »
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 16:40:51 +01:00
03c32fd265 Merge branch 'master' into voucher-data
727f54ee57 Merge pull request 'tests-refactor' (#137) from tests-refactor into master
4e1b2d5ddb update account services
d8800a665d Merge branch 'master' into tests-refactor
3792bfdc1f run mod tidy
Compare 26 commits »
Alfred-mk commented on issue urdt/ussd#130 2024-10-28 16:12:34 +01:00
consider compressed view of transaction list

Current sample of the transaction history. The question is whether we should have a list of transactions where one can provide the number, to view the full transaction data

Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 14:31:05 +01:00
2c361e5b96 Added tests related to the vouchers list
131f3bcf46 Added the prefixDb to the Handlers struct~
520f5abdcd Added the subPrefixDb mock
5d294b663c Added the PrefixDb interface
Compare 4 commits »
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 09:20:13 +01:00
dc782d87a8 Updated the TestSetVoucher
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-28 09:08:34 +01:00
ddae746b9d formatted code
Alfred-mk created pull request urdt/ussd#138 2024-10-25 16:39:19 +02:00
WIP: voucher-data
Alfred-mk created branch voucher-data in urdt/ussd 2024-10-25 16:37:32 +02:00
Alfred-mk pushed to voucher-data at urdt/ussd 2024-10-25 16:37:32 +02:00
6c3ff0e9db Merge branch 'master' into voucher-data
3ef64271e7 Store and retrieve the voucher decimals and contract address
Compare 2 commits »
Alfred-mk commented on issue urdt/ussd#129 2024-10-24 21:00:26 +02:00
replace address with session id in send menus

Resolved in PR #131

Alfred-mk closed issue urdt/ussd#129 2024-10-24 21:00:26 +02:00
replace address with session id in send menus