DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Implement the thread and message logic #38

Closed AnasBuyumad closed 5 years ago

AnasBuyumad commented 5 years ago

The goal is to implement the basic logic of threads and messages.

A thread can be opened between two users. Messages between two users can be added to the same thread.

The CRUD model should be respected and implemented for both threads and messages.