-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Features | ||
|
||
- Star message (and other tags) | ||
- Filter by starred messages (and other tags) | ||
- User | ||
- Name | ||
- Phone number | ||
- Avatar | ||
- About | ||
- Status | ||
- QR code (principal) | ||
- Emoticons | ||
- Authentication | ||
- Read receipts | ||
- Delete my account | ||
- Find contacts (phone number, email, ...) | ||
- Add contacts | ||
- Send images + caption | ||
- Send cycles / tokens | ||
- Block contact | ||
- | ||
- Send video + caption | ||
- User preferences | ||
- keep messages | ||
- keep transactional messages | ||
- read receipts on/off | ||
- permissions to see the various user info | ||
- Voice call | ||
- Video call | ||
- Group video call | ||
- Live location | ||
|
||
# Scalability | ||
|
||
- Have auto-inc particpant ids for group chat so that each message has this id rather than the large principal | ||
- Shard chats | ||
|
||
# Performance | ||
|
||
- Peer-to-peer | ||
|
||
|
||
|