All Projects β†’ wmde β†’ phragile

wmde / phragile

Licence: GPL-2.0 License
DISCONTINUED: πŸ“ˆ Sprint overviews and data visualizations for Phabricator projects

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Gherkin
971 projects
CSS
56736 projects
shell
77523 projects

Phragile

Sprint overviews for your Phabricator projects!

Build Status Scrutinizer Code Quality Code Coverage

DISCONTINUED

Phragile has mainly been superseded by Phabricator Reports, so the development is discontinued.

About

With Phragile you can log in using your Phabricator account to create sprints for your projects on Phabricator. Phragile will then automatically generate burndown charts, pie charts and a sortable and filterable sprint backlog for you.

Built with β™₯ in Berlin by Wikimedia Deutschland.

Issue Tracker

If you find a bug or want to propose a new feature please report it on Phabricator.

Features

  1. Phabricator OAuth Login
  2. Create projects
  3. Create sprints which will be synced with Phabricator projects
  4. Sprint overviews with burndown diagrams and pie charts
  5. Take snapshots of your sprints to archive sprint data at any point

For more information see the product backlog

Installation

Requirements

  • PHP 5.5 or later
  • MySQL, SQLite or PostgreSQL
  • Phabricator (see below)

Preparation

Installation

  • Clone this repository
  • Run composer install in the repository’s root directory
  • Copy .env.example to .env and edit the file according to the instructions
  • Run php artisan migrate
  • Make storage/ writable for the server process

Server configuration

nginx

rewrite rule example

location / {
    try_files $uri $uri/ /index.php?$args;
}

Upgrading

Please read the UPGRADE.md for documentation on how to upgrade from one release to another.

Tests

Acceptance tests

  1. Copy behat_custom.yml.example to behat_custom.yml and edit the file according to the instructions
  2. Run vendor/bin/behat

Unit tests

Run phpunit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].