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

User can create a private message #12

Open
eo-lind opened this issue Apr 13, 2022 · 0 comments
Open

User can create a private message #12

eo-lind opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@eo-lind
Copy link
Contributor

eo-lind commented Apr 13, 2022

Story

As a user, I should be able to send a message that only a specific user can see

Acceptance Criteria

Given the user is authenticated
When the user precedes a chat message with an @ symbol, and a friend name (e.g. @friend_name)
Then the only person who should see that chat message is the friend

Given the user is authenticated
When the user is viewing the chat messages
And another user, who is a friend, created a private message
Then the only person who should see that chat message is the current user

@eo-lind eo-lind added the enhancement New feature or request label Apr 13, 2022
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

1 participant