mm90849491 / CoopR-S

pronounce: C R and S
0 stars 5 forks source link

[Priority: medium] user avatar #55

Closed mm90849491 closed 8 years ago

mm90849491 commented 8 years ago

This is an easy to implement feature which strongly connects cloud storage feature and user preference feature.

  1. follow the instructions below, do not jump to cloud make sure you can upload a file to application directory first

http://guides.rubyonrails.org/form_helpers.html#uploading-files

  1. once you get the file inside the application, make sure it is accessible from out side, e.g. browse http://localhost/upload/your_img_file.png

3.follow Google API to store it on cloud, and save the url in user profile table, so that person will have a picture associated with

https://cloud.google.com/ruby/getting-started/using-cloud-storage

mm90849491 commented 8 years ago

lazy to do the cloud part