You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
Acceptance Criteria
Priority
High
Labels
frontend
direct-messaging
core-feature
The text was updated successfully, but these errors were encountered: