3.9 KiB
3.9 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; sessions exist, full UX still improving) - User Profile -
DONE(username, name, avatar, bio, update) - User Status -
PARTIAL(online/last seen/offline; "recently" heuristic limited) - Contacts -
PARTIAL(list/search/add/remove/block/unblock; UX moved to menu) - Chat List -
DONE(all/pinned/archive/sort/unread) - Chat Types -
DONE(private/group/channel) - Chat Creation -
DONE(private/group/channel) - Messages (base) -
DONE(send/read/edit/delete/delete for all; 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 -
PARTIAL(typing start/stop done; voice/video typing signals limited) - Media & Attachments -
DONE(upload/preview/download/gallery) - Voice Messages -
PARTIAL(record/send/play/seek + global speed 1x/1.5x/2x; recorder now uses mime fallback + chunked capture; 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; advanced moderation partial) - Roles -
DONE(owner/admin/member) - Admin Rights -
PARTIAL(delete/pin/edit info + explicit ban API for groups/channels; channel member delete now behaves as leave, 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; no mobile push infra) - Archive -
DONE - Blacklist -
DONE - Privacy -
PARTIAL(avatar/last-seen/group-invites + PM policyeveryone|contacts|nobody; policy behavior covered by integration tests, remaining UX/matrix hardening) - Security -
PARTIAL(sessions + revoke + 2FA base + access-session visibility; revoke-all now force-disconnects active realtime sessions; 2FA setup now blocked after enable to prevent secret re-issuance; one-time recovery codes added; UX polish ongoing) - 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) - 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.