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

[direct-messaging] Implement sending direct messages (Frontend) #17

Open
6 tasks
TheFourthKaramazov opened this issue Feb 11, 2025 · 0 comments
Open
6 tasks
Assignees
Milestone

Comments

@TheFourthKaramazov
Copy link
Owner

User Story (Frontend)

As a user, I want to send a direct message so that I can privately communicate with another user.

Description

The frontend should provide an input field for users to type and send messages. Messages should be sent over WebSockets and appear instantly in the chat window.

Tasks (Frontend - Vue.js, WebSockets, Vuex/Pinia)

  • Implement a message input field in the direct message UI.
  • Capture user input and send the message via WebSockets.
  • Display the sent message instantly in the chat window.

Acceptance Criteria

  • A user can type a message and press send.
  • The message appears in the chat window immediately.
  • The message is sent over WebSockets.

Priority

High

Labels

  • frontend
  • direct-messaging
  • core-feature
@TheFourthKaramazov TheFourthKaramazov added this to the Second Sprint milestone Feb 11, 2025
@emyeatGrass emyeatGrass self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants