Add a section for searching for public rooms to the use cases

pull/977/head
Mark Haines 10 years ago
parent 4e8713c9ce
commit a0063b1143

@ -38,7 +38,7 @@ Home Screen
What's visible: What's visible:
- Recent chats ordered by timestamp of latest event (with # users) - Recent chats ordered by timestamp of latest event (with # users)
- Your own display name, user ID and avatar url - Your own display name, user ID and avatar url
- A list of public rooms (with # users and alias + room name + room topic) - A searchable list of public rooms (with # users and alias + room name + room topic)
What you can do: What you can do:
- Create a room (public/private, with alias) - Create a room (public/private, with alias)
- Join a room from alias - Join a room from alias
@ -46,6 +46,7 @@ Home Screen
- Leave a recent room - Leave a recent room
- Open a room - Open a room
- Open a chat history link. - Open a chat history link.
- Search for a public room.
Chat Screen Chat Screen
What's visible: What's visible:
@ -116,6 +117,17 @@ Chat History Screen
- Get older messages by scrolling up (scrollback) - Get older messages by scrolling up (scrollback)
- Get newer messages by scrolling down - Get newer messages by scrolling down
Public Room Search Screen
What's visible:
- The current search text.
- The homeserver being searched.
- The results of the current search with enough results to fill the screen
with # users and alias + room name + room topic.
What you can do:
- Change what you are searching for.
- Change the server that's being searched.
- Scroll down to get more search results.
User screen User screen
What's visible: What's visible:
- Display name - Display name

Loading…
Cancel
Save