Sprint overviews for your Phabricator projects!
Phragile has mainly been superseded by Phabricator Reports, so the development is discontinued.
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.
If you find a bug or want to propose a new feature please report it on Phabricator.
- Phabricator OAuth Login
- Create projects
- Create sprints which will be synced with Phabricator projects
- Sprint overviews with burndown diagrams and pie charts
- Take snapshots of your sprints to archive sprint data at any point
For more information see the product backlog
- PHP 5.5 or later
- MySQL, SQLite or PostgreSQL
- Phabricator (see below)
-
Phragile >= 3.0.0 requires Phabricator release 2016 Week 15 or newer.
-
Add a custom field for story points to http://yourphabricator/config/edit/maniphest.custom-field-definitions/
e.g.:{ "yourcompany:story_points": { "name": "Story Points", "type": "int" } }
- 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
nginx
rewrite rule example
location / {
try_files $uri $uri/ /index.php?$args;
}
Please read the UPGRADE.md for documentation on how to upgrade from one release to another.
- Copy
behat_custom.yml.example
tobehat_custom.yml
and edit the file according to the instructions - Run
vendor/bin/behat
Run phpunit