Comment 0 for bug 155956

Revision history for this message
Celso Providelo (cprov) wrote :

In the current UI the user is not able to track sponsored uploads appropriately.
The infrastructure required to isolate sponsored uploads is already in place:

  1. PackageUpload.signing_key.owner != SourcePackageRelease.creator -> identify sponsored uploads
  2. when the user in question is the signer, the upload should be listed as 'Mentored Uploads'
  3. when the user in question is the creator, the upload should be listed as 'Sponsored Uploads'

or vice-versa on 2 & 3, I'm not sure which one is clearer.