diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..9cc8d5f8ef --- /dev/null +++ b/progress.json @@ -0,0 +1,280 @@ +[ + { + "exercise_name": "remote-control", + "started_at": 1786863467.88218, + "completed_at": 1786863589.115971, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786863618.232729, + "completed_at": 1786863635.909747, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786863826.871584, + "completed_at": 1786863840.806452, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786865755.434207, + "completed_at": 1786865757.027436, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786869440.882075, + "completed_at": 1786869446.110523, + "comments": [ + "You are not ignoring ignore_me.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786869506.592485, + "completed_at": 1786869510.174112, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786872557.236582, + "completed_at": 1786872560.771753, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786873595.446325, + "completed_at": 1786873600.271308, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786873673.113758, + "completed_at": 1786873678.050672, + "comments": [ + "The upstream remote does not point to the original repository!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786873830.156175, + "completed_at": 1786873833.702837, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786875224.416044, + "completed_at": 1786875225.963855, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1786885827.65306, + "completed_at": 1786885830.820327, + "comments": [ + "Answer for In February, who was replaced in the Wednesday duty roster? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1786885886.276168, + "completed_at": 1786885887.719134, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1786890417.7376, + "completed_at": 1786890420.886418, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1786890569.802845, + "completed_at": 1786890571.334286, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1786891114.891508, + "completed_at": 1786891117.047881, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1786891453.898912, + "completed_at": 1786891460.396619, + "comments": [ + "Tag beta is still on the remote!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1786891775.555058, + "completed_at": 1786891780.982038, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786925335.725394, + "completed_at": 1786925337.524919, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786925617.99761, + "completed_at": 1786925622.10361, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1786925764.554079, + "completed_at": 1786925766.086955, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786927509.789752, + "completed_at": 1786927514.176102, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786927823.393715, + "completed_at": 1786927825.000552, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786928336.664281, + "completed_at": 1786928338.542235, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786928558.263304, + "completed_at": 1786928562.004246, + "comments": [ + "There are no grocery list items removed from the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786928623.785339, + "completed_at": 1786928626.37011, + "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": 1786929111.914959, + "completed_at": 1786929113.606309, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1786933999.037308, + "completed_at": 1786934002.193228, + "comments": [ + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1786934113.473921, + "completed_at": 1786934115.12546, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1786936712.248099, + "completed_at": 1786936716.135823, + "comments": [ + "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": 1786946359.08356, + "completed_at": 1786946360.544709, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + } +] \ No newline at end of file