Customizing User Model Layout #19529
jeffsmonteiro
announced in
Open Feature Requests
Replies: 1 comment
-
+++ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Allow system administrators to change the presentation layout of fields in the user model, or other system models.
Basic Example
Add the phone field to the user template and place it next to the email field.
Create a new session and locate it between session data and user preferences.
Motivation
it is understandable that it is not possible to edit fields defined by default for the user model, however, it may be that the inclusion of new fields are complementary to a given session, or new sessions are better positioned among other existing sessions. This should contribute to the user experience when accessing the app, facilitating the reading and semantic understanding of the data on screen.
Detailed Design
On the screen of a system model, it should be possible to drag and drop new custom fields to position them in the best possible place.
Requirements List
Must Have:
Drawbacks
Functionality already exists in the platform when using custom templates, it would be necessary to understand the risks about data structure and security
Alternatives
The alternative would be to create fields in separate sessions, as is the case today. However, the user experience is poor.
Adoption Strategy
Need for migration does not seem to exist. But it is necessary to study the technical feasibility considering data structure and security.
Unresolved Questions
No response
Beta Was this translation helpful? Give feedback.
All reactions