File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Functional requirements:
2929
3030- [ ] Clients should be able to uniquely identify themselves with a phone number
3131 (without authentication)
32- - [ ] Clients should be able to send messages to other clients via their phone
33- numbers
32+ - [ ] Clients should be able to send messages to other clients, identified by their
33+ phone number
3434- [ ] Clients should be able to list their chats
3535- [ ] Clients should be able to list all messages in a chat
3636
@@ -39,11 +39,9 @@ Functional requirements:
3939Some topics that we find interesting to dig:
4040
4141- [ ] Choose a network protocol that enables soft real-time message delivery to the clients
42- - [ ] Make the server message ingestion idempotent
42+ - [ ] Make the message ingestion idempotent
4343- [ ] Add support for sent/delivered/read message status
4444- [ ] Add support for chats and messages pagination
45- - [ ] Implement SMS phone number verification to authenticate the clients
46- - [ ] Support SMS forwarding to relay the messages to the clients phone numbers
4745
4846## Challenge Review
4947
You can’t perform that action at this time.
0 commit comments