-
-
Notifications
You must be signed in to change notification settings - Fork 440
Semantic tags: Apply description texts for Point/Property/Equipment #4750
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
Conversation
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the massive work done here.
A few comments:
- I think that all the "Related to ..." are too vague and should just be removed.
- Sentence casing or Title Casing?
- @merwege, do you think that when the description is the same as the label, we should just not set a description here, and in the UI it can do something like
description || label
?
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: jimtng <2554958+jimtng@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
OK
Sentence
It shows the label anyway. And the description underneath. So it's Ok to leave the description blank (which therefore just leaves an empty line).. |
At the moment, it does not show it in the semantic picker. I was intending to make it a tooltip. This would allow longer, more descriptive, text. The label is also not shown at the moment. This should be short and can be multiple words. I intend to (optionally) show these. The only thing shown is the name. |
My intention was to use a tooltip and show a tooltip icon when there is a description available. I see this as help for the user to choose the right category. Look at the existing longer text for Indoor. |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
I wouldn’t include a description if it is the same as the label or one of the synonyms. That doesn’t add value and I would rather have it to clarify usage. |
Based on the above feedbacks, I shall end up stripping away most of the applied description texts again. |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Sorry about that. I appreciate all your effort on this. |
:) |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
@mherwege I resolved the merge conflict, so I think it would be good to actually merge this asap (before someone comes up with any other new tags) |
Is |
LGTM after the 2 remarks I made. |
It is generated. So not required to be reviewed. |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
@andrewfg could you pls rebase and re-run the generator? btw: do you know if installing with profile |
As I recall it does work. But maybe it creates files with CRLF line endings rather than LF? In that case I use Visual Studio to do a manual search and replace. |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
@holgerfriedrich done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot!
Unfortunately it will take some time until we get this into the translated property files....
Relates to #4746
Pinging @mherwege / @jimtng / @jlaur
Signed-off-by: Andrew Fiddian-Green software@whitebear.ch