项目作者: eddygarcas

项目描述 :
Supports software product teams & coaches handling and visualise performance agile metrics with the Agile transformation
高级语言: Ruby
项目地址: git://github.com/eddygarcas/vortrics.git
创建时间: 2019-03-07T09:18:33Z
项目社区:https://github.com/eddygarcas/vortrics

开源协议:MIT License

下载


Image of Vortrics

Travis" class="reference-link">Vortrics Heroku Travis

Vortrics was conceived from the idea to have a customized Scrum Dashboards as well as a system to analyze every team sprints and propose improvements based on expertise.

Currently I use this app for my own experimentation, creating any kind of graphics that helps me on my daily work and also to coach teams and managment based on real data.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Vortrics feeds from JIRA through its REST API, to do that ask your system administrator to grant you access to JIRA REST API first.

Out client will authenticate against JIRA REST API using OAuth, this way will avoid sending any sensitive data, username and password basically. ‘jira-ruby’ main page has a complete guide about how to generate all public keys, will need them to connect to JIRA using OAuth (https://github.com/sumoheavy/jira-ruby)

Generate a consumer key

  1. $ rake jira:generate_consumer_key
  2. You can use this as your consumer key: secretum0elementum

Consumer key is required setting up an application link in JIRA.

Generate a public certification

  1. $ rake jira:generate_public_cert
  2. Executing 'openssl req -x509 -nodes -newkey rsa:1024 -sha1 -keyout rsakey.pem -out rsacert.pem'
  3. Generating a 1024 bit RSA private key
  4. .........++++++
  5. ........++++++
  6. writing new private key to 'rsakey.pem'
  7. -----
  8. Done. The RSA-SHA1 private keyfile is in the current directory: 'rsakey.pem'.
  9. You will need to copy the following certificate into your application link configuration in Jira:
  10. -----BEGIN CERTIFICATE-----
  11. munus=publicum
  12. -----END CERTIFICATE-----

Place both files in root directory

  1. rsacert.pem
  2. rsakey.pem

Check out the following link to know how to set up an application link in JIRA. (https://support.desk.com/customer/portal/articles/1428875-jira-6-x-installation---onpremise-or-ondemand)

vortrics.yml file has a set of properties that handles JIRA mapping fields. Change :fields: list for those you want to process from your JIRA Rest API.
Regarding :changelogfields: will process those areas specified here and ignore the rest, by this we want to avoid process the large volume of data comming in this section.

  1. :jira:
  2. :fields: key,priority,issuetype,status,componentes,summary,customfield_11802,timeoriginalestimate,components,description,assignee,created,updated,resolutiondate,closedSprints,sprint,histories
  3. :changelogfields: status,flagged,component

Gemfile

Rapid Rails Themes is a propietary software so you will need to get a licence to make it work. Has recently become legacy as part of Kiso.io

  1. source "https://gems.kiso.io/" do
  2. gem 'dresssed-ives', '~>1.0.67'
  3. end

Jira Ruby provides full integration with JIRA Rest API, it’s an easier way to run queries or use predefined method to get information of your projects in jira.

  1. gem 'jira-ruby', :require => 'jira-ruby'

Deployment

Heroku deployment

  1. $ heroku login
  2. This is the legacy Heroku CLI. Please install the new CLI from https://cli.heroku.com
  3. heroku: Enter your login credentials
  4. Email [xxxxxxxxx@xxxxx.com]: xxxxxxxxx@xxxxx.com
  5. Password: *************
  6. Logged in as xxxxxxxxx@xxxxx.com
  7. $ heroku create your-app
  8. This is the legacy Heroku CLI. Please install the new CLI from https://cli.heroku.com
  9. Creating your-app... done
  10. https://your-app.herokuapp.com/ | https://git.heroku.com/your-app.git
  11. $ git remote -v
  12. heroku https://git.heroku.com/your-app.git (fetch)
  13. heroku https://git.heroku.com/your-app.git (push)
  14. origin https://Eddygarcas@bitbucket.org/Eddygarcas/scrummetrics.git (fetch)
  15. origin https://Eddygarcas@bitbucket.org/Eddygarcas/scrummetrics.git (push)

Before pushing all changes into Heroku will have to set up and environment variable with RapidRails credentials

  1. $heroku config:set BUNDLE_GEMS__KISO__IO=xxxxxxxxxxxx
  2. Setting BUNDLE_GEMS__KISO__IO and restarting your-app... done, v3
  3. BUNDLE_GEMS__KISO__IO: xxxxxxxxxxxxx

Next command should be pushing all changes into Heroku, which will trigger a deployment.

  1. $ git push heroku master
  2. remote: -----> Launching...
  3. remote: Released v14
  4. remote: https://your-app-sch.herokuapp.com/ deployed to Heroku
  5. remote:
  6. remote: Verifying deploy... done.
  7. To https://git.heroku.com/scrum-age

Once has been deployment, open a Heroku console and run Rails database migration command

  1. ~/db/migrate $ cd ..
  2. ~/db $ cd ..
  3. ~ $ rails db:migrate

Built With

  • Rapid Rails Themes - RubyGem which integrates with your Rails project to provide over a dozen themes, components pre-coded into view partials, page generators, scaffolding inegration and Devise support.
  • Ruby on Rails - Web framework

Authors

Eduard Garcia Castelló - Linkedin - Twitter

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Screenshots

Historical data analysis

Image of Historical data

Sprint Metrics

Image of Sprint

Cycle Time analysis

Image of Sprint