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 #2

Open
AdamSheaffer opened this issue Oct 9, 2020 · 0 comments
Open

User can create a private message #2

AdamSheaffer opened this issue Oct 9, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AdamSheaffer
Copy link

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

@AdamSheaffer AdamSheaffer added the enhancement New feature or request label Oct 9, 2020
@bloges56 bloges56 self-assigned this Oct 9, 2020
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

2 participants