|
|
|
|
|
by ogig
4487 days ago
|
|
Done with Meteor! I recognize the uids in the urls, also "Meteor.release" at the console. Btw, loading a single gif url, like http://gifgif.media.mit.edu/gif/13AbwdfEHTvih2 is too slow. dev console shows "Cannot read property 'num_votes' from undefined". You need to prepare the template code for receiving an empty collection while the subs fill the data, i normally shortcut it as Collection.findOne({id: foo}) && Collection.findOne({id:foo}).num_votes. to prevent your error. Also, some waitOn and loading templates on iron-router will make the overall UX much better with few changes. specially on the results page that is empty for a long time until content kicks in. Regarding the site concept, its fun. I spent too much time there already. I will show it to my eve game mates. At eve chats the text line to "emotional" gif ratio is about 1:1. Good job. |
|