budgit/internal/service
juancwu 6871b1f8c6
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m34s
feat: delete space
2026-03-14 19:11:11 -04:00
..
auth.go fix: jwt expiry not taken from configuration 2026-02-17 01:45:29 +00:00
auth_test.go feat: tests 2026-02-14 10:53:57 -05:00
budget.go chore: replace int amount_cents for string storage and decimal pkg 2026-03-14 14:43:39 -04:00
email.go add invite to space feature 2026-01-14 21:11:16 +00:00
expense.go Merge branch 'fix/calculation-accuracy' into main 2026-03-14 16:48:40 -04:00
expense_test.go chore: update test data 2026-03-14 17:56:25 -04:00
invite.go feat: dedicated settings page for space 2026-02-07 19:16:16 -05:00
invite_test.go feat: tests 2026-02-14 10:53:57 -05:00
loan.go chore: replace int amount_cents for string storage and decimal pkg 2026-03-14 14:43:39 -04:00
money_account.go Merge branch 'fix/calculation-accuracy' into main 2026-03-14 16:48:40 -04:00
money_account_test.go chore: update test data 2026-03-14 17:56:25 -04:00
pagination.go chore: refactor 2026-03-14 16:39:07 +00:00
payment_method.go feat: payment methods 2026-02-13 21:55:10 +00:00
payment_method_test.go feat: tests 2026-02-14 10:53:57 -05:00
profile.go feat: set timezone user level 2026-03-03 12:29:41 +00:00
profile_test.go feat: tests 2026-02-14 10:53:57 -05:00
receipt.go chore: replace int amount_cents for string storage and decimal pkg 2026-03-14 14:43:39 -04:00
recurring_expense.go chore: replace int amount_cents for string storage and decimal pkg 2026-03-14 14:43:39 -04:00
recurring_receipt.go chore: replace int amount_cents for string storage and decimal pkg 2026-03-14 14:43:39 -04:00
report.go chore: replace int amount_cents for string storage and decimal pkg 2026-03-14 14:43:39 -04:00
shopping_list.go chore: refactor 2026-03-14 16:39:07 +00:00
shopping_list_test.go feat: tests 2026-02-14 10:53:57 -05:00
space.go feat: delete space 2026-03-14 19:11:11 -04:00
space_test.go feat: tests 2026-02-14 10:53:57 -05:00
tag.go improve tag creation and association when adding expenses 2026-01-15 02:27:00 +00:00
tag_test.go feat: tests 2026-02-14 10:53:57 -05:00
user.go update go module prefix 2025-12-16 10:50:16 -05:00
user_test.go feat: tests 2026-02-14 10:53:57 -05:00