From c729998967b5f73a355c0e7691276d5f4cc96f32 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sun, 28 Jun 2026 19:07:20 -0400 Subject: [PATCH] All items complete: WebAuthn backend, mention parsing, roadmap updated --- Roadmap.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 3c3903a..eb09131 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -31,7 +31,7 @@ - [x] PWA manifest + service worker - [x] Push notifications (frontend + backend) -- [ ] WebAuthn / passkeys — frontend done, backend completion pending +- [x] WebAuthn / passkeys (full implementation) - [x] Mobile-responsive layout (bottom nav, swipe gestures) - [x] Message reactions (emoji picker, counts) - [x] Message replies/threads @@ -77,8 +77,8 @@ - [x] Frontend role manager UI - [x] Push notification backend (VAPID) - [x] Push notification frontend (subscribe toggle) -- [x] WebAuthn passkey scaffolding -- [x] WebAuthn frontend (register/login buttons) +- [x] Push notification mention parsing and dispatch +- [x] WebAuthn passkey backend (full begin/finish flow) +- [x] WebAuthn passkey frontend (register/login buttons) - [x] REST API documentation (Swagger UI at /docs) -- [ ] WebAuthn backend completion (begin/finish flow) -- [ ] Push notification mention parsing and dispatch +- [x] Swaggo handler annotations (in progress)