agile

git flow releasing selected features

这一生的挚爱 提交于 2019-12-12 08:26:47
问题 I am trying to introduce Git flow to my team. We are a fairly small team and quite agile. We want to release once a day and this means we have limited time towards testing all the changes in the day. Business team wants to be able to control the features that are getting released although its not ideal. Git flow doesn't seem to accommodate this very well. After cutting a release branch from develop what is the best way to merge selected features to master. Is cherry picking the only option?

how complete should SBE specifications be?

人盡茶涼 提交于 2019-12-11 19:08:00
问题 I'm working on a fairly large existing code base where SBE specifications are created to define the behavior of the product. There are currently around 450 scenarios, and this number is growing with each new feature added to the code base. Compared to traditional one line requirement statements, it is difficult to get a high level understanding of the functionality of the system due to wordy nature of the SBE specifications. As an example, the stories currently have a total of 46,830 words: $

Software development cycle for a support team [closed]

℡╲_俬逩灬. 提交于 2019-12-11 18:30:38
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Could anyone please suggest a software process suitable to the work our team? We are a team of 6 developers (mostly juniors). We are supporting the ordering system for an online book store (similar to Amazon books). The system is already online and functioning. Most of the work is task based. Sometimes there is

Task due date in TFS 2010

老子叫甜甜 提交于 2019-12-11 04:12:21
问题 We recently installed TFS 2010 and are using it in an agile manner by taking advantage of the Scrum templates. We were curious if there is a way to track task due date within TFS so that we can easily run our daily scrums by only looking at tasks with a due date of yesterday and/or today. 回答1: There is no due date field because in Scrum methodology such information is not needed. All sprint related tasks (sprint backlog items) have due date of sprint ending. All user stories (product backlog

JIRA JQL: Issues resolved in the current sprint

血红的双手。 提交于 2019-12-10 13:18:47
问题 I would like to be able to filter for issues that are have been resolved in the current sprint. Generally this would be used to prevent issues resolved in a previous sprint but delayed in testing (not reopened) showing up when we are discussing what developers achieved this sprint. Closed issues should also appear, but they are not a problem, as if they were closed last sprint, they wouldn't roll over into this one anyway. In mock-JQL, it would go something like this: project = "Project name"

Modify the columns of the Sprint Board in team foundation server

时间秒杀一切 提交于 2019-12-10 09:34:58
问题 I am using MS Team Foundation Server to implemet Scrum and I would like to see the whole progress and add some columns in the board to be more clear and bright When I go to the public board of all PBIs, I can customize the delivery operation. I can Add new columns: Committed, Tested, Published etc. Public Board PBIs Picture But the problem is when I try to customize the sprint board, it seems to be untouchable I couldn’t add any new columns any way, or even edit columns name Sprint Board PBIs

Evidence based studies on the topic of best programming practices? [closed]

蹲街弑〆低调 提交于 2019-12-09 12:22:43
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . When seeking advice on good programming practices the typical answers are a variation of agile software development, test driven development or design patterns. However, as far as I know, neither of these are proven using the scientific method (if I'm wrong on this then feel free to correct me). I wonder, are

Scrum Burndown Patterns [closed]

走远了吗. 提交于 2019-12-09 11:49:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I'm in a 10 person team working on a large legacy code base with a less than ideal product owner. Our backlog is in pretty bad shape and large epics have frequently been breaking our sprints. The team also struggles with its definition of done - some members write unit test religiously, others don't, sometimes

Continuous integration with .net and svn [closed]

二次信任 提交于 2019-12-09 06:27:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . We're currently not applying the automated building and testing of continous integration in our project. We haven't bothered this far as we're only 2 developers working on it, but even with a team of 2 I still think it would be valuable to use continous integration and get a confirmation that our builds don't

How to write User Stories for technical implementation details? [closed]

跟風遠走 提交于 2019-12-09 04:50:16
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I'm trying to work in a more organised way and started adopting user stories. I think I have misunderstanding of how should I use user stories for technical stuff. Let's say I'm coding an app that gives me the ranking of my site for a certain Keyword in Google. The user story