1

我正在设置 TFS 2012 Express 的新安装。我几乎是唯一的开发人员——其他人偶尔会添加需求并管理主要的数据库更改。

我已经阅读并试用了 TFS 安装中包含的敏捷和 Scrum 模板,但我似乎无法理解为独立开发人员提供的最佳模板/工作流程。我似乎花更多的时间来管理任务板和诸如此类的东西,然后实际处理代码。

哪种流程模板最适合非常小的团队?我应该花费多少精力来维护任务/需求列表?

4

2 回答 2

1

For that I would go with the Scrum template, and only track requirements and bugs, not tasks. Use the built in Kanban board to display the status to anyone that needs to see it. (I choose the Scrum template here because the bug work item type is in the requirements category by default).

Alternatively, if the people who need to be made aware of the status of your work are all collocate with you, a physical Kanban board might serve your needs better. This is the method I usually prefer.

于 2013-07-25T09:10:03.980 回答
1

如果您想尝试一下,您可以在这里创建一个帐户:http: //tfs.visualstudio.com/

它几乎是来自 Microsoft 的完整的云端 Team Foundation Server。它最多可免费使用 5 个用户,并提供源代码、工作项和构建服务器。

您可以创建任意数量的团队项目,以便在您自己的服务器上采用这些功能之前在“安全”环境中测试这些功能。

于 2013-07-28T16:49:15.147 回答