Skip to content

fubatech/test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is part of the assignment task used for recruiting of new members for our dev-team. If you are interested or have been invited to work with us, please read on and try to answer the questions below.

The project integrates some of the basic structures used by fubalytics. It basically implements only a single dummy view (player/index), which is designed to demonstrate the usage of backbone-js, handlebars and gon. In order to set it up, you will probably like to setup rvm first.

  • Where are the handlebar templates stored?

  • How are they used?

  • Why isnt it possible to inject rails-variables such as <%= @player.name %> ?

  • How is I18n used?

  • How is it integrated into the handlebars templates?

  • Where are the backbone-js views located?

  • How is the class definition separated from the initialization?

  • How does the $(“.players.index”).ready(…) work?

Please extend the players table by the logo. Add a button to the right of “hide me” and call it “show”. When the user clicks on the “show” button, display the logo inside a new “td” element of the “tr” table row.

If you would like to submit your changes, please

  • fork this repository,

  • insert the answers to this read me file,

  • apply the changes to the code as mentioned by the 4.th task and

  • notify us under support<at>fubalytics.de

About

Testing Assignment Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors