diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..3e90af674 --- /dev/null +++ b/progress.json @@ -0,0 +1,162 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1768934558.344258, + "completed_at": 1768934559.739076, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768934692.430093, + "completed_at": 1768934693.798272, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768943085.625256, + "completed_at": 1768943087.127064, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768943772.901526, + "completed_at": 1768943774.222756, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768944334.963379, + "completed_at": 1768944337.798729, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768944415.324509, + "completed_at": 1768944418.61076, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768944463.356616, + "completed_at": 1768944466.179255, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768944517.850844, + "completed_at": 1768944519.304244, + "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": 1768945331.618523, + "completed_at": 1768945332.949837, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768945879.266794, + "completed_at": 1768946024.429989, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768946043.693047, + "completed_at": 1768946060.926891, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768946072.141122, + "completed_at": 1768946078.135103, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768946192.502457, + "completed_at": 1768946247.767402, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768984375.652234, + "completed_at": 1768984378.610629, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768984491.49248, + "completed_at": 1768984492.788741, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768992324.412497, + "completed_at": 1768992326.472517, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768993351.81743, + "completed_at": 1768993356.056035, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768993661.867713, + "completed_at": 1768993664.016646, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file