Implement an asset moderation system
Registered by
Kai Blin
WOMBAT needs a system to stop people from uploading unwanted content. The art director needs to approve assets before they are committed to the repository.
Blueprint information
Related branches
Related bugs
Sprints
Whiteboard
This needs to be integrated in the user rights system currently used by WOMBAT, as we want to have "trusted artists" who can upload assets and commit them without having to get the art director's approval.
A controller that manages uploads to a temporary directory is needed for this, as well as some way to figure out where in the repository an asset should go. Perhaps this can be done by implementing tagging first, and then pick the right directory by looking at the tags.
Also, the VCS backend needs to be extended to support checkins to the repository.
(?)