Juan Wu juancwu · he/him
juancwu pushed to main at juancwu/budgit 2026-05-06 15:18:19 +00:00
d6d968d209 fix: leaky test db
juancwu pushed to main at juancwu/pase 2026-05-06 01:09:50 +00:00
6e1ac07b04 feat: sqlite: implement GetUserByUsername
juancwu pushed to main at juancwu/pase 2026-05-06 00:47:06 +00:00
9220753210 chore: add not found case for GetUserByEmail test
juancwu pushed to main at juancwu/pase 2026-05-06 00:39:07 +00:00
dd0bef7590 chore: add docs to GetUserByEmail
juancwu pushed to main at juancwu/pase 2026-05-06 00:38:36 +00:00
418aeb5f6c refactor: use helper function to scan user in GetUserByID
7c9b7aa154 feat: sqlite: implement GetUserByEmail
Compare 2 commits »
juancwu pushed to main at juancwu/pase 2026-05-06 00:16:44 +00:00
9918c9918f feat: initial sqlite store
juancwu pushed to main at juancwu/pase 2026-05-05 17:38:23 +00:00
52814db43d refactor: change named types in nullables to structs
juancwu pushed to main at juancwu/pase 2026-05-05 15:01:46 +00:00
e8f7a7e329 refactor: change the way default values are set in service constructor
juancwu pushed to main at juancwu/pase 2026-05-04 20:52:43 +00:00
336bd34bd3 init service
9bffb2e39d move IDGenerator interface to service package
9091ea8387 extend user model with status tracking
Compare 3 commits »
juancwu pushed to main at juancwu/pase 2026-05-04 18:39:33 +00:00
b947535795 initial pase store definitions
juancwu pushed tag v2.5.0 to juancwu/budgit 2026-05-04 15:07:06 +00:00
juancwu pushed to main at juancwu/budgit 2026-05-04 15:06:20 +00:00
f6a873ffc8 fix: transfer exceeding available balance allowed
juancwu pushed to main at juancwu/budgit 2026-05-04 14:52:57 +00:00
f371611017 feat: delete transactions
juancwu pushed tag v2.4.0 to juancwu/budgit 2026-05-04 04:43:20 +00:00
juancwu pushed to main at juancwu/budgit 2026-05-04 04:42:27 +00:00
448b6f6262 feat: recurring transactions
juancwu deleted branch add-currency-to-accounts from juancwu/budgit 2026-05-04 04:26:46 +00:00
juancwu pushed to main at juancwu/budgit 2026-05-04 04:26:41 +00:00
f0a309ea20 Merge pull request 'feat: add currency to accounts' (#9) from add-currency-to-accounts into main
ca0fec563e feat: add currency to accounts
Compare 2 commits »
juancwu merged pull request juancwu/budgit#9 2026-05-04 04:26:41 +00:00
feat: add currency to accounts
juancwu created pull request juancwu/budgit#9 2026-05-04 04:24:38 +00:00
feat: add currency to accounts
juancwu pushed to add-currency-to-accounts at juancwu/budgit 2026-05-04 04:24:16 +00:00
ca0fec563e feat: add currency to accounts