diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..81e74cb865 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1787315063.210328, + "completed_at": 1787315065.616826, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787315169.28756, + "completed_at": 1787315171.55912, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787315646.208746, + "completed_at": 1787315648.743935, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787315986.527944, + "completed_at": 1787315991.813097, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787316060.631571, + "completed_at": 1787316063.6183, + "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": 1787316643.202929, + "completed_at": 1787316645.975965, + "comments": [], + "status": "Completed" + } +] \ No newline at end of file