{
"id": "US-001",
"title": "Create order",
"description": "As a customer, I want to create an order so that I can buy products.",
"userStory": "As a customer, I want to create an order so that I can buy products.",
"acceptanceCriteria": [
{
"id": "AC-001",
"text": "Given valid order data, when I submit the order, then the order is created.",
"format": "given_when_then"
}
],
"priority": "Low",
"requirementId": "REQ-001",
"sourceRefs": [
{
"sourceDocumentId": "SRC-001",
"backendDocumentId": "5cdd281c-d2a2-4803-9f2e-4d3804d34ccc",
"page": 3,
"chunkId": "chunk-001",
"quote": "The system should allow users to create and track orders."
}
]
}