This is the stagingdrafts environment running on https://bkleinen.github.io/stagingdrafts/
This site contains unpublished changes and draft documents.
- please visit the production website at https://home.htw-berlin.de/~kleinen/ instead!
 

WTAT 2

Website of Prof. Dr. Barne Kleinen, Professor for Media Informatics (Bachelor/Master) at HTW Berlin

Assignment 4 - Java Script and Deployment

     <prev next>

Continuous Integration and Deployment

Setup Travis CI to build your project automatically after each push. See https://docs.travis-ci.com/user/docker/.

Setup an Automatated Deployment after a successful build. See https://docs.travis-ci.com/user/deployment

I’ve created two examples:

AJAX

Find a place - find or create a story - where a little bit of JavaScript is useful in your Application. You find a couple of examples in the Working with JavaScript in Rails Guide which is also the required reading for next week.

Don’t forget the tests

Don’t forget to write tests for your new features and to groom your test suite along the way.

There are directions on how to test JavaScript on the Capybara site, and you might also need another driver, e.g. PhantomJS.

Upload

As always, upload a PDF report containing your updated Backlog, the names of all collaborators and a link to your repository to moodle.

  • updated Backlog: clearly marked completed storys and the stories you worked on/completed this week.
  • report on how you worked on the stories. This may be brief, but this week it should contain some text on which kind of search you implemented, what went well and where you’ve encountered problems, and what you’ve learned.
  • Tag the version after this week completion with week-4