2017 © Pedro Peláez
 

symfony-bundle agility-bundle

Bundle implementing agile project management features in your project

image

developtech/agility-bundle

Bundle implementing agile project management features in your project

  • Wednesday, March 7, 2018
  • by Kern
  • Repository
  • 1 Watchers
  • 2 Stars
  • 430 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 62 Open issues
  • 6 Versions
  • 5 % Grown

The README.md

DevelopTech Agility Bundle

Latest Stable Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality License, (*1)

Introduction

This Symfony bundle is meant to implement a full project-management tool inside your application., (*2)

It contains all the needed features to manage a project, with its user stories, its tasks, its sprints, its feedbacks..., (*3)

This tool is designed to handle Agile projects. It is meant for scrum masters, product owners and of course developers., (*4)

The purpose of this project is to make easier the usage of Agile ways in a project, and to help end-users to receive feedbacks from their final users., (*5)

It is designed to handle beta tests, sprints, engagements, costings and whatever part of the Agile way of work., (*6)

Install

As any Symfony bundle, you can install this one using composer :, (*7)

composer require developtech/agility-bundle

Then, just enable the bundle in your AppKernel file., (*8)

<?php
class AppKernel extends Kernel {
    public function registerBundles() {
        $bundles = [
            // ...
            new Developtech\AgilityBundle\DeveloptechAgilityBundle()
        ];
    }
}

Some of the bundle entities must be mapped to your user class., (*9)

That's why you must set your user class as a bundle configuration., (*10)

Let's begin with some configuration :, (*11)

# app/config/config.yml
developtech_agility:
    user_class: AppBundle\Entity\User

Now you're done, you can use it the way you want !, (*12)

Documentation

The Versions

07/03 2018

dev-feature/86/github-api-configuration

dev-feature/86/github-api-configuration

Bundle implementing agile project management features in your project

  Sources   Download

MIT

The Requires

 

The Development Requires

project-management agility

17/07 2016

v0.2.0

0.2.0.0

Bundle implementing agile project management features in your project

  Sources   Download

MIT

The Requires

 

The Development Requires

project-management agility

13/07 2016

v0.1.0

0.1.0.0

Bundle implementing agile project management features in your project

  Sources   Download

MIT

The Requires

 

The Development Requires

project-management agility