Bug 318668 - Upload approval
Summary: Upload approval
Status: RESOLVED FIXED
Alias: None
Product: bodega
Classification: Applications
Component: Server (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Aaron J. Seigo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 14:54 UTC by Aaron J. Seigo
Modified: 2013-10-21 09:32 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron J. Seigo 2013-04-21 14:54:48 UTC
An approval process for newly uploaded assets:

* Partner table is extended with a column for "able to approve uploads"; accounts affiliated with that partner are able to use the approval process (they are known as "approvers")
* Uploader marks an asset as ready for approval
* An API to allow approvers to see the list of waiting items
* An API to allow an approver to accept an asset which: notifies the uploader, moves the asset into the assets table (along with its tags)
* An PAI to allow an approver to deny an asset with a reason, which also notifies the uploader

Reproducible: Always