aboutsummaryrefslogtreecommitdiffstats
path: root/public
AgeCommit message (Collapse)Author
2013-04-28Enable way to respond on correct answerTeddy Wing
2013-04-28Fix bugs with character fetchTeddy Wing
2013-04-28Reorganise JS and get characters from lasest videoTeddy Wing
* Reorganise frontend JavaScript to make it more compartmentalised * Grab characters from the latest video
2013-04-28Move coverflow upTeddy Wing
To re-center, compensating for the fact that the YouTube video on iOS devices doesn't have the player controls at the bottom, but rather has them inset. Still have to test to see if centering is correct.
2013-04-28Fix height of character images in coverflowTeddy Wing
2013-04-28Change to different coverflow pluginTeddy Wing
2013-04-28Add series_id to character-images URLTeddy Wing
The '/character-images' endpoint must now be called with a series ID as part of the URL.
2013-04-28Dynamically fetch character images from TMS APITeddy Wing
* /character-images endpoint now dynamically fetches images from the TMS API * Add a config.js file
2013-04-27Render characters by calling APITeddy Wing
To render the characters, get character names and image locations from the internal API and render them using an Underscore template.
2013-04-27Change to node/express appTeddy Wing