5.8 KiB
5.8 KiB
Core Checklist Status (Web + API)
Legend:
DONE- implemented and works in current web flow.PARTIAL- implemented partly, limited UX/coverage, or needs hardening.TODO- not implemented yet.
Modules
- Account -
PARTIAL(email auth, JWT, refresh, logout, reset; integration tests now cover resend-verification token replacement and full password-reset login flow; sessions exist, full UX still improving) - User Profile -
DONE(username, name, avatar, bio, update) - User Status -
PARTIAL(online/last seen/offline; web now formatsjust now/today/yesterday/recently, backend-side presence heuristics still limited) - Contacts -
PARTIAL(list/search/add/remove/block/unblock;add by emailflow covered by integration tests includingsuccess/not found/blocked conflict; web now surfaces specific add-by-email errors (not foundvsblocked); UX moved to menu) - Chat List -
DONE(all/pinned/archive/sort/unread; saved-messages delete behavior covered: clear history without deleting chat) - Chat Types -
DONE(private/group/channel) - Chat Creation -
DONE(private/group/channel) - Messages (base) -
DONE(send/read/edit/delete/delete for all; 7-day edit window enforced and covered by integration tests; group UI shows sender names over bubbles + sender avatars on incoming message clusters) - Message Types -
PARTIAL(text/photo/video/docs/audio/voice/circle; GIF/stickers via dedicated system missing) - Reply/Quote/Threads -
PARTIAL(reply + quote-like UI + thread panel with nested replies, no dedicated full thread navigation yet) - Forwarding -
DONE(single + bulk + without author) - Pinning -
DONE(message/chat pin-unpin) - Reactions -
DONE - Delivery Status -
DONE(sent/delivered/read + reconnect reconciliation after backend restarts) - Typing Realtime -
DONE(typing start/stop + recording voice start/stop + recording video start/stop in circle-video send flow) - Media & Attachments -
DONE(upload/preview/download/gallery; sticker/GIF inline media no longer opens photo viewer on click) - Voice Messages -
PARTIAL(record/send/play/seek + global speed 1x/1.5x/2x; recorder uses improved mime priority for better duration metadata; backend media allowlist includesaudio/mp4/audio/x-m4a; audio store tracks duration viadurationchange/seekablefallback; websocket send/recorder stop race on fast chat switch is guarded; UX still being polished) - Circle Video Messages -
PARTIAL(send/play present, recording UX basic) - Stickers -
PARTIAL(web sticker picker with preset pack + favorites) - GIF -
PARTIAL(web GIF picker with Tenor search + preset fallback + favorites) - Message History/Search -
DONE(history/pagination/chat+global search) - Text Formatting -
PARTIAL(bold/italic/underline/spoiler/mono/links + strikethrough + quote/code block; toolbar still evolving) - Groups -
PARTIAL(create/add/remove/invite link; join-by-invite and invite permissions covered by integration tests; advanced moderation partial) - Roles -
DONE(owner/admin/member) - Admin Rights -
PARTIAL(delete/pin/edit info + explicit ban API for groups/channels; integration tests cover channel member read-only, channel admin full-delete, channel message delete-for-all permissions, group profile edit permissions, and owner-only role management rules; remaining UX moderation tools limited) - Channels -
PARTIAL(create/post/edit/delete/subscribe/unsubscribe; UX edge-cases still polishing) - Channel Types -
DONE(public/private) - Notifications -
PARTIAL(browser notifications + mute/settings; chat mute is propagated in chat list payload, honored by web realtime notifications with mention override, and mute toggle now syncs instantly in chat store; backend now emitschat_updatedafter notification mute/unmute for cross-tab consistency; no mobile push infra) - Archive -
DONE - Blacklist -
DONE - Privacy -
PARTIAL(avatar/last-seen/group-invites + PM policyeveryone|contacts|nobody; group-invitenobodyis available in API and web settings; integration tests cover PM policy matrix (everyone/contacts/nobody), group-invite policy matrix (everyone/contacts/nobody), private chat counterpart visibility fornobody/contacts/everyone, and avatar visibility matrix in search foreveryone/contacts/nobody, remaining UX/matrix hardening) - Security -
PARTIAL(sessions + revoke + 2FA base + access-session visibility; integration tests cover single-session revoke and revoke-all invalidation/force-disconnect; 2FA setup now blocked after enable to prevent secret re-issuance; one-time recovery codes added and covered for normalization/lifecycle (remaining_codesdecrement + one-time usage); web auth panel supports recovery-code login; settings now warns when recovery codes are empty and provides copy/download actions for freshly generated codes) - Realtime Events -
DONE(connect/disconnect/send/receive/typing/read/delivered/online/offline + chat/message updates + chat_deleted) - Sync -
PARTIAL(cross-device via backend state + realtime; reconciliation improved for loaded chats/messages, chat-info panel hot-refreshes onchat_updated, delete/leave updates realtime subscriptions, full-chat delete emitschat_deleted, and per-user chat state mutations (archive/unarchive/pin/unpin/mute) now emitchat_updated) - Additional -
PARTIAL(drafts/link preview partial/autoload media basic)
Current Focus to reach ~80%
- Complete security/privacy UX (sessions revoke behavior, TOTP QR flow, privacy matrix).
- Finish channel/group moderation parity (ban permissions, member action polish).
- Finalize media messaging UX parity (voice/circle controls, unified attachment behaviors).
- Keep realtime strict consistency for all mutations (already improved for edit/delete).
- Raise test coverage for auth/chats/messages/realtime critical paths.