-
Notifications
You must be signed in to change notification settings - Fork 132
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
Deprecating IntentMetadata.displayname #926
Conversation
✅ Deploy Preview for fdc3 canceled.
|
@@ -607,7 +607,8 @@ components: | |||
properties: | |||
displayName: | |||
type: string | |||
description: An optional display name for the intent that may be used in UI instead of the name. | |||
description: Optional display name for the intent. Deprecated in favour of the Intent name, which is common amongst all apps that support it, where teh display name may vary. |
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.
description: Optional display name for the intent. Deprecated in favour of the Intent name, which is common amongst all apps that support it, where teh display name may vary. | |
description: Optional display name for the intent. Deprecated in favour of the intent name, which is common amongst all apps that support it, where the display name may vary. |
Co-authored-by: Matt Jamieson <10372+mattjamieson@users.noreply.github.com>
Co-authored-by: Matt Jamieson <10372+mattjamieson@users.noreply.github.com>
Changes applied - needs signing off again @mattjamieson @greyseer256 |
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!
@greyseer256 this'll need your review before its merged |
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.
👍
resolves #312
Marking IntentMetadata.displayName as deprecated as it can only come from app definitions in appD, which means the DA needs to pick one and all could be different. SWG agreed to go with the intent name instead as thats always the same AND is required to be recognizable