VWA / sales_tutorial /sales_tutorial.project.json
KevinQHLin's picture
Upload folder using huggingface_hub
e54626f verified
raw
history blame
2.41 kB
{
"projects": [
{
"project_index": 0,
"project_title": "How to generate and analyze order reports",
"tasks": [
{
"index": 0,
"start": 8.8,
"end": 28.7,
"text": "Access the orders report to check the monthly count of orders."
},
{
"index": 1,
"start": 30.4,
"end": 84.5,
"text": "Set the date range and generate the orders report."
}
]
},
{
"project_index": 1,
"project_title": "How to manage and filter orders",
"tasks": [
{
"index": 3,
"start": 156.1,
"end": 179.9,
"text": "Access the general order section to view ongoing orders."
},
{
"index": 4,
"start": 214.6,
"end": 245.6,
"text": "Apply filters to view orders by status."
},
{
"index": 5,
"start": 287.6,
"end": 316.7,
"text": "Search orders by ID, name, or purchase date."
}
]
},
{
"project_index": 2,
"project_title": "How to edit order details and add tracking",
"tasks": [
{
"index": 6,
"start": 351.5,
"end": 381.1,
"text": "Edit billing or shipping address for an order."
},
{
"index": 7,
"start": 414.5,
"end": 447.7,
"text": "Add a tracking number to an order."
}
]
},
{
"project_index": 3,
"project_title": "How to notify customers about pending orders",
"tasks": [
{
"index": 8,
"start": 518.8,
"end": 561.6,
"text": "Send a notification to customers with pending orders."
}
]
}
]
}