• Joined on 2024-08-10
carlos created branch double-session-id in urdt/ussd 2024-12-06 10:19:46 +01:00
carlos pushed to double-session-id at urdt/ussd 2024-12-06 10:19:46 +01:00
carlos pushed to v-seed-test at urdt/data-seeding-ng 2024-12-06 08:23:36 +01:00
9aaa125948 add command to add token to token index
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-05 16:34:50 +01:00
8e6b1e6f52 Merge branch 'master' into profile-edit-traverse
316358765d Merge pull request 'data-items-cleanup' (#203) from data-items-cleanup into master
14737b5f12 Removed redundant naming of transfer related data
caff27b43d Replace IntToBytes(value int) and ToBytes() with a single ToBytes() function
589a94216b Use the DATATYPE_USERDATA as the prefix for the NewSubPrefixDb func
Compare 14 commits »
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-05 16:26:12 +01:00
9cbbdff993 chore: use profileDataKeys as an array
carlos pushed to v-seed-test at urdt/data-seeding-ng 2024-12-05 15:57:55 +01:00
78fc736ed7 update handlers: append new vouchers to json store
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-05 14:03:39 +01:00
72a3681767 add test data.
carlos commented on pull request urdt/ussd#199 2024-12-05 13:32:30 +01:00
profile-edit-traverse

Yes ,there're test cases for when profile information is already set,i've added more test data files to handle the different test scenarios when editing the profile and for clarity: 22f96363ba6…

carlos commented on pull request urdt/ussd#199 2024-12-05 13:14:38 +01:00
profile-edit-traverse

handled by commit: 321f038c7ce4492d05bd35572e68d669b7c05a9b

carlos commented on pull request urdt/ussd#199 2024-12-05 13:12:33 +01:00
profile-edit-traverse

Based on tests i have done so far,it seems the INCMP _ 0 does not make the st.Lateral() evaluate to true,this will need some investigation or clarification if it is the expected behaviour.If this…

carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-05 12:06:22 +01:00
160ccbb220 read test file from test run arg
22f96363ba add test files
Compare 2 commits »
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-05 10:22:46 +01:00
3e7f90733e update test names
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-05 09:15:53 +01:00
321f038c7c iterate over a map for the set profile items
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-04 07:46:33 +01:00
a84c3e0852 update menu traversal test data
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-04 07:09:06 +01:00
8efed966a0 set flag when location is set
e7c4b5bca7 update tests
Compare 2 commits »
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-04 06:30:50 +01:00
ed632248c5 add doc lines and check for back naviagtions
5c202741d6 add handler for catching back navigations
c5ebdbf85b catch back navigations
c4282a870e add flag to catch back navigations
Compare 4 commits »
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-03 20:30:57 +01:00
91cd6077ce Merge branch 'master' into profile-edit-traverse
c0ed6fa9c8 catch incorrect pin entries
22c9c3e0f0 Merge pull request 'minor-bug-fixes' (#177) from minor-bug-fixes into master
a709d24520 Merge branch 'master' into minor-bug-fixes
e56138e416 Merge pull request 'Clear persister from handler in outer code aswell' (#200) from lash/persister-freakout into master
Compare 46 commits »
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-03 15:41:28 +01:00
b420a9bba0 set flag if profile data is set
a20ab79355 explicit reload save gender
Compare 2 commits »
carlos pushed to profile-edit-traverse at urdt/ussd 2024-12-03 12:41:20 +01:00
e0ec15b272 allow sequential profile edit
9e998f9a29 add a zero pad value to unfilled profile item
1c7c0af712 catch next unset profile item
Compare 3 commits »
carlos created pull request urdt/ussd#199 2024-12-03 09:26:12 +01:00
WIP: profile-edit-traverse