Block a user
Add category to the transaction
return it if it exists This isn't a property required from the PUT perspective, so I'm leaning to returning a 204 for a successful update.
Support modifying a transaction category
satprog
created branch feature/26-add-category in personal-finance/datastore
2024-06-23 22:05:08 +00:00
Build the UpdateTransaction stmt for the specific columns
If a category does not exist, it should return a 400 with an explicit message
satprog
pushed to feature/27-get-categories at personal-finance/datastore
2024-06-23 21:01:55 +00:00
Extract transactionId to separate schema
Implements GET /categories
satprog
pushed to feature/27-get-categories at personal-finance/datastore
2024-06-23 19:50:57 +00:00
satprog
created branch feature/27-get-categories in personal-finance/datastore
2024-06-23 19:50:57 +00:00
Implement /categories GET
Add category to the transaction
Fix resources naming scheme
satprog
created branch bugfix/resource-naming in personal-finance/datastore
2024-06-22 21:37:11 +00:00
satprog
pushed to feature/20-transactions-put at personal-finance/datastore
2024-06-22 21:30:08 +00:00
Implement POST/PUT banks