-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
Add support for displaying custom profile field data #2900
Comments
is there any update about this it will greatly help us |
@nanohayder I would be curious to hear more about why this would greatly help you! Either here, or a conversation might be easier on Zulip -- come say hello in @timabbott Is there API documentation somewhere on how to interpret custom profile fields? There's an example now on https://zulipchat.com/api/get-all-users , which helps some, but the data there is pretty abstract. I imagine the table of what each numbered field means is somewhere on the |
Nope; that's in my view the main TODO for the "users" part of the API documentation. I expect we'll add it when we add documentation for the endpoints for custom profile fields more generally, which will at least provide other details we can reference for more details from a link. I imagine @akashaviator will do it at some point in the next few weeks. |
But some brief notes:
|
Cool, thanks -- that's helpful for understanding the scope of it. Once that documentation is written, it looks like this should be a pretty straightforward task for someone to do. Here's also the chat thread where @nanohayder discussed their use case: |
For reference, the relevant (meta-)issue on the server-side is zulip/zulip#10134. |
That looks to be about a specific additional feature, which isn't complete. Custom profile fields in general are this feature: |
This would greatly help our organisation where we have a custom field for pronouns (necessary for referring to people). Also, showing emails on mobile (maybe just missing from android? It only says when they were last active) would be very helpful as we have many members with the same name and sadly they haven't set a picture. |
See #5363 for giving privileged placement to certain "selected" fields. |
Chat thread about the remaining open questions in this API. |
We recently added support for custom profile fields in the Zulip server and webapp, and we should probably plan to add support for that on mobile as well.
I don't think we need to care about editing custom profile fields on mobile (it's a lot of work for not that much benefit), but we should probably have a way to see them when you get full-screen data about another user (where we show name/email/large avatar/etc.).
show_user_profile
instatic/js/popovers.js
has the logic for rendering these data in the webapp.The text was updated successfully, but these errors were encountered: