Bug 318248

Summary: Owned tags
Product: [Unmaintained] bodega Reporter: Aaron J. Seigo <aseigo>
Component: ServerAssignee: Aaron J. Seigo <aseigo>
Status: RESOLVED FIXED    
Severity: wishlist CC: active, giorgos.tsiapaliokas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Aaron J. Seigo 2013-04-12 17:08:00 UTC
Allows tags to optionally be owned by a partner which only they can use.

Implementation notes:

* either the tags table will need a new column, or a new table that associates tags with partners (to allow many:many) will be needed
* adding tags to items will need to go through a stored procedure to ensure that the tags used are valid. sth like: setTags(assetId, tagIds, person) and addTags(assetId, tagIds, person)

Reproducible: Always