MainStMission / food-pantry-manager

Other
10 stars 14 forks source link

Picture Attachments #8

Open coreypurcell opened 12 years ago

coreypurcell commented 12 years ago

Allow the admin to attach pictures to a volunteer's profile. This would be pretty awesome if it could be handled entirely from the rails app using a webcam. Chrome has exposed this using the "getUserMedia" javascript function.

Some resources: Chrome 21 features Building an HTML5 photobooth app

coreypurcell commented 12 years ago

@tbrooke mentioned that requiring Chrome is not a problem for the mission, but we should have a fallback in place if we do the webcam integration.

coreypurcell commented 11 years ago

Does anyone have a preference for paperclip or carrier wave? Also where should we store pictures, S3, rackspace? We need to account for local storage if not deploying on Heroku.

coreypurcell commented 11 years ago

Chrome 23 now has WebRTC, which includes the getUserMedia functions to access the camera. http://sites.google.com/site/webrtc/home