From f560ba7cf0777132917c4b2d132e5894cd0b1a2a Mon Sep 17 00:00:00 2001 From: Chai Yi Kang Date: Wed, 21 Jan 2026 21:03:35 +0800 Subject: [PATCH 1/2] Sync progress with local machine --- progress.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..8fbf833a1 --- /dev/null +++ b/progress.json @@ -0,0 +1,18 @@ +[ + { + "exercise_name": "log-and-order", + "started_at": 1768565034.894744, + "completed_at": 1768565036.33112, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768564376.816145, + "completed_at": 1768564381.680091, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + } +] \ No newline at end of file From d213e2008ab1e1a5f6ae4a40292105dd0f23a75d Mon Sep 17 00:00:00 2001 From: Chai Yi Kang Date: Thu, 22 Jan 2026 10:46:51 +0800 Subject: [PATCH 2/2] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8fbf833a1..eef657bb1 100644 --- a/progress.json +++ b/progress.json @@ -14,5 +14,14 @@ "Great work! You have successfully fixed the attendance system!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769050008.537646, + "completed_at": 1769050010.156069, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file