zenterp / zenterp.co

The homepage serving zenterp training students
www.zenterp.co
0 stars 0 forks source link

Make list of videos Dynamic based on the database #2

Open owenkellogg opened 11 years ago

owenkellogg commented 11 years ago

The new home for all of the training videos is at /videos. http://www.zenterp.co/videos

Below the main video is a scrollbar that represents thumbnails and info for all the videos. Currently the list of videos in the scrollbar is not dynamic at all.

Please make the scrollbar list display all the videos in the database accessible by YoutubeVideo.all

ghost commented 11 years ago

There is now an object with YoutubeVideo.all, and the data gets populated in the video tile section. However, it obviously needs CSS touchup. Also, only the last few objects in the model have actual data.

Let me know how you want me to approach this.