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

Chat feature optimization #58

Open
deepraj21 opened this issue Oct 20, 2024 · 2 comments
Open

Chat feature optimization #58

deepraj21 opened this issue Oct 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working server Server Logic of Devhub

Comments

@deepraj21
Copy link
Member

deepraj21 commented Oct 20, 2024

Describe the bug
Implement the chat functionality using socket and make it more optimized.

Filess

  1. Go to './server/api/handlers/message/message.py' for server and './client/src/components/Message/Message.tsx' for client for the files

To Reproduce
Steps to reproduce the behavior:

  1. Go the server and run it (flask run)
  2. Go the client and run it (npm run dev)
  3. open localhost:5173
  4. if logged in it will redirect you to /home from there go to /message from url or sidebar

Expected behavior

  1. use socket for seamless interaction between two users and make it persistent
  2. when user starts message it should be visible in message list
  3. encryption of message (if possible)
@deepraj21 deepraj21 added bug Something isn't working server Server Logic of Devhub labels Oct 20, 2024
@Mayukh-Mondal-Dev
Copy link

Assign me!

@deepraj21
Copy link
Member Author

Assigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Server Logic of Devhub
Projects
None yet
Development

No branches or pull requests

2 participants