admin: add list of contributors. Add contributor.contributions, textarea for links of contributions for tracking. move all admin stuff to dedicated controller & routes

This commit is contained in:
Tyler Renelle
2013-11-15 19:25:16 -08:00
parent 460afb7763
commit b762ecba81
6 changed files with 98 additions and 30 deletions
+1
View File
@@ -71,6 +71,7 @@ var UserSchema = new Schema({
level: Number, // 1-7, see https://trello.com/c/wkFzONhE/277-contributor-gear
admin: Boolean,
text: String, // Artisan, Friend, Blacksmith, etc
contributions: String // a markdown textarea to list their contributions + links
},
balance: Number,