sonjapeterson / name-learning

Project for YEI Tech Bootcamp--app for uploading collections of pictures and names to create flashcards for learning
http://namedeck.herokuapp.com
0 stars 0 forks source link

New Deck: Uploading Photos #2

Open vivecamorris opened 10 years ago

vivecamorris commented 10 years ago

Make it possible (as easy as possible) for the user to upload multiple photos with descriptions/ names

vivecamorris commented 10 years ago

Options for solving problem of how to upload photos without a database: -- file input/output (Casey says this will be complicated and cumbersome for the user) -- Rails Paperclip (don't have the skills to implement this yet) -- hard code a set of images (i.e. tech bootcamp) -- tinypic/ flickr/ another photo upload service that creates a link for each image (going for this one!)

vivecamorris commented 10 years ago

Currently our two hard-coded sets each have their own sets of pages (fellowstest.erb, fellowsdisplay.erb etc.). In addition to allowing the user to upload their own sets, we should streamline these pages so a new set of pages does not have to be hard-coded for each new deck.