Open eugapx opened 8 months ago
On previous chat version we had much more features like:
We reworked an architecture since then and dropped a lot of features.
The task is to research an old chat version, create full list of missing features (as separate GitHub tickets) and implement them.
As an example, I created a feature for reactions https://github.com/djangoflow/django-df-chat/issues/44
We need to keep architecture clean and performant. All live chat changes for new features (reactions, replies, etc.) should be sent via websocket.
Opened #48, #49 and #50.
Not sure what RoomUser model is used for and if we need it in the current implementation or not.
RoomUser
On previous chat version we had much more features like:
We reworked an architecture since then and dropped a lot of features.
The task is to research an old chat version, create full list of missing features (as separate GitHub tickets) and implement them.
As an example, I created a feature for reactions https://github.com/djangoflow/django-df-chat/issues/44
We need to keep architecture clean and performant. All live chat changes for new features (reactions, replies, etc.) should be sent via websocket.