项目作者: dmrschmidt

项目描述 :
food for + ∂ feedback
高级语言: Ruby
项目地址: git://github.com/dmrschmidt/highfive.git
创建时间: 2017-05-09T14:28:26Z
项目社区:https://github.com/dmrschmidt/highfive

开源协议:Apache License 2.0

下载


High Five - food for +/∆ feedback

This tool helps you get inspiration for what to talk about during plus deltas.

Plus deltas are a simple method for individuals or teams to engage in reflection
as an approach to continuous improvement. The +/∆ evaluation can help inform the
changes needed to achieve higher levels of performance. Set aside 5 minutes at
the end of each day to discuss what went well and what had room for improvements.

Teams can sometimes struggle to find a good starter for their +/∆. This is where
High Five comes in by offering suggestions with sometimes positive, sometimes
neutral and sometimes intentionally provocative statements for your team to
discuss.

It’s recommended to set a collective reminder in your team’s calendar for every
day. You can get recommendations by simply visiting https://highfive.cfapps.io

Pre-Requisites / Installation

While the tool / website itself is a simple static HTML website with JS, during
development a few dependencies are required.

  1. $ brew tap homebrew/cask # requires homebrew - https://brew.sh/
  2. $ brew cask install phantomjs
  3. $ bundle install # requires ruby

Deployment

It’s easy to deploy your own version to Cloud Foundry. Simply
install the CF cli,
login to your account, adjust the route in the manifest.yml and run
rake cf:deploy.

To get access to the version hosted on https://highfive.cfapps.io get in touch
with @mamachanko or @dmrschmidt.

Development tasks

  1. rake cf:deploy # deploys to Cloud Foundry
  2. rake dev:server # runs a local dev server
  3. rake git:check_for_uncommitted_changes # Checks for uncommitted changes and aborts if any are found
  4. rake git:push # Pushes the current branch to origin
  5. rake jasmine # Start server to host jasmine specs
  6. rake jasmine:ci[random,seed] # Run jasmine tests in a browser, random and seed override config
  7. rake shipit # run tests, push to git and deploy
  8. rake spec # Run RSpec code examples