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)