diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..2b5f09b7ce --- /dev/null +++ b/progress.json @@ -0,0 +1,335 @@ +[ + { + "exercise_name": "remote-control", + "started_at": 1787993576.328332, + "completed_at": 1787993725.070275, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787993843.407491, + "completed_at": 1787994032.575894, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1788256255.962265, + "completed_at": 1788256297.455317, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1788256507.130193, + "completed_at": 1788256508.522875, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1788256536.018299, + "completed_at": 1788256537.423516, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1788261192.83352, + "completed_at": 1788261195.918421, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1788261312.921593, + "completed_at": 1788261314.959618, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1788261349.501655, + "completed_at": 1788261351.407348, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1788261570.367342, + "completed_at": 1788261583.052903, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1788261784.963183, + "completed_at": 1788261786.360538, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1788261831.75622, + "completed_at": 1788261837.392769, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1788261930.160175, + "completed_at": 1788261934.140128, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1788261985.705412, + "completed_at": 1788261989.930911, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1788262452.478586, + "completed_at": 1788262455.414255, + "comments": [ + "Did not add alice.txt", + "Did not add bob.txt", + "Did not add joe.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1788262485.167368, + "completed_at": 1788262486.565902, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1788262519.224102, + "completed_at": 1788262520.53178, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1788262611.40846, + "completed_at": 1788262612.796075, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1788262769.954886, + "completed_at": 1788262771.322764, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1788262856.074831, + "completed_at": 1788262857.564936, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1788262918.441529, + "completed_at": 1788262919.908878, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1788401054.000791, + "completed_at": 1788401057.409186, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.", + "Answer for What is the commit message of the commit 803f20a695b2ab50aec9de84ec14785ffbce9744? is empty.", + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1788401214.016374, + "completed_at": 1788401215.634727, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1788401291.391796, + "completed_at": 1788401292.813202, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1788401723.434589, + "completed_at": 1788401726.469187, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1788402228.242968, + "completed_at": 1788402231.609003, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1788402259.600017, + "completed_at": 1788402262.582341, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1788402402.949287, + "completed_at": 1788402404.456681, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1788402424.057636, + "completed_at": 1788402425.475967, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1788403458.45143, + "completed_at": 1788403461.89328, + "comments": [ + "Answer for In April, what were the new names added to the duty rosters? Remove/add extra rows where appropriate. does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1788403740.191328, + "completed_at": 1788403742.167014, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1788403776.854889, + "completed_at": 1788403778.652887, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1788403906.69159, + "completed_at": 1788403908.4642, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1788403939.568869, + "completed_at": 1788403941.399411, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1788405238.60571, + "completed_at": 1788405240.138895, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1788405279.153126, + "completed_at": 1788405280.588261, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1788405780.922764, + "completed_at": 1788405783.935606, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1788405808.056948, + "completed_at": 1788405810.396691, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + } +] \ No newline at end of file