• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

User Stories

 
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Halloo,

Maybe this is a dumb question for you guys. I want to know if there is a proper way to compose user stories? What should be the content? and how should
I compose the tasks of this story?

TA
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, a user story should represent something about the system being developed that is valuable to the customer.

Some people like to use a formal template for describing their user stories, e.g. As a (role) I want (something) so that (benefit). Using such a template generally helps you think about who (role) a certain feature is built for and why (benefit). Some people don't bother explicitly mentioning the role or the benefit. Some people just write a couple of words down and call it a user story. After all, a user story isn't intended to fully describe the feature but rather serve as a handle.

Have you read Mike Cohn's "User Stories Applied"? If not, I highly recommend it.
 
arnel nicolas
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks. i will check your recommendation
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also take a look at http://www.xprogramming.com/xpmag/expCardConversationConfirmation.htm
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic