Questions tagged [tagging]

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Tagging is carried out to perform functions such as aiding in classification, marking ownership, noting boundaries, and indicating online identity. It may take the form of words, images, or other identifying marks.

920 questions
6
votes
1 answer

Angular UI-Select adding duplicate tag for "Tagging" Objects

I am using ui-select library for "Tagging" feature. I am using Array of objects, in which, each object has id and name. It is working correctly. If I type non-existent tag it creates new one, which I wanted, but the only problem I am having is if…
Rahul Sagore
  • 1,588
  • 2
  • 26
  • 47
6
votes
3 answers

Is there good solution for cache tagging on PHP/Redis?

I am looking for easy way to store cache in Redis and mark pieces of cache with tags, so when I needed I could easily delete all the cache marked with specific tag. Is there a good ready to use solution for that? (I am going to use access Redis with…
SmxCde
  • 5,053
  • 7
  • 25
  • 45
6
votes
1 answer

Rating/Voting and Tag APIs, do they exist?

Everyone loves to display Digg/Tweet/Like badges on their websites, and the Disqus Comment System is starting to take over. (source: disqus.com) (source: digg.com) The benefits of those systems from a developers perspective are: You don't…
Lance
  • 75,200
  • 93
  • 289
  • 503
6
votes
6 answers

Database design for Tagging multiple types of entities

I'm currently designing a database schema that's used to store recipes. In this database there are different types of entities that I want to be able to tag (ingredients, recipe issuers, recipes, etc). So a tag has multiple n:m relations. If I use…
Saab
  • 981
  • 3
  • 11
  • 34
6
votes
1 answer

Rails model with two polymorphic has_many through: associations for object tagging

My schema has Articles and Journals that can be tagged with Tags. This requires a has_many through: association with a polymorphic relationship to my Tagging join table. Okay, that's the easy and well documented part. My problem is that Articles can…
6
votes
3 answers

On scaling tags in a tag cloud

I am implementing a tag cloud on a mobile device. The details of data-model etc, are not particularly important here. My question is about the scaling of tags: What is the 'best' expression to map tag frequency to font size? I have looked at this…
jamesh
  • 19,863
  • 14
  • 56
  • 96
6
votes
5 answers

SVN layout -- best practice

In CVS we have on project with multiple directories in there. There is a nightly build that has to pull in stuff from different directory in the same CVS project in order to build the nightly build. So I should have that in mind and I have to …
Val Neekman
  • 17,692
  • 14
  • 63
  • 66
5
votes
2 answers

Using an environment variable as a map for common tags in a locals block

I've run into a specific problem while trying to automate a tagging process in terraform. I've set an environment variable that is essentially a list of all the tags we'd be using for all resources provisioned in the apply. It looks like…
iej94
  • 191
  • 1
  • 2
  • 8
5
votes
1 answer

What are the common usages of tagging something else than a commit?

Git-tag documentation states that a tag should target a commit. So does the git book. However, the tests show that one tag can as well target a tree, a blob or even another tag. Have you ever leveraged this feature? Are there some development…
nulltoken
  • 64,429
  • 20
  • 138
  • 130
5
votes
2 answers

Is it possible to integrate django-taggit and django-mptt / django-treebeard?

I am developing a website that requires tagging up different types of content, which favors using django-taggit. But, it would be extremely beneficial if the tags were represented in the database in their natural hierarchy, favoring use of…
5
votes
2 answers

Show tagged user names on image using Swift

I want to show tagged user names on image in my iPhone application. When I click on image It needs to show all tagged users. When I click again I need to hide those tags. I'm using table view cell as media item. Is it possible to use another cell on…
user4967912
5
votes
1 answer

Tag the parent stack from a CloudFormation template

Is there a way to create tags on a CloudFormation stack from the template itself? (the parent stack, not nested stacks) We have many templates, which get updated with each new version of software. Our software versions are tagged (in git), and it…
5
votes
1 answer

Create a tag / branch from local working copy using SVN

I have a Nant script which updates a directory with the latest source code (checked out from the svn repository), then updates Assembly Info and a few other files and does some builds. I want the working copy which includes all changes made (after…
CRice
  • 12,279
  • 7
  • 57
  • 84
5
votes
0 answers

Zend Framework 2 + Doctrine Extensions Taggable

I am trying to integrate DoctrineExtension-Taggable into Zend Framework 2. First I added to composer: "anh/doctrine-extensions-taggable": "1.1.*@dev" Then built instances via service manager (in module.config.php): 'service_manager' => array( …
5
votes
2 answers

How to implement a tagging plugin for jQuery

Goal: To implement a jQuery plugin for my rails app (or write one myself, if necessary) that creates a "box" around text after a delimiter is typed. Example: With tagging on SO, the user begins typing a tag, then selects one from the drop-down list…
anxiety
  • 1,689
  • 16
  • 25