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

Feature Consideration: Group Chat #7

Open
kekavc24 opened this issue Jul 25, 2022 · 4 comments
Open

Feature Consideration: Group Chat #7

kekavc24 opened this issue Jul 25, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@kekavc24
Copy link
Contributor

Hello Biswa. Forked this repo to help you migrate to v0.15.x and noticed the approach for creating personal chats. Would you consider creating adding group chat to this project using databases. Where you have 2 databases:

  • For users
  • For groups

Just like personal chats, for every group created you preset the values and have a collection that has a record of the groups the user is part of.

@2002Bishwajeet 2002Bishwajeet added the enhancement New feature or request label Jul 26, 2022
@2002Bishwajeet
Copy link
Owner

Sounds Good. Would you like to give it a try?

I am kinda occupied right now so there maybe a delay in working on this feature

@kekavc24
Copy link
Contributor Author

Yes. I'll give it a try. Lemme first fix the issues you raised on the PR 😅👍🏾

@kekavc24
Copy link
Contributor Author

kekavc24 commented Jul 27, 2022

I would love your input. Should I include it in the function already there or should I create a new file and put the function there? For creating group chat database that is.

@2002Bishwajeet
Copy link
Owner

Let's put those functions in the same file. I believe since creating a single chat and a group chat is just same so no need to write it again in the different file.

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

2 participants