samibirnbaum / GGA-Photo-Safe

A rails application that allows users to safely store and browse their important photos
https://gga-photo-safe.herokuapp.com/
0 stars 0 forks source link

Use Carrierwave for this functionality #42

Open samibirnbaum opened 6 years ago

samibirnbaum commented 6 years ago
samibirnbaum commented 6 years ago

I have made this into a separate user story / feature due its complexity.

First I will build out the important_photo resource and then add in the image uploading functionality after.

This is also the way others seem to go about this type of feature