From 3c684a54fd84e0109242653c1e2a1b004a5ffef0 Mon Sep 17 00:00:00 2001 From: Ryan Ngau Date: Thu, 22 Jan 2026 00:06:15 +0800 Subject: [PATCH 1/2] Sync progress with local machine --- progress.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..413296b9f --- /dev/null +++ b/progress.json @@ -0,0 +1,63 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768903743.24983, + "completed_at": 1768903746.180211, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768903847.239508, + "completed_at": 1768903848.675619, + "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": 1768904402.125582, + "completed_at": 1768904403.475824, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768903274.68478, + "completed_at": 1768903276.299939, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768903385.009467, + "completed_at": 1768903386.432974, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768899264.711629, + "completed_at": 1768899266.07395, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768899353.913578, + "completed_at": 1768899355.181909, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From cd5285b81b8778d38e34bbf0d1032e53ed05a630 Mon Sep 17 00:00:00 2001 From: Ryan Ngau Date: Thu, 22 Jan 2026 00:09:02 +0800 Subject: [PATCH 2/2] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 413296b9f..fd8a815bc 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769011706.114366, + "completed_at": 1769011741.514151, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file