I have a set of user stories, and I have a set of business rules (primarily laws that link my requirements with requirements). In Agile SDLC, I'm not sure where these “rules” are tied to my user stories.
For example, a user story like:
As a doctor, I want to add patient information to create a new patient file.
And a rule like:
The following information should be included in each patient’s record: (patient: (i) name and first name; (ii) address; (iii) date of birth; and (iv) gender;
These two are clearly combined, but how can I connect them? How are test acceptance definitions in my user history? Another user story?
business-rules agile requirements user-stories
code-gijoe
source share