From 6515dbc4672c7066335fe2e8cf94c4412a763f22 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 6 Jan 2015 19:28:27 +0000 Subject: [PATCH] Add note about typing notifs to Multi-Threaded IM --- drafts/use_cases.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drafts/use_cases.rst b/drafts/use_cases.rst index a748f462..044ff5ab 100644 --- a/drafts/use_cases.rst +++ b/drafts/use_cases.rst @@ -268,10 +268,10 @@ Chat Screen What's visible: - Enough scrollback to fill a "screen full" of content. - Threads: - - Initially will only display the timestamp and user ID of the *first* + - Initially will only display the timestamp and user ID of the *first* message. But can expand to show the entire tree. - Tree of messages indicating which message is a reply to which. - - Ordered the timestamp of the most recent message in the threads + - Ordered by the timestamp of the most recent message in the thread - Each message: timestamp, user ID, display name at the time of the message - Room name - Room topic @@ -302,7 +302,8 @@ Chat Screen +------------+ | * A2 -> A1 | | * B2 -> B1 | | * M -> A2, B2 | +--------------+ +----------------+ + - Typing notifications. Displayed within the correct thread/column. What you can do: - Send a message into a particular thread/column. - - Move an *existing* message into new thread creating a new column. + - Move an *existing* message into a new thread creating a new column.