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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user