File size: 4,347 Bytes
e7f6250 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
{
"task with actions": [
{
"task_index": 0,
"task": "View the commit history of a repository and analyze the commit breakdown per contributor.",
"actions": []
},
{
"task_index": 1,
"task": "Navigate to a popular repository to examine its commit statistics.",
"actions": [
{
"index": 0,
"start": 29.3,
"end": 30.9,
"text": "Navigate to a popular repository."
},
{
"index": 3,
"start": 41.4,
"end": 43.2,
"text": "Select the 'Open API Generator' repository."
}
]
},
{
"task_index": 2,
"task": "Observe the total number of commits in the selected repository.",
"actions": []
},
{
"task_index": 3,
"task": "Identify contributors and their commit counts in the repository.",
"actions": [
{
"index": 4,
"start": 53.0,
"end": 56.1,
"text": "View the list of members who made commits."
},
{
"index": 5,
"start": 59.5,
"end": 66.4,
"text": "View the list of contributors and their commit counts."
}
]
},
{
"task_index": 4,
"task": "Access the contributors page to view commits sorted by frequency and contributor.",
"actions": [
{
"index": 6,
"start": 80.2,
"end": 82.7,
"text": "Open the 'Contributors' page from the menu bar."
},
{
"index": 8,
"start": 88.8,
"end": 94.5,
"text": "View the list of contributors sorted by the number of commits."
}
]
},
{
"task_index": 5,
"task": "Explore detailed commit information, including searching by author and date.",
"actions": [
{
"index": 10,
"start": 112.3,
"end": 116.0,
"text": "Navigate to the 'Commits' section for more detailed information."
},
{
"index": 11,
"start": 121.0,
"end": 123.5,
"text": "Search for commits by author."
},
{
"index": 12,
"start": 131.7,
"end": 132.4,
"text": "Scroll down to view commits by different dates."
},
{
"index": 13,
"start": 136.6,
"end": 137.7,
"text": "Filter commits by a specific author."
},
{
"index": 14,
"start": 142.1,
"end": 144.5,
"text": "Search for commits by the author 'Mintus'."
}
]
},
{
"task_index": 6,
"task": "Review members and contributors in a different project to see commit breakdowns.",
"actions": [
{
"index": 15,
"start": 157.5,
"end": 161.5,
"text": "Navigate to the 'Members' section of a project."
},
{
"index": 16,
"start": 170.2,
"end": 173.4,
"text": "View the top contributor, Eric Bailey, and their commit count."
},
{
"index": 17,
"start": 177.0,
"end": 183.9,
"text": "View the breakdown of commits by author and date."
}
]
}
]
} |