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

adding more detail to workflow step action/event types #578

Conversation

selfcontained
Copy link
Contributor

Summary

This PR flushes out some of the types associated with the workflow_step feature a bit more. There is also an optional workflow_step object on view submit/close events now too that this accounts for.

Requirements (place an x in each [ ])

@selfcontained selfcontained force-pushed the bradh-update-workflow-step-types branch from de374ba to ffac7e9 Compare August 13, 2020 20:34
@codecov
Copy link

codecov bot commented Aug 13, 2020

Codecov Report

Merging #578 into feat-workflow-steps will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           feat-workflow-steps     #578   +/-   ##
====================================================
  Coverage                83.13%   83.13%           
====================================================
  Files                        7        7           
  Lines                      593      593           
  Branches                   184      184           
====================================================
  Hits                       493      493           
  Misses                      68       68           
  Partials                    32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb264f0...ffac7e9. Read the comment docs.

@stevengill stevengill added the enhancement M-T: A feature request for new functionality label Aug 13, 2020
Copy link
Contributor

@misscoded misscoded left a comment

Choose a reason for hiding this comment

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

One note on the changes to the View interfaces, but as long as everyone is on the same page with that, this LGTM!

@@ -44,6 +44,11 @@ export interface ViewSubmitAction {
view: ViewOutput;
api_app_id: string;
token: string;
workflow_step?: {
Copy link
Contributor

Choose a reason for hiding this comment

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

These changes to ViewSubmitAction and ViewClosedAction will likely be removed in an upcoming release, but if it's helpful to merge and release these in the meantime, happy to do so!

@selfcontained
Copy link
Contributor Author

selfcontained commented Aug 13, 2020 via email

@misscoded misscoded merged commit 287d722 into slackapi:feat-workflow-steps Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants