New functionality in the latest Cric Counter release

The focus of our most recent Webscope Labs day was adding new functionality to our iOS and Android app, Cric Counter. The main piece of functionality we added was the ability to save innings, which is as easy as clicking the Save Innings button and entering a name.

The focus of our most recent Webscope Labs day was adding new functionality to our iOS and Android app, Cric Counter.

The main piece of functionality we added was the ability to save innings, which is as easy as clicking the Save Innings button and entering a name. You can now load a previously saved inning - if you needed to stop the game for a BBQ break, you can now pick up your scoring where you left off. And of course, you can view the list of previously saved innings, in case you need to stop scoring arguments in their tracks or brag to your friends.

We’d like to see screenshots of clever team names or high scores, so send them through to us!

We also managed to squeeze in a little bit of work on our CI workflow which makes deploying to websites on Pantheon quicker and easier for us. Recently, we have been moving away from managing our own build servers in favour of CodeShip. CodeShip is a hosted platform that provides Continuous Integration & Delivery as a Service, running automated tests and handling deployment pipelines.

We’d already configured CodeShip so that any time code is pushed to a repo, a copy of the website is built and the automated tests we’ve written are run against the copy of the website. Now, every time the test suite passes, the code commits that triggered the tests will be automatically deployed to a copy of the website on Pantheon, ready for us to demo to the client or deploy to production.

More blog posts by Katie Graham

When movies are made, one of the most demanding roles on set is the script supervisor, also known as the continuity supervisor. The major objective of the continuity supervisor is to keep the continuity of the wardrobe, props, hair, set dressing, makeup and actors actions during the filming of each scene. This sounds like an impossible task for one person, and it almost always is. A lot of mistakes slip through the cracks and show up as the movie is edited together but generally movie studios don’t mind as they have a psychological trick up their sleeve.
I’ve just landed back home after spending a few days in New Orleans for the annual North American DrupalCon. As usual, I mainly attended Business and DevOps sessions, as well as a number of sessions in a new track called Horizons which covers the edges of Drupal. Horizons is an interdisciplinary track that discusses and showcases the biggest challenges and greatest opportunities in Drupal.
Why we’ve switched from Vagrant to DockerWe’ve recently started moving away from using our Homestead based Vagrant setup when developing Laravel apps due to the fact Docker is lightweight, quicker and we’ve found that many projects we work on, require additional PHP extensions or server configuration which Docker simplifies the management of.