djangoflow / django-df-chat

Djangoflow in-app chat server using django-channels
MIT License
0 stars 16 forks source link

Add features from the v0 version #45

Open eugapx opened 8 months ago

eugapx commented 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.

atodorov commented 8 months ago

Opened #48, #49 and #50.

Not sure what RoomUser model is used for and if we need it in the current implementation or not.