diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..d04efac6b --- /dev/null +++ b/progress.json @@ -0,0 +1,209 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768383597.655393, + "completed_at": 1768383600.042658, + "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": 1768385415.860136, + "completed_at": 1768385418.413827, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768382831.738737, + "completed_at": 1768382833.947723, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768380937.70328, + "completed_at": 1768380939.762813, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768381741.053249, + "completed_at": 1768381743.019165, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768412241.683662, + "completed_at": 1768412427.638298, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768412448.202845, + "completed_at": 1768412458.59304, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768413499.335817, + "completed_at": 1768413501.085343, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768414891.378218, + "completed_at": 1768414893.9068, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768416651.00167, + "completed_at": 1768416658.755273, + "comments": [ + "You are still ignoring many/file22.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768416767.704101, + "completed_at": 1768416775.773982, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768416908.668086, + "completed_at": 1768416914.861682, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768457566.384949, + "completed_at": 1768457570.975607, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768458133.059929, + "completed_at": 1768458137.628733, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768459741.349999, + "completed_at": 1768459743.406053, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768463389.223439, + "completed_at": 1768463391.415799, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768464891.486593, + "completed_at": 1768464895.569424, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1768464961.054403, + "completed_at": 1768464963.212783, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768465036.904708, + "completed_at": 1768465038.977326, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768465162.233076, + "completed_at": 1768465164.370296, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768465448.188982, + "completed_at": 1768465451.636791, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768494218.062165, + "completed_at": 1768494225.540081, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right.", + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768494755.890873, + "completed_at": 1768494760.243805, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + } +] \ No newline at end of file