[#1673] challenges: better tag-syncing, show tag bull-horn

This commit is contained in:
Tyler Renelle
2013-10-31 17:49:51 -07:00
parent 287beb363f
commit 0ce76ee689
4 changed files with 34 additions and 28 deletions

View File

@@ -183,9 +183,9 @@ var UserSchema = new Schema({
},
tags: [
{
// FIXME use refs?
id: String,
name: String
name: String,
challenge: String
}
],