Bug 318248 - Owned tags
Summary: Owned tags
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-12 17:08 UTC by Aaron J. Seigo
Modified: 2013-05-29 14:33 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-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