-
Notifications
You must be signed in to change notification settings - Fork 76
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
UX: Manual editing of the fields in Table columns config (subform) #13980
Comments
The title changes from showing that we are retrieving the Ledetekst, to calling it "Kolonnenavn" and suggesting the Ledetekst text as the default Kolonnenavn. This allows the user to decide whether they want to change the text. We don't modify the text in the component, but override the text. The idea is that by calling the field "Kolonnenavn," the user understands that we are referring to the display name in the table and won't be confused about whether they are changing a display name or the actual text key of the component. Additionally, I have suggested showing which "query" is displayed in the cell, and calling it "Cell Content." This cannot be edited at the moment, but is shown for the user's information and context. |
This looks great! 🙂 Nice touch with the default (label) name and the use of toggleable field. |
Great, thanks! |
Thank you, I will take a look this morning :-). |
I have changed "kolonnenavn" to "kolonnetittel" in the sketches @lassopicasso and @Annikenkbrathen. I have a question about the order of things. To me, it seems more logical to set the column title first, then select the things you want in this column. Is that something we have considered here? |
@Ildest great! The title and query fields will not be displayed until the component is selected anyways, I think. Is the title "Celleinnhold (query)" okay? |
@Annikenkbrathen, we currently display the title element regardless of whether a component is selected or not. |
okey, sonuds good! |
"Celleinnhold" could work, but just for your information - if I understand query correctly, in this context it refers to the data model field used to fetch the value displayed in the column cell.
Ok, I will hide the title and query elements until a component is selected :) |
Thank you, yes, Anniken explained that to me as well, so that´s fine then. We discussed "Celleinnhold (query)" and decided it was ok, since this field is for developers and they use the word query more than "spørring". But in general, if we can use Norwegian terms, we should. |
I was thinking that since we are going to present both query and kolonnetitle as text that is added, it feels strange to show the fields as open fields that are disabled first (when it’s not required to be filled in/ or edit). |
Tested ok in dev |
Description
As a user, I want to be able to override the texts in the table according to my needs. I still want to retrieve the correct component that should be linked to the table first, but I would like the option to replace the existing text with a custom one.
We chose in the analysis that users should be allowed to select a component from the linked subform to copy settings from, while also enabling manual editing of the fields. This provides flexibility for users to either use existing settings or make custom adjustments as needed.
In this issue, Design need to figure out how this config should look like.
Additional Information
No response
The text was updated successfully, but these errors were encountered: