VWA / sales_tutorial /sales_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
e54626f verified
raw
history blame
9.07 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Access the orders report to check the monthly count of orders.",
"actions": [
{
"index": 1,
"start": 9.0,
"end": 17.2,
"text": "Decide to check the monthly count of orders for different sales."
},
{
"index": 2,
"start": 18.9,
"end": 21.0,
"text": "Navigate to the dashboard."
},
{
"index": 3,
"start": 21.8,
"end": 22.2,
"text": "Go to the 'Reports' section."
},
{
"index": 4,
"start": 26.2,
"end": 27.4,
"text": "Go to 'Orders' in the sales section."
},
{
"index": 5,
"start": 30.6,
"end": 31.1,
"text": "Click on the 'Orders' report."
}
]
},
{
"task_index": 1,
"task": "Set the date range and generate the orders report.",
"actions": [
{
"index": 7,
"start": 39.3,
"end": 46.9,
"text": "Set the start date to January 1st."
},
{
"index": 8,
"start": 51.1,
"end": 61.6,
"text": "Set the end date to December 31st."
},
{
"index": 9,
"start": 69.8,
"end": 73.8,
"text": "Select the period as 'Year'."
},
{
"index": 10,
"start": 76.1,
"end": 77.0,
"text": "Click 'Show Report'."
}
]
},
{
"task_index": 2,
"task": "View invoices in the sales section.",
"actions": [
{
"index": 12,
"start": 107.7,
"end": 110.4,
"text": "Decide to view invoices."
},
{
"index": 13,
"start": 113.0,
"end": 115.0,
"text": "Navigate to the 'Sales' section on the left-hand side."
},
{
"index": 14,
"start": 116.8,
"end": 117.2,
"text": "Click on 'Invoices'."
},
{
"index": 15,
"start": 122.2,
"end": 123.5,
"text": "View different invoice IDs and their statuses."
},
{
"index": 16,
"start": 133.0,
"end": 135.4,
"text": "Decide to view a specific invoice ID."
},
{
"index": 17,
"start": 137.4,
"end": 138.2,
"text": "Check different information like billing and shipping addresses."
},
{
"index": 18,
"start": 146.5,
"end": 147.4,
"text": "Scroll down to view more information."
}
]
},
{
"task_index": 3,
"task": "Access the general order section to view ongoing orders.",
"actions": [
{
"index": 19,
"start": 171.6,
"end": 172.2,
"text": "Click on 'Orders' in the sales section."
},
{
"index": 20,
"start": 183.4,
"end": 185.6,
"text": "Scroll through the order section."
},
{
"index": 21,
"start": 189.0,
"end": 191.1,
"text": "Note that orders are sorted by purchase date."
},
{
"index": 22,
"start": 203.2,
"end": 205.2,
"text": "Scroll to see recent purchases and their statuses."
}
]
},
{
"task_index": 4,
"task": "Apply filters to view orders by status.",
"actions": [
{
"index": 23,
"start": 218.4,
"end": 220.4,
"text": "Filter orders by status."
},
{
"index": 24,
"start": 230.2,
"end": 231.6,
"text": "Click on 'Holds' and apply the filter."
},
{
"index": 25,
"start": 240.4,
"end": 243.0,
"text": "Click on 'Cancel' to view canceled orders."
},
{
"index": 28,
"start": 275.1,
"end": 276.2,
"text": "Click 'Filter' to change status."
}
]
},
{
"task_index": 5,
"task": "Search orders by ID, name, or purchase date.",
"actions": [
{
"index": 29,
"start": 287.7,
"end": 289.3,
"text": "Search by ID or name."
},
{
"index": 30,
"start": 313.3,
"end": 314.8,
"text": "Set time bounds on purchase date."
}
]
},
{
"task_index": 6,
"task": "Edit billing or shipping address for an order.",
"actions": [
{
"index": 33,
"start": 365.1,
"end": 365.8,
"text": "Click 'Edit' at the billing address."
},
{
"index": 34,
"start": 374.4,
"end": 377.0,
"text": "Enter new street and state information."
},
{
"index": 35,
"start": 380.5,
"end": 385.6,
"text": "Enter new city and phone number."
},
{
"index": 36,
"start": 395.4,
"end": 397.9,
"text": "Click 'Save Order Address'."
}
]
},
{
"task_index": 7,
"task": "Add a tracking number to an order.",
"actions": [
{
"index": 37,
"start": 411.1,
"end": 411.8,
"text": "Click 'Ship' to add a tracking number."
},
{
"index": 38,
"start": 418.3,
"end": 419.5,
"text": "Add a FedEx tracking number."
},
{
"index": 39,
"start": 431.2,
"end": 433.1,
"text": "Click 'Add Tracking Number'."
}
]
},
{
"task_index": 8,
"task": "Send a notification to customers with pending orders.",
"actions": [
{
"index": 42,
"start": 522.9,
"end": 524.1,
"text": "Click on 'Filter' for pending orders."
},
{
"index": 43,
"start": 546.0,
"end": 547.4,
"text": "Add a comment and choose to notify the customer by email."
},
{
"index": 44,
"start": 565.2,
"end": 566.5,
"text": "Submit the comment."
},
{
"index": 45,
"start": 582.6,
"end": 583.4,
"text": "Send an email to the customer."
}
]
}
]
}