Block a user
satprog
deleted branch 20-transactions-put from personal-finance/datastore
2024-06-24 20:51:05 +00:00
Return category on /transactions
satprog
created branch feature/26-get-transaction-category in personal-finance/datastore
2024-06-24 20:45:48 +00:00
satprog
pushed to feature/26-get-transaction-category at personal-finance/datastore
2024-06-24 20:45:48 +00:00
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
created branch feature/27-get-categories in personal-finance/datastore
2024-06-23 19:50:57 +00:00
satprog
pushed to feature/27-get-categories at personal-finance/datastore
2024-06-23 19:50:57 +00:00
Implement /categories GET