Cedric b58008c8bc
Build and Deploy Spring Boot Server / build (push) Successful in 3m36s
fix: allow editing quick-add stub expenses (amount 0, no category)
Quick Add deliberately creates stub expenses with amount 0 and no
category (ExpenseInput allows both), but ExpenseChangeRequest required
amount >= 0.01 and a non-blank category, so every edit of a stub that
did not simultaneously fill in both fields was rejected with 400.
Update validation now accepts the same states create can produce, and
a blank category is normalized to null.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 18:52:42 +02:00
2026-05-14 23:46:40 +02:00
2026-07-05 00:08:18 +02:00
2024-12-22 22:32:48 +01:00
2026-07-04 17:31:21 +02:00
2024-12-22 22:32:48 +01:00
2026-07-04 17:31:21 +02:00
2025-07-11 14:16:05 +02:00
2026-05-10 22:07:30 +02:00
2024-12-22 22:32:48 +01:00
2025-07-11 14:16:05 +02:00

Run it locally:

  1. build the current state: mvn clean install or mvn clean install -DskipTests

  2. docker it up and run it docker-compose -f dev-docker-compose.yml up --build

S
Description
No description provided
Readme 480 KiB
2026-07-08 13:17:24 +02:00
Languages
Java 100%