User Story or User Stories for this specific requirement
Posted
by
Maximus
on Programmers
See other posts from Programmers
or by Maximus
Published on 2014-06-12T21:10:46Z
Indexed on
2014/06/12
21:37 UTC
Read the original article
Hit count: 755
I have to write a user story for a requirement that involves passing search filters to the same URI and retrieving corresponding results.
I have 5 filters.
I plan to write 5 different stories of type: As a URI user I can search by #filter1 so that I can retrieve results based on #filter1.
And then a 6th story that involves searching one or more or all six filters in conjunction.
Is this is a sensible route to take?
© Programmers or respective owner