punchcard-cms / punchcard

The Punchcard CMS
Apache License 2.0
31 stars 19 forks source link

Content Creator: Recall workflow submission #230

Open mkiang3051 opened 8 years ago

mkiang3051 commented 8 years ago

As a Content Creator I want to be able to recall a submission of a piece of content from the approval workflow so that I can make last minute content changes without the content being locked in the approval workflow.

Feature: Recall submission of content from approval workflow
  As a Content Creator
  I want to be able to recall a piece of content I've created from the approval workflow
  So that I can make any last minute changes I need without having the content being locked and uneditable.

  Scenario: Allow recall of content that has been submitted into approval workflow by content creator
    Given that I may submit a piece of content accidentally, or realize that I need additional edits after the fact
     When I go to view my piece of locked content
     Then I will have the ability to recall the content and remove it from the locked approval workflow
      And I will have the ability to edit the content
      And I will be able to resubmit the content back into the workflow after my edits

 Scenario: Display errors or message if it is too late to recall content (e.g., next person in approval workflow has already started looking at the content)
    Given that there may be any editors/approvers in the workflow
     When an editor/approver is in the middle of reviewing my content
     Then I would not be able to recall the piece of content
      And a message will alert me that I am unable to recall this piece of content because it is already under review

 Scenario: Display message to approver / next person in approval workflow if a piece of previously submitted content has been recalled
    Given that I may recall a piece of content that I have previously submitted to be reviewed
     When I recall that piece of content
     Then my editor/approver should receive a message/notification that the content has been recalled

Recall submission of content from approval workflow

joshkimmell commented 8 years ago

@mkiang3051: for this -

And I will be able to resubmit the content back into the workflow after my edits

Wouldn't we just want to start a new workflow? Or is that what you're saying?

mkiang3051 commented 8 years ago

@joshkimmell Yes, I mean submit again into the workflow. It would probably be a revision.

ineedsubstance commented 8 years ago

@mkiang3051 @joshkimmell - looks good 🎱 🎱