Skip to content
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

feat: Plumbs UpdateActivity and DeleteActivity into the app #3887

Merged
merged 3 commits into from
Aug 24, 2020

Conversation

cwhitten
Copy link
Member

@cwhitten cwhitten commented Aug 24, 2020

closes #3874

note: it still isn't clear where UI is getting component information (label, title, description, etc)

"label": "Delete a property",
"subtitle": "Delete Property"
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is duplicated.

"form": {
"label": "Delete activity"
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure this gets added to the SDK component schemas.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -163,4 +163,12 @@ export const DefaultMenuSchema: MenuUISchema = {
label: formatMessage('Emit a telemetry track event'),
submenu: [SubmenuNames.Debugging],
},
[SDKKinds.UpdateActivity]: {
label: formatMessage('Update activity'),
submenu: [SubmenuNames.PropertyManagement],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this in the right submenu?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There wasn't an exiting menu that felt great. Any ideas?

@github-actions
Copy link

Coverage Status

Coverage decreased (-0.01%) to 56.657% when pulling f49ebe0 on cwhitten/updatedeleteactivity into 1e2525a on main.

@cwhitten cwhitten merged commit 9a11603 into main Aug 24, 2020
@cwhitten cwhitten deleted the cwhitten/updatedeleteactivity branch August 24, 2020 22:29
@yeze322
Copy link
Contributor

yeze322 commented Aug 25, 2020

@cwhitten we are going to retire the ConceptLabels under 'labelMaps.ts' after the UI Schema's Trigger part is finished. Then all kinds of component information could be aggregated together in uischema.

@sschutten
Copy link

How should we use these new actions? We need to get the activity ID from an earlier activity, but the suggested dialog.lastActivityId doesn't exist.

lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
…t#3887)

* Plumbs UpdateActivity and DeleteActivity into the app

* Remove duplicate entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Activity and Delete Activity support
4 participants