{
"cases": [
{
"id": "case1",
"userId": "user1",
"advocateId": "adv1",
"status": "in_progress",
"type": "Tenant Rights",
"description": "Landlord refusing to return security deposit and claiming false damages",
"createdAt": "2024-03-01T10:00:00Z",
"updatedAt": "2024-03-02T15:30:00Z",
"transcripts": [
"Initial consultation: Client reports landlord withholding $2000 security deposit",
"Document review: Lease agreement shows no provisions for deductions without itemized list"
],
"followUps": [
{
"question": "Have you received any written communication about the damages?",
"answer": "Yes, but only verbal claims so far",
"ngoWorkerId": "ngo1",
"timestamp": "2024-03-02T11:00:00Z"
}
]
},
{
"id": "case2",
"userId": "user2",
"advocateId": "adv1",
"status": "resolved",
"type": "Employment Discrimination",
"description": "Unfair termination based on pregnancy status",
"createdAt": "2024-02-15T09:00:00Z",
"updatedAt": "2024-03-01T16:45:00Z",
"transcripts": [
"Client terminated after announcing pregnancy",
"HR documentation shows pattern of discrimination",
"Settlement agreement reached with employer"
],
"followUps": []
},
{
"id": "case3",
"userId": "user1",
"status": "new",
"type": "Consumer Protection",
"description": "Defective product causing injury, manufacturer refusing responsibility",
"createdAt": "2024-03-05T14:00:00Z",
"updatedAt": "2024-03-05T14:00:00Z",
"transcripts": [],
"followUps": [
{
"question": "Do you have the original purchase receipt?",
"ngoWorkerId": "ngo1",
"timestamp": "2024-03-05T15:00:00Z"
}
]
}
]
}