-
Notifications
You must be signed in to change notification settings - Fork 309
Profile screen for other users #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've taken on this task. I've already encountered a few related issues:
For reference:
|
Thanks!
Sounds good.
Sounds good. Yeah, the time-zone database seems like the sort of thing they'd leave out of the core Dart distribution and put in a package. Particularly because it has release-schedule needs that are different from those of a language implementation.
I recognize the maintainer's name as one of the members of the Dart team. So that should be solid, although it's a bit puzzling that the package isn't published by the team itself (like many other packages are). |
Added profile screen with user information and custom profile fields, linked from sender name and avatar in message list. Support in initial_snapshot and models for the related `RealmDefaultExternalAccounts` and `CustomUserProfileFields` also added, as event handling for `custom_profile_fields`. User presense (zulip#196) and user status (zulip#197) are not yet displayed or tracked here. Fixes: zulip#195
Added profile screen with user information and custom profile fields, linked from sender name and avatar in message list. Support in initial_snapshot and models for the related `RealmDefaultExternalAccounts` and `CustomUserProfileFields` also added, as event handling for `custom_profile_fields`. User presence (zulip#196) and user status (zulip#197) are not yet displayed or tracked here. Fixes: zulip#195
We should have a profile screen where you can see information about a given user.
A minimal first version of this should:
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:
A full version should have roughly the same information as in zulip-mobile, in particular:
The text was updated successfully, but these errors were encountered: