From dfb278fbd4c31f495f41bd6e153f0d2dfc017f64 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 22 May 2022 22:19:59 +0300 Subject: [PATCH] Add ROADMAP.md with approximate current state --- ROADMAP.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..5224d23 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,64 @@ +# Features & roadmap +* Matrix → Discord + * [x] Message content + * [x] Plain text + * [ ] Formatted messages + * [x] Media/files + * [x] Replies + * [ ] Threads + * [x] Message redactions + * [x] Reactions + * [x] Unicode emojis + * [ ] Custom emojis + * [ ] Presence + * [ ] Typing notifications + * [ ] Own read status + * [ ] Power level + * [ ] Membership actions + * [ ] Invite + * [ ] Leave + * [ ] Kick + * [ ] Room metadata changes + * [ ] Name + * [ ] Avatar + * [ ] Topic + * [ ] Initial room metadata +* Discord → Matrix + * [ ] Message content + * [x] Plain text + * [ ] Formatted messages + * [x] Media/files + * [x] Replies + * [ ] Threads + * [x] Message deletions + * [ ] Reactions + * [x] Unicode emojis + * [ ] Custom emojis + * [x] Avatars + * [ ] Presence + * [ ] Typing notifications + * [ ] Membership actions + * [ ] Invite + * [ ] Join + * [ ] Leave + * [ ] Kick + * [ ] Channel/group DM metadata changes + * [ ] Title + * [ ] Avatar + * [ ] Description + * [ ] Initial channel/group DM metadata + * [ ] User metadata changes + * [ ] Display name + * [ ] Avatar + * [ ] Initial user metadata + * [ ] Display name + * [ ] Avatar +* Misc + * [ ] Login methods + * [x] QR scan from mobile + * [ ] Manually providing access token + * [ ] Automatic portal creation + * [ ] After login + * [x] When receiving DM + * [ ] Private chat creation by inviting Matrix puppet of Discord user to new room + * [x] Option to use own Matrix account for messages sent from other Discord clients