question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dynamic rendering of User details

See original GitHub issue

Description

The user details screen should be dynamically rendered based on the attributes defined in User Profile.

For each attribute, it should take all attribute settings into account when deciding which component to use for rendering. For instance, if an attribute uses an options validator it would only allow the user to choose the specified options.

It should also render help text if available.

It should also take into account the edit and view settings for the administrator, as well as the Required flag.

Note that for each attribute rendered on the user details screen, we should not display that attribute on the Attributes tab. However, it should still be possible to use the Attributes tab for values that are not related to User Profile.

Discussion

No response

Motivation

No response

Details

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pedroigorcommented, Nov 1, 2022

@edewit Created https://github.com/keycloak/keycloak/pull/15257. It should enable fetching the metadata associated with attributes defined in the user profile configuration.

0reactions
ssilvertcommented, Dec 1, 2022

That is correct. We haven’t done this for account ui yet. I expect that once we get some logistical things done we can get to that quickly. We can probably reuse some of the code we did for admin in the account console.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dynamic Rendering | Google Search Central | Documentation
Dynamic rendering is a workaround for indexable, public JavaScript-generated content that changes rapidly, or content that uses JavaScript features that aren't ...
Read more >
The Ultimate Guide To Dynamic Rendering - Huckabuy
Dynamic rendering is the process of serving content based on the user agent that calls it. This means serving a client-side rendered version...
Read more >
Google no longer recommends using dynamic rendering for ...
Dynamic rendering is a workaround for websites where JavaScript-generated content is not available to search engines. A dynamic rendering server ...
Read more >
What Is Dynamic Rendering & How Does It Impact SEO? - Botify
Dynamic Rendering sends fully-rendered content to search engines while serving human visitors with normal (client-side rendered) content.
Read more >
Dynamic Rendering using HTML and CSS | BrowserStack
Dynamic rendering is the process in which the server-side rendered version of your website is sent to search engine bots, and the client-side ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found