Block a user
marcel
pushed to feature/153-notification-history at marcel/familienarchiv
2026-03-29 15:08:19 +02:00
feat: Admin section redesign — Concept C (Master-Detail Command Center)
marcel
pushed to feature/153-notification-history at marcel/familienarchiv
2026-03-29 14:53:48 +02:00
marcel
pushed to feature/153-notification-history at marcel/familienarchiv
2026-03-29 14:38:17 +02:00
marcel
pushed to feature/153-notification-history at marcel/familienarchiv
2026-03-29 14:33:08 +02:00
feat(#153): notification history page (/notifications)
marcel
pushed to feature/153-notification-history at marcel/familienarchiv
2026-03-29 14:11:34 +02:00
marcel
pushed to feature/153-notification-history at marcel/familienarchiv
2026-03-29 13:43:53 +02:00
marcel
created branch feature/153-notification-history in marcel/familienarchiv
2026-03-29 13:43:52 +02:00
devops(testing): add axe-core accessibility checks to Playwright E2E suite
Add Testcontainers + @DataJpaTest against real PostgreSQL 16
Remove demo.spec.ts scaffold leftover from frontend test suite
Add Vitest integration tests for SvelteKit load functions
Add @vitest/coverage-v8 with 80% branch coverage threshold to frontend build
Add JaCoCo branch coverage gate (80% minimum) to Maven build
feat: notification history page (/notifications)
Test Scope — @saraholt
What changed — and what needs tests
Two backend changes, one shared frontend utility extraction, three frontend files modified, two new frontend files. Here…
feat: notification history page (/notifications)
Architecture Review — @mkeller
Backend: already done (mostly)
GET /api/notifications already accepts page, size, type, and read params. POST /api/notifications/read-all and…