-
Notifications
You must be signed in to change notification settings - Fork 123
Story template
mdz edited this page Aug 25, 2011
·
22 revisions
- Copy this page and name it after the story.
- Fill in each section as applicable, or write N/A (don't delete sections -- except this one!)
What are we trying to accomplish? (in more detail than the title of the story)
- List of items which should be called out as explicitly in or out of scope.
- Includes: adding a page to display search results
- Excludes: embedding video in the search results
- List of statements of fact which should be true in order for the story to be accepted
- When I click the search button, I see search results
How will testing be accomplished? What tests or test infrastructure need to be created?
- Does this work impact anything else currently in progress?
- Rough outline of what the user interface will look like
- Shiny
- Anything which probably needs to be done for implementation
- List everything you know so far
Signed off by:
- ...
- Demo
- Have the acceptance criteria been met?
- Are the tests sufficient?
- Review known issues
- Does the implementation meet expectations for code quality and clarity?
- What considerations are there for deployment to production?