djangoflow / django-df-chat

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

Incomplete APIs #52

Open adar2378 opened 7 months ago

adar2378 commented 7 months ago

Hi I am checking api methods and models on https://github.com/djangoflow/flutter-djangoflow/tree/main/packages/djangoflow_openapi

I see after the latest refactor few things went missing.

Critical ones:

Less critical ones:

eugapx commented 7 months ago

No API get the users that are in a room

Add DEFAULTS to USER_SERIALIZER_CLASS.

by default it should be id, first_name, last_name. Make sure, we send full UserSerializer object in websocket response.