As a teacher, I want to send a private message to a parent of a child of my class - DPigeon/Edge GitHub Wiki
ID | Task | Task points |
---|---|---|
Front-01 | Page with list of thread for the user (page 1) | 2 |
Front-02 | Button to create a new thread (by using email of receiver) (page 1) | 3 |
Front-03 | Page with content of single thread (page 2) | 2 |
Front-04 | Input field and button to send a new message on a thread (page 2, under the messages) | 3 |
Back-01 | /messages GET gets a list of all thread for the user id | 3 |
Back-02 | /message GET get a message thread by from/to | 2 |
Back-03 | /message POST send a single message on a thread | 3 |