challenges: shortcode for tag names & task tooltips

This commit is contained in:
Tyler Renelle
2013-10-31 18:18:34 -07:00
parent 0ce76ee689
commit 58fa97fb19
3 changed files with 17 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ var Group = require('./group').model;
var ChallengeSchema = new Schema({
_id: {type: String, 'default': helpers.uuid},
name: String,
shortName: String,
description: String,
habits: [TaskSchema],
dailys: [TaskSchema],