From 40483f533d6a36d3815a5f4a6e64a3de8ebc1c4a Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Fri, 21 Aug 2026 17:23:38 +0800 Subject: [PATCH] Sync progress with local machine --- progress.json | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..2c0763ae2b --- /dev/null +++ b/progress.json @@ -0,0 +1,83 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786796468.783827, + "completed_at": 1786796471.571645, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787135178.798839, + "completed_at": 1787135190.881078, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787133478.993041, + "completed_at": 1787133482.802137, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787133987.231534, + "completed_at": 1787133992.311053, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787132944.337441, + "completed_at": 1787133009.052327, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787133037.973715, + "completed_at": 1787133050.873671, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787133069.859455, + "completed_at": 1787133083.594643, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786796102.237162, + "completed_at": 1786796104.7011, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786795813.856883, + "completed_at": 1786795816.280497, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file