Giter Site home page Giter Site logo

backlog-velocity's People

Contributors

yvoyer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

backlog-velocity's Issues

Package release 1.0.0

  • Write release note
  • Write readme (how to setup, info about commands)
  • Tag version in application

Add a team to the repository

Feature:

  • As a console user
  • I want to add a new team to the system
  • So that I can assign members and sprints.

Scenario: Create a valid team

  • Given I have 0 team in the repository
  • When I launch the command 'b:t:a'
  • And I enter 'Team-name' as the team's name
  • Then I should see the message 'Team created'
  • And I should have 1 team in the repository

Scenario: Create an existing team

  • Given I have the following teams in the repository
    | name |
    | Team-name |
  • When I launch the command 'b:t:a'
  • And I enter 'Team-name' as the team's name
  • Then I should see the message 'Team already exists'
  • And I should have 1 team in the repository

Scenario: Create an invalid team

  • Given I have 0 team in the repository
  • When I launch the command 'b:t:a'
  • And I enter '' as the team's name
  • Then I should see the message 'Team name is invalid'
  • And I should have 0 team in the repository

Add authentication

User register, they can join a team upon invitation from another user.

Remove creators

The creators object can now be removed in favor of encapsulation within entities classes.

Change all Commands arguments to named options

Commands have a specific arguments that needs to be passed in order . It not really user friendly when there is 4 arguments to supply.

I suggest to use the options with required values instead

  • Use command and handler

Add a command to install application

At first, when the app is download, the command should route to the installation process:

  • setup db
  • success message
  • Show available commands

Parse the configuration in supplied by the user to setup the db using an interface that initialize the db when not available.

Start by supporting mysql and sqlite.

Add misc concept (break in issue)

  • responsible for creating sprint
  • person don't have the right to create sprint, team or person
  • person can only join team
  • manager can assign person to sprint
  • manager can postpone sprint
  • manager can end sprint manually
  • sprint should end when date exceeds on application start.

Add external tool integration

When starting a sprint, select issues (of third party) to include in the sprint. The total will be used as actual.
Assignee will be kept to assign velocity statistics per member.
When finishing sprint, issues information will be kept for later statistics

Ie.

  • Performance of Assignee
  • ratio of completion
  • anything usefullke in reporting.

data synchronization should be kept to the minimum for better performance. (Ie title should never be synch).

Add a command to register new custom classes

Overiding the behavior of the application (classes to use for domain logic, db, mapped object) should an easy process. The command should help the user to create a configuration file based on the specified parameter from the user.

Scenario: add a new data source to the config (db)
Scenario: specify the objects manager to use for the application

Add slack integration

In order to start a sprint
As a sprint member
I need to commit for a number of days to a sprint

Scenario: commit to a sprint through slack
Given i am a member in the project team
And the sprint is created
When the project owner sends the notification
And a slack notification is given
And I enter my personal commitment in man days on slack
Then my sprint commitment should be entered

Create a backlog builder

$backlog = BacklogBuilder::create ()
    ->team (name)
        ->withMember (name)
        ->withMembers(names)
    ->saveTeam ()
    ->person (name)
        ->joinsTeam (teamName)
        ->partOfTeams(teams)
    ->savePerson ()
    ->prepareSprint (name, teamname)
        ->commitmentFor (personName, number)
    ->startSprint () //also postPoneSprint 
    ->sprint (name)
    ->endBacklog ();
$backlog->currentVelocityOf (teamName);
$backlog->actualVelocityOf (teamName, );

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.