You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many stories involve a workflow. Those workflows involve multiple actions, as well as interactions with people at various steps in that workflow. What follows are several examples of coming features where a workflow, of some sort, will be desirable or necessary.
Removing incorrect submissions
We have some auditors who have made mistakes with UEIs, and therefore submitted an audit for the wrong entity. We need to remove these.
We could have a workflow that lets us trigger the deletion, but we need a way for all parties involved to say "yes" to the removal.
flowchart LR
X[Dashboard] -->|Delete audit| F[Message Auditee]
F --> G[Message Auditor]
G --> H{Auditor OK?}
H -->|Yes| C{Both OK?}
H -->|No| F
F -->J{Auditee OK?}
J -->|Yes| C
J -->|No| F
C -->|Yes| K[Delete audit]
C -->|No| F
Loading
The text was updated successfully, but these errors were encountered:
Story
Many stories involve a workflow. Those workflows involve multiple actions, as well as interactions with people at various steps in that workflow. What follows are several examples of coming features where a workflow, of some sort, will be desirable or necessary.
Removing incorrect submissions
We have some auditors who have made mistakes with UEIs, and therefore submitted an audit for the wrong entity. We need to remove these.
We could have a workflow that lets us trigger the deletion, but we need a way for all parties involved to say "yes" to the removal.
The text was updated successfully, but these errors were encountered: