improve the profile layout and start building the public profile view

This commit is contained in:
Michael Q Larson
2015-01-08 18:39:16 -08:00
parent b07ce48ce5
commit bfe75a180d
8 changed files with 248 additions and 215 deletions

View File

@ -271,6 +271,10 @@ var userSchema = new mongoose.Schema({
lowercase: true,
trim: true
},
bio: {
type: String,
defaults: ''
},
name: {
type: String,
default: ''