-
Notifications
You must be signed in to change notification settings - Fork 356
Description
We should have a profile screen where you can see information about a given user.
A minimal first version of this should:
- be reachable by tapping name or avatar of a message sender;
- show the user's name, their avatar at large size, and a button to send them a DM (which navigates to the 1:1 DM conversation with them).
A first version can borrow more or less the design found in zulip-mobile. I don't love that design — it doesn't handle well the large number of different bits of information there — but I think it works fine when there's only a few pieces of information. In any case we'll be better able to redesign it when all the information is in place.
For any items mentioned below that we don't cover in the first version, we should file a follow-up issue or issues.
A full version should be reachable in the same ways as in zulip-mobile, and in particular:
- tapping name or avatar of a message sender
- tapping an @-mention
- tapping their name or avatar in the app bar of a DM conversation
A full version should have roughly the same information as in zulip-mobile, in particular:
- name
- avatar, at larger size than in message list
- email address, when accessible (but never the fake emails Zulip creates for the API)
- presence
- user status
- role (admin, moderator, etc.)
- local time zone
- custom profile fields
- plus a way to navigate to one's 1:1 DM conversation with the user
Metadata
Metadata
Assignees
Labels
Type
Projects
Status