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 reply to messages functionality in direct chat and group chat (GSoC) #2103

Open
disha1202 opened this issue Jul 19, 2024 · 5 comments
Open
Assignees
Labels

Comments

@disha1202
Copy link

Is your feature request related to a problem? Please describe.
Add reply to messages functionality in direct chat and group chat
Describe the solution you'd like
Users should be able to reply to messages in direct chat and group chat
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Approach to be followed (optional)
A clear and concise description of approach to be followed.

Additional context
image

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359

@disha1202
Copy link
Author

Please assign

@coderpawan
Copy link

  • Okay lets modify the schema of the message to include parent id also and if the messsage is top then parent id is set to null.
  • creating post api to get the req from /message/:parentid/reply.
  • as we hit the reply button on the message a post api would be called
  • here we will handle the function and receive the parent text message which would be shown in frontend as a parent message.
  • now a input would be provided along with the parent message which would be broadcasted to all the clients connected on web socket/socket.io being it a personal chat or groupchat

I am ready to take this assignment

Copy link

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

@github-actions github-actions bot added the no-issue-activity No issue activity label Jul 30, 2024
@disha1202
Copy link
Author

Working on it.

Copy link

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

@github-actions github-actions bot added the no-issue-activity No issue activity label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants