• Joined on 2021-10-26
lash commented on issue urdt/ussd#120 2024-10-22 16:18:42 +02:00
Add postgres switch for menu traversal tests

resolves urdt/ussd#110

lash commented on issue urdt/ussd#122 2024-10-22 16:17:20 +02:00
Add community balance menu

@kamikazechaser is there a api endpoint for this?

lash opened issue urdt/ussd#122 2024-10-22 16:17:05 +02:00
Add community balance menu
lash opened issue urdt/ussd#121 2024-10-22 16:14:30 +02:00
Implement transaction list menu
lash commented on pull request urdt/ussd#101 2024-10-22 16:06:41 +02:00
menu-voucherlist

will resolve urdt/ussd#114

lash opened issue urdt/ussd#120 2024-10-22 16:06:00 +02:00
Add postgres switch for menu traversal tests
lash pushed to master at urdt/ussd 2024-10-22 16:04:57 +02:00
59d0446020 Merge pull request 'postgres-switch' (#113) from postgres-switch into master
415c807464 include the Database in context
9f562fe53e use postgres directly from go-vise
fb0d2db156 Merge branch 'master' into postgres-switch
a40fc37da4 implement postgres for the state store
Compare 15 commits »
lash merged pull request urdt/ussd#113 2024-10-22 16:04:56 +02:00
postgres-switch
lash opened issue urdt/ussd#119 2024-10-20 15:37:27 +02:00
Handle schema in postgres
lash commented on pull request urdt/ussd#113 2024-10-19 16:13:16 +02:00
postgres-switch

as we spoke about in meeting, i believe this file could be removed, and use the db from go-vise directly.

lash suggested changes for urdt/ussd#113 2024-10-19 16:13:16 +02:00
postgres-switch
lash commented on pull request urdt/ussd#113 2024-10-18 15:49:47 +02:00
postgres-switch

I think convention is that file names in go be kept simple words. load.go will do

lash commented on pull request urdt/ussd#113 2024-10-18 15:49:47 +02:00
postgres-switch

i dont think you need the thread abstraction here, because the pg implementation used is already a managed connection pool. did you try it without?

lash commented on pull request urdt/ussd#113 2024-10-18 15:49:47 +02:00
postgres-switch

postgres shouold be implemented for both userdatatstore and state store

lash suggested changes for urdt/ussd#113 2024-10-18 15:49:47 +02:00
postgres-switch
lash opened issue urdt/ussd#116 2024-10-18 15:39:46 +02:00
Conceal all test utils and structrs under dedicated test package paths
lash pushed to master at urdt/ussd 2024-10-18 15:38:57 +02:00
113f1a5b34 Merge pull request 'menu-traversal-v2' (#115) from menu-traversal-v2 into master
9f8fcf1ed0 attach account service to handler
4a599b902d define transaction
d181c34946 update handler and move transaction struct to models
bfa6eac4c2 define a test account service
Compare 16 commits »
lash merged pull request urdt/ussd#115 2024-10-18 15:38:56 +02:00
menu-traversal-v2
lash approved urdt/ussd#115 2024-10-18 15:38:37 +02:00
menu-traversal-v2
lash commented on pull request urdt/ussd#109 2024-10-18 15:28:36 +02:00
menu-traversal-refactor

obsoleted by urdt/ussd#115