nss-evening-cohort-9 / nutshell-pine

nutshell-pine created by GitHub Classroom
1 stars 1 forks source link

Messages - READ #9

Closed westmary48 closed 5 years ago

westmary48 commented 5 years ago

User Story

As a user, I should see all the messages in my chat component ( my messages and messages sent to me by other users). The chat component should update when new messages are added and the most recent message should be at the bottom of the page.

Acceptance Criteria

GIVEN a user comes to the site WHEN they look at the chat component THEN they should see all messages from all users GIVEN a user is viewing, or entering in chat messages WHEN a new message is entered by any user, and there are more messages than can fit in the default size of the chat history THEN the most recent message should always be made visible at the bottom of the chat history

Developer Notes