bilhej/backend/src/main/java/se/bilhalsning/dto
Joakim Mörling c7eeaf6a6b
All checks were successful
CI / Lint, type check, unit tests, coverage (pull_request) Successful in 2m9s
CI / E2E browser tests (pull_request) Successful in 4m1s
Refactor admin fulfillment into focused modules.
Extract AdminOrderWorkflowService and status rules API; split AdminPage
into composables and components; share order status constants; update tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-28 14:34:03 +02:00
..
AdminOrderMapper.java Refactor admin fulfillment into focused modules. 2026-05-28 14:34:03 +02:00
AdminOrderResponse.java Refactor admin fulfillment into focused modules. 2026-05-28 14:34:03 +02:00
AuthResponse.java feat: add user registration flow (backend + frontend) 2026-05-01 19:37:39 +02:00
ChangeEmailRequest.java Add account settings dropdown and verified email change flow. 2026-05-22 14:33:06 +02:00
ChangeEmailResponse.java Add account settings dropdown and verified email change flow. 2026-05-22 14:33:06 +02:00
ChangePasswordRequest.java Add password reset, logged-in change password, and Mailpit email dev/E2E. 2026-05-21 18:05:15 +02:00
ConfirmEmailChangeRequest.java Add account settings dropdown and verified email change flow. 2026-05-22 14:33:06 +02:00
CreateOrderRequest.java refactor: remove template from order flow 2026-05-14 16:55:59 +02:00
ErrorResponse.java feat: add user registration flow (backend + frontend) 2026-05-01 19:37:39 +02:00
ForgotPasswordRequest.java Add password reset, logged-in change password, and Mailpit email dev/E2E. 2026-05-21 18:05:15 +02:00
ForgotPasswordResponse.java Add password reset, logged-in change password, and Mailpit email dev/E2E. 2026-05-21 18:05:15 +02:00
LoginRequest.java feat: add login endpoint with JWT authentication 2026-05-13 19:16:19 +02:00
MessageResponse.java Add password reset, logged-in change password, and Mailpit email dev/E2E. 2026-05-21 18:05:15 +02:00
OrderResponse.java Include letter text in user-facing order API responses. 2026-05-21 14:49:50 +02:00
RegisterRequest.java feat: add user registration flow (backend + frontend) 2026-05-01 19:37:39 +02:00
RegisterShipmentRequest.java Add admin order fulfillment tracking. 2026-05-27 12:21:17 +02:00
ResetPasswordRequest.java Add password reset, logged-in change password, and Mailpit email dev/E2E. 2026-05-21 18:05:15 +02:00
UpdateAdminNotesRequest.java Add admin order fulfillment tracking. 2026-05-27 12:21:17 +02:00
UpdateOrderRequest.java Allow users to edit or cancel unpaid orders before payment. 2026-05-22 11:21:47 +02:00
UpdateStatusRequest.java Add admin order fulfillment tracking. 2026-05-27 12:21:17 +02:00
VehicleInfoResponse.java feat: add real vehicle lookup via biluppgifter.se scraping 2026-05-19 15:15:20 +02:00