Add a chat history screen to the im client use case

This commit is contained in:
Mark Haines 2014-12-29 18:31:46 +00:00
parent cf9bdf87fb
commit 4e8713c9ce

View file

@ -45,6 +45,7 @@ Home Screen
- Message a user (with user ID) - Message a user (with user ID)
- Leave a recent room - Leave a recent room
- Open a room - Open a room
- Open a chat history link.
Chat Screen Chat Screen
What's visible: What's visible:
@ -103,6 +104,18 @@ Chat Screen
- location - location
- vcards (potentially) - vcards (potentially)
Chat History Screen
What's visible:
- The linked message and enough scrollback to fill a "screen full" of content.
- Each message: timestamp, user ID, display name at the time the message was
sent, avatar URL at the time the message was sent, whether it was a bing message
or not.
- The historical user list. *TODO: Is this taken at the linked message, or at
wherever the user has scrolled to?*
What you can do:
- Get older messages by scrolling up (scrollback)
- Get newer messages by scrolling down
User screen User screen
What's visible: What's visible:
- Display name - Display name