VWA / add_to_cart /add_to_cart.project.json
KevinQHLin's picture
Upload folder using huggingface_hub
33e587e verified
raw
history blame
1.31 kB
{
"projects": [
{
"project_index": 0,
"project_title": "How to add items to the cart and manage their details",
"tasks": [
{
"index": 0,
"start": 20.7,
"end": 26.6,
"text": "Add an item to the cart by clicking the \"Add to Cart\" button."
},
{
"index": 1,
"start": 49.6,
"end": 56.5,
"text": "Select a listing to choose and edit the quantity of the item."
},
{
"index": 2,
"start": 66.7,
"end": 100.2,
"text": "For clothing items, select the size and quantity before adding to the cart."
}
]
},
{
"project_index": 1,
"project_title": "How to access the shopping cart after adding items",
"tasks": [
{
"index": 3,
"start": 108.4,
"end": 112.9,
"text": "Access the shopping cart through a hyperlink after adding items."
}
]
}
]
}