Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Last active May 23, 2016 13:38
Show Gist options
  • Save brittanydionigi/2f9c41384ad9243781c95c92dcd144c2 to your computer and use it in GitHub Desktop.
Save brittanydionigi/2f9c41384ad9243781c95c92dcd144c2 to your computer and use it in GitHub Desktop.
approval-requests
@brittanydionigi
Copy link
Author

brittanydionigi commented May 23, 2016

RECIPES LIST VIEW

  • remove sample rate/release channel columns from the table & add the approval status.
  • click on the approval status element to view the approval request conversation

recipes-list

RECIPE EDIT VIEW

  • either a secondary header or a small right-side box with approval status information

v1
recipe-edit-page

v2
recipe-edit-page-v2

RECIPE HISTORY VIEW

  • lists all revisions, with the current one showing its approval status
  • can click approval status element to expand the conversation details/add comments/approve or reject
  • this expanded state should have it's own permalink so you can send someone directly to the conversation

default
history-revision

expanded
history-revision-comments

@brittanydionigi
Copy link
Author

When you save changes to the recipe, it opens a NEW approval request and sets the recipe to 'disabled', yes? In which case, does the comment thread get reset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment