內容簡介
Tabagile Scrum Board 0.1 (alpha 版本) 是一個簡單的 Scrum 看板,可以幫助產品擁有者處理他們的 user stories、sprints 和團隊成員。
0.1 alpha 版本功能:
所有成員作為一個團隊,在「管理」下操作列表。
每位成員都可以看到真正重要的事情。
Scrum 玩家與 WordPress 角色和權限同步。
可以插入作為 Stories、Epics、Themes、Tasks 或 Project 的項目。
Tabagile Scrum Board 允許您維護項目之間的關係。例如,Epic 可以是很多 stories 的父類別。
將故事設定為「未準備好」或「已準備好」,並提交它們到 Sprint。一切都跟踪起來。
下一個 alpha 版本功能:
分頁項目和以表格標題名稱「排序」的項目。
按照它們之間的關係(父節點和子節點)查看項目。
更改項目狀態時使用電子郵件請求批准。
可視化「發布燃盡圖」、「Sprint 燃盡圖」的圖形。
附加文件和文檔到項目。
設置顯示在產品待辦事項列表中的標題表名稱
Tabagile Scrum Board 是由 Abstract Dimension 的 Todo List 插件衍生而來的變體。
角色和權限:
「訂閱者」/ role:0 = 客戶(該用戶可以通過公共接口直接建議 user stories 到產品待辦事項列表中,並可以關注自己創建的項目)
「撰稿人」/ role:1 = 團隊成員(該用戶可以通過公共接口直接建議 user stories 到產品待辦事項列表中,並可以關注自己創建的項目)
「作者」/ role:2,3,4 = 團隊成員(該用戶可以在產品待辦事項列表中查看自己的任務)
「編輯」/ role:5,6,7 = Scrum Master(可以處理任務和團隊成員)
「管理員」/ role:8,9,10 = 產品擁有者(可以處理 Epic、user stories、Themes、Projects 並授予所有團隊成員訪問權限)
表格結構:
id bigint (20) NOT NULL auto_increment: entry id(故事、epic、theme)
idParent int(11) default NULL:父項目 id 編號(如果存在)
sprintNumber int(11) default NULL:支持故事的 sprint 編號
points int(11) default NULL:故事點數
author bigint(20) NOT NULL default'0':故事帳戶 ID
att bigint(4) NOT NULL default'0':出席者 ID(scrum-master、p.o、team-member)
targetActors bigint(20) NOT NULL default'0':將被使用的目標配置文件
tasktag bigint(4) NOT NULL default'0':它將向您顯示項目是否為 '0 = story '、'1 = epic'、'2 = theme'、'3 = task'、'4 = project'
status tinyint(1) NOT NULL default'0':此字段能夠向您顯示您的故事是否為 '0 = notset'、'1 = notready'、'2 = ready'、'3 = progress'、'4 = has been done'
priority tinyint(1) NOT NULL default'0':'0 = important'、'1 = normal'、'2 = low'
todotext text NOT NULL:完整的 entry 描述
created_at datetime NOT NULL default '0000-00-00 00:00:00':entry 創建日期
starts_in datetime NOT NULL default '0000-00-00 00:00:00':
外掛標籤
開發者團隊
原文外掛簡介
Tabagile Scrum Board 0.1 (alpha version), is a simple scrum board that will help you, a Product Owner, to deal with your stories, sprints and your team members.
0.1 alpha features:
All members work as a team to manipulate the list under “Manage”.
Each member can see what’s really important.
Scrum players are in Sync with WordPress Roles and Capabilities.
You can insert entries as Stories, Epics, Themes, Tasks or Project.
Tabagile Scrum Board permits you to maintain the relationships between the entryes. That is, an Epic can be a parent category for a lot of stories, for example.
Set the stories as “Not-ready” or “Ready” and submit them to sprint. Trac it all.
Next alpha release features:
Entries pagination and a “sort by” the table title names.
View the entries according by the relationship beetween them(parents and children nodes).
Request for approval using e-mail on changing the entry status.
Visualize the graphs for “release burn-down”, “sprint burn-down”.
Attach files and documents to the entries.
Setup the title table names that will be shown in the product backlog list
Tabagile Scrum Board is a variant derived from Abstract Dimension’s Todo List Plugin.
Roles and Capabilities
“subscriber” / role:0 = Client (that user can sugest stories directly in the product backlog, trough a public interface, and can follow entries created by himself)
“contributor” / role:1 = Team Member(that user can sugest stories directly in the product backlog, trough a public interface, and can follow entries created by himself)
“author” / role:2,3,4 = Team Member (that user can see your tasks in product backlog)
“editor” / role:5,6,7 = Scrum Master (can dealing with tasks and team members)
“administrator” / role:8,9,10 = Product Owner (can dealing with epics, stories, themes, projects and grant access for all team members)
Table Structure
id bigint(20) NOT NULL auto_increment: the entry id ( story, epic, theme )
idParent int(11) default NULL: parent id number, if it exists
sprintNumber int(11) default NULL: sprint number that will support the storie
points int(11) default NULL: story points
author bigint(20) NOT NULL default ‘0’: story account id
att bigint(4) NOT NULL default ‘0’: attendant id (scrum-master, p.o, team-member)
targetActors bigint(20) NOT NULL default ‘0’: the target profile that will be
tasktag bigint(4) NOT NULL default ‘0’: it will show you if the entry is a ‘0 = story’, ‘1 =
epic’, ‘2 = theme’, ‘3 = task’, ‘4 = project’
status tinyint(1) NOT NULL default ‘0’: this field is abble to show you if your story is ‘0 = notset’, ‘1 = notready’ ‘2 = ready’, ‘3 = progress’, ‘4 = has been done’
priority tinyint(1) NOT NULL default ‘0’: ‘0 = important’, ‘1 = normal’, ‘2 = low’
todotext text NOT NULL: The full entry description
created_at datetime NOT NULL default ‘0000-00-00 00:00:00’: The date that the entry has been created
starts_in datetime NOT NULL default ‘0000-00-00 00:00:00’: The date that the entry was submited to the sprint
ended_in datetime NOT NULL default ‘0000-00-00 00:00:00’: The date that the entry has been doned
