TFS 2013 kanban buddy

A tool to make Team Foundation Server Kanban board (Backlog Board) a better information radiator. Features 1: Allowing you to map…

TFS 2013 kanban buddy란 무엇입니까?

TFS 2013 kanban buddy은(는) Magnus Siverbrant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to make Team Foundation Server Kanban board (Backlog Board) a better information radiator. Features 1: Allowing you to map…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TFS 2013 kanban buddy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A tool to make Team Foundation Server Kanban board (Backlog Board) a better information radiator.
Features

1:
Allowing you to map prefixes in your PBI naming to decide what color the card should have. You have 11 colors to choose from and use what ever way makes sense for you.  You can also color the cards on the taskboard the same way .

Example
Expedite = !
Blocked = *
Blue = CR
Yellow = AT
................

2:
it allows for items on the board to be handled as related. If two pbi:s have the same sequence of letters started by a # (Examples #123 or #COD ) hoovering one off the items will fade all unrelated items making it really easy to see where in the flow the related work is currently.

3: Breaking the wip limit will colour the background of the column lightly red tone. Being spot on the wip limit gives the column a slightly yellow tone.  By setting a columns wip limit to 0 it will be considered as a done column assosiated with the column to the left. The wip will be added to that comumns wip. if the wip is broken both columns will get colored.

4:
Allowing you to add your personal links to the board. In my case i use this to direct link to Definition of done the task board and to our project Wiki you can add 10 links


5:Collect data of how the board looks at every reload and provide reports based on this data. 

-Snapshot of board right now with days in lane and days on board for all items
-Report with data on when a card was in lanes and when it was bloocked.
-Report showing how long a card has been in lanes and total time blocked.

 All this data can be exported as json and the different reports could be exported as csv as well. (This functionality only collect data that has been shown in your browser so the more you work with the board and reload it the better the data will be)

6:Filters By ending a PBI title with a  |example  you have created a "example" filter it is possible to filter on all filters that is available on the board at the moment. use filters for whatever makes sence for you.  

7: CFD The collected data can be used to generate a CFD diagram with the ability filter out data in certain lanes this data can be filtered and exported  

8: Cycletime analysis based on the collected data


Has been tested with TFS 2013 on MS cloud and a corporate internal installation of TFS 2013

a version for TFS 2012 is available here https://chrome.google.com/webstore/detail/tfs-2012-kanban-buddy/gknjhfdgggndldnkpofgfcadgjpjdbff (not actively developed)

read more here https://medium.com/@siverbrant/how-we-tweaked-team-foundation-server-2012-into-a-decent-kanban-tool-5041d2643649

code available here https://github.com/paddelkraft/TfsKanbanBuddy                    

확장 프로그램 기본 정보

이름 TFS 2013 kanban buddy TFS 2013 kanban buddy
ID bnkanimchogkpkjbabhoficohanbhalp
공식 URL https://chrome.google.com/webstore/detail/tfs-2013-kanban-buddy/bnkanimchogkpkjbabhoficohanbhalp
설명 A tool to make Team Foundation Server Kanban board (Backlog Board) a better information radiator. Features 1: Allowing you to map…
파일 크기 819 KB
설치 횟수 242
현재 버전 0.6.42
최근 업데이트 2015-11-10
출시 날짜 2015-11-10
평점 4.57/5 총 7 개의 평점
개발자 Magnus Siverbrant
이메일 [email protected]
도움말 페이지 URL https://medium.com/@siverbrant/tfs-kanban-buddy-user-manual-2d8ff71ccc77
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TFS 2013 kanban buddy",
    "version": "0.6.42",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "TFS kanban board enhancer",
        "default_icon": "icons\/icon32.png",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "\/utils_js\/jquery-2.1.1.min.js",
            "\/utils_js\/lodash.js",
            "utils_js\/util.js",
            "utils_js\/boarddata.js",
            "background\/backgroundUtil.js",
            "background\/apiSnapshot.js",
            "background\/background.js",
            "background\/api.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*\/*\/_backlogs\/board*",
                "https:\/\/*\/*\/*\/_backlogs\/board*",
                "http:\/\/*\/*\/*\/_boards*"
            ],
            "js": [
                "utils_js\/util.js",
                "utils_js\/jquery-2.1.1.min.js",
                "content_scripts\/board.js",
                "content_scripts\/tfsBoardInit.js",
                "content_scripts\/projectUrl.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
                "https:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
                "http:\/\/*\/*\/*\/_backlogs\/taskboard*",
                "https:\/\/*\/*\/*\/_backlogs\/taskboard*"
            ],
            "js": [
                "utils_js\/util.js",
                "utils_js\/jquery-2.1.1.min.js",
                "content_scripts\/tfsBoardInit.js",
                "content_scripts\/taskboard.js",
                "content_scripts\/projectUrl.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*\/*\/_backlogs\/board*",
                "https:\/\/*\/*\/*\/_backlogs\/board*"
            ],
            "js": [
                "\/utils_js\/lodash.js",
                "utils_js\/util.js",
                "utils_js\/jquery-2.1.1.min.js",
                "content_scripts\/snapshot.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*\/*",
                "https:\/\/*\/*\/*"
            ],
            "js": [
                "content_scripts\/TfsLinksInit.js",
                "content_scripts\/boardlinks.js"
            ]
        }
    ]
}