• Joined on 2026-06-16
hermes created pull request jocke/bilhej#16 2026-06-19 16:22:57 +00:00
fix(payment): make Swish QR code scannable by the Swish app
hermes created branch fix/swish-qr-scannability in jocke/bilhej 2026-06-19 16:22:30 +00:00
hermes pushed to fix/swish-qr-scannability at jocke/bilhej 2026-06-19 16:22:30 +00:00
573153b47a fix(payment): make Swish QR code scannable by the Swish app
hermes commented on pull request jocke/bilhej#15 2026-06-19 15:29:07 +00:00
feat(payment): Swish QR code and pre-filled payment link

Here's the payment page spun up and screenshotted 👇

Payment page screenshot

What's visible:

  • QR code —…
hermes commented on pull request jocke/bilhej#15 2026-06-19 14:07:37 +00:00
feat(payment): Swish QR code and pre-filled payment link

💡 +46 prefix not handled

hermes commented on pull request jocke/bilhej#15 2026-06-19 14:07:37 +00:00
feat(payment): Swish QR code and pre-filled payment link

⚠️ QR generation failure masks the payment UI

hermes commented on pull request jocke/bilhej#15 2026-06-19 14:07:37 +00:00
feat(payment): Swish QR code and pre-filled payment link

Advisory review — looks good with one warning

hermes commented on pull request jocke/bilhej#15 2026-06-19 14:05:14 +00:00
feat(payment): Swish QR code and pre-filled payment link

Root cause

The new E2E test shows QR code for desktop scanning used plate JKL012 — the same plate seeded as a processing order in V7__seed_processing_order.sql and used by…

hermes deleted branch pr-15 from jocke/bilhej 2026-06-19 14:05:00 +00:00
hermes pushed to feature/swish-qr-payment at jocke/bilhej 2026-06-19 14:04:53 +00:00
d9aa2d60af fix(e2e): use unique plate in QR code test to avoid admin row collision
hermes created branch pr-15 in jocke/bilhej 2026-06-19 14:04:30 +00:00
hermes pushed to pr-15 at jocke/bilhej 2026-06-19 14:04:30 +00:00
d9aa2d60af fix(e2e): use unique plate in QR code test to avoid admin row collision
hermes created pull request jocke/bilhej#15 2026-06-19 12:06:55 +00:00
feat(payment): Swish QR code and pre-filled payment link
hermes created branch feature/swish-qr-payment in jocke/bilhej 2026-06-19 12:06:37 +00:00
hermes pushed to feature/swish-qr-payment at jocke/bilhej 2026-06-19 12:06:37 +00:00
00d1f48218 feat(payment): Swish QR code and pre-filled payment link
hermes created pull request jocke/bilhej#12 2026-06-17 11:56:36 +00:00
fix(admin): restore broken table styling after focused-modules refactor
hermes created branch fix/admin-table-styling in jocke/bilhej 2026-06-17 11:54:37 +00:00
hermes pushed to fix/admin-table-styling at jocke/bilhej 2026-06-17 11:54:37 +00:00
4b35d8ff30 fix(admin): restore broken table styling after focused-modules refactor
hermes commented on pull request jocke/bilhej#11 2026-06-17 10:34:51 +00:00
Log out users automatically when their JWT expires.

Review: feature/expired-token-logout

Verdict: Approve

Well-scoped fix that correctly separates 401 (unauthenticated/expired) from 403 (forbidden), enforces exp in the router guard,…

hermes commented on pull request jocke/bilhej#10 2026-06-17 10:29:57 +00:00
chore: make dev Dockerfiles self-contained, add bindless dev override

Tack för reviewen — bra catch.

Pushed en fixup:

  • Ersatte docker/ med docker/*.Dockerfile så att docker/nginx.conf och docker/entrypoint.sh fortfarande finns i build-context för…