Skip to content
Snippets Groups Projects
  1. May 09, 2017
  2. May 05, 2017
    • Tom Jorquera's avatar
      Uses `controller.loadAll` to load the client resources · 43a5f415
      Tom Jorquera authored
      We now use the function defined in `lib/controller` to load the resources to
      inject into the client.
      
      The order of the "modules" to be loaded is defined as follow:
      - controller
      - lib
      - robot
      
      Each module corresponds to a specific folder in the `client` folder.
      43a5f415
    • Tom Jorquera's avatar
      Add `lib/controller` · 7a26dd36
      Tom Jorquera authored
      This module allow to load all the files that must be injected into the client.
      7a26dd36
    • Tom Jorquera's avatar
      Add skeletons for client modules · 10d984d0
      Tom Jorquera authored
      We define three modules to be injected in the client:
      - controller: in charge of exposing the hubl.in functions as a unified API
      - lib: containing various libraries to be used by the robot
      - robot: containing the behavior of the robot itself
      
      Currently these modules only contain the base skeleton.
      10d984d0
    • Tom Jorquera's avatar
      Runner now take a list of source files to inject · 6d9b93bb
      Tom Jorquera authored
      Instead of a single controller file, `runner.run` now takes a list of source
      files that will be injected in the passed order.
      6d9b93bb
    • Tom Jorquera's avatar
      Move and clean robot client controller · 184de96b
      Tom Jorquera authored
      - `robotClientController.js` moved to `client/controller/controller.js`
      - `controller` renamed to `robotController`
      - changed some `var` to `const`
      - updated path to controller in `app.js`
      184de96b
    • Tom JORQUERA's avatar
      Merge branch 'master' into 'master' · 48723b83
      Tom JORQUERA authored
      Update package.json
      
      See merge request !1
      48723b83
  3. May 04, 2017
  4. May 03, 2017
  5. Apr 25, 2017
Loading