a08a462e22
Add data migration export/import endpoints
...
Backend Build and Test / build (push) Successful in 40s
Add GET /api/export to the Go backend that dumps all users, allowances,
history, and tasks (including completed) as a single JSON snapshot.
Add POST /api/import to the Spring backend that accepts the same JSON,
wipes existing data, inserts all records with original IDs preserved via
native SQL, and resets PostgreSQL sequences to avoid future collisions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-01 16:19:55 +01:00
c9a96f937a
transfer-allowances ( #143 )
...
Backend Build and Test / build (push) Successful in 10m9s
Backend Deploy / build (push) Successful in 11m20s
Reviewed-on: #143
2025-10-08 20:21:09 +02:00
06c8ebcbcc
Add support for schedules ( #137 )
...
Backend Build and Test / build (push) Successful in 3m42s
Backend Deploy / build (push) Successful in 4m46s
Reviewed-on: #137
2025-05-30 20:22:33 +02:00
8380e95217
Add endpoint to add funds ( #99 )
...
Backend Deploy / build (push) Successful in 2m55s
Backend Build and Test / build (push) Successful in 3m5s
Closes #91
Reviewed-on: #99
2025-05-27 12:02:07 +02:00
db2f518cc2
Add history description ( #98 )
...
Backend Deploy / build (push) Successful in 3m1s
Backend Build and Test / build (push) Successful in 3m5s
Closes #20
Reviewed-on: #98
2025-05-27 10:55:13 +02:00
a8e3332723
Add support for colour attribute on allowances in backend ( #77 )
...
Closes #76
Reviewed-on: #77
2025-05-25 13:43:24 +02:00
f8d1f195de
Support decimal currency amounts ( #74 )
...
Reviewed-on: #74
2025-05-24 06:28:07 +02:00
da17f351de
Add bulk allowance edit endpoint ( #56 )
...
Closes #15
Reviewed-on: #56
2025-05-18 09:24:36 +02:00
238aedb5c9
Implement PUT /user/{userId}/allowance/{allowanceId} ( #52 )
...
Closes #17
Reviewed-on: #52
2025-05-17 16:20:05 +02:00
1589bc9422
Rename endpoints ( #42 )
...
Closes #39
Reviewed-on: #42
2025-05-14 17:14:58 +02:00
4355e1b1b7
Add endpoint to get allowance history ( #37 )
...
Closes #12
Reviewed-on: #37
2025-05-14 15:27:29 +02:00
62f43d7eb3
Add endpoint to create allowance ( #34 )
...
Closes #11
Reviewed-on: #34
2025-05-13 13:52:10 +02:00
44d85fc155
Add put task endpoint ( #33 )
...
Closes #23
Reviewed-on: #33
2025-05-13 13:01:29 +02:00
ec635ba8ff
Implement POST task ( #28 )
...
Closes #21
Reviewed-on: #28
2025-05-09 11:27:31 +02:00
d251d41650
Add POST /user/{userId}/goals ( #26 )
...
Closes #4
Reviewed-on: #26
2025-05-08 14:02:58 +02:00
1baa1afb07
Create initial backend ( #7 )
...
Closes #3
Reviewed-on: #7
2025-05-08 10:02:30 +02:00