We are a games company using Shotgun to track assets going through the outsourcing process. A single asset is actually a small collection of files (mesh, textures and so on). We want to build up tracking data for future scheduling use. and we want to track the number of times any particular asset has gone through the feedback loop for each step in the production process.
Using a 'version' doesn't seem to work as uploading multiple files per asset creates multiple versions each time.
I mean we could have a column item with a revision number that gets updated manually but that seems , dunno, inelegant?
We have a "feedback given" status, so there should be a number somewhere of how many times that has been set?
Presumably we may need to write a plugin for that or is there some better out-of-the-box way do doing this?
Any help gratefully received