In Scrum, should tasks such as development environment set-up and capability development be managed as subtasks within actual user stories?
Posted
by
Asim Ghaffar
on Programmers
See other posts from Programmers
or by Asim Ghaffar
Published on 2012-02-12T17:15:39Z
Indexed on
2012/03/19
18:14 UTC
Read the original article
Hit count: 481
Sometimes in projects we need to spend time on tasks such as:
- exploring alternate frameworks and tools
- learning the framework and tools selected for the project
- setting up the servers and project infrastructure (version control, build environments, databases, etc)
If we are using User Stories, where should all this work go?
One option is to make them all part of first user story (e.g. make the homepage for application). Another option is to do a spike for these tasks. A third option is to make task part of an Issue/Impediment (e.g. development environment not selected yet) rather than a user Story.
© Programmers or respective owner