djangoflow / django-df-chat

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

Room categories #35

Closed meghiaws closed 1 year ago

meghiaws commented 1 year ago

For #5, I implemented these new features:

  1. Added RoomCategory for organizing rooms.
  2. Created these APIs for dealing with categories api/v1/chat/categories/ and api/v1/chat/categories/{category_id}/.
  3. Implement a filtering feature for rooms resource based on category: api/v1/chat/rooms/?category={category_id}
  4. Also added django-debug-toolbar and black to the list of development requirements