Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add private rooms #3

Open
AmitBerg opened this issue Feb 6, 2018 · 0 comments
Open

Add private rooms #3

AmitBerg opened this issue Feb 6, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AmitBerg
Copy link
Owner

AmitBerg commented Feb 6, 2018

Add private rooms that will inherit from Room model.

  • Users would be able to chat one on one.
  • Users would be able to chat with groups of people.

The idea is there would be two tabs on the Navbar (or in the index page):
1.Public rooms - anyone can chat in those rooms, they just need to have a user on the site.
2.Private Rooms - you can chat only in the rooms that you are in. You can join an existing room by answering a join request, or create one and invite people (maybe add a limit to how many private rooms a user can create).

The PrivateRoom model can have a property to a Group (Fk).

@AmitBerg AmitBerg self-assigned this Feb 6, 2018
@AmitBerg AmitBerg added the enhancement New feature or request label Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant