dartmouth-cs52-18S / project-client-dbaid

project-client-dbaid created by GitHub Classroom
1 stars 0 forks source link

Make User more robust #39

Closed bat0322 closed 6 years ago

bat0322 commented 6 years ago

Should include class year and bio, bio can be optional. Add these fields to signup page.

bat0322 commented 6 years ago

Also potentially look into adding profile pictures rather than having same surfer dude for everyone

kkim96 commented 6 years ago

zack and i were looking into this a bit and a simple option we could have that's easier than uploading images is to just ask for web urls of photos and display those. most people have facebook photos and those all generally have publicly accessible addresses of the image itself.

bat0322 commented 6 years ago

Looking into it, GridFs seems to be an effective way for storing larger files in mongoDB