diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..f81eb9a09 --- /dev/null +++ b/progress.json @@ -0,0 +1,101 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755751545.453423, + "completed_at": 1755751546.014354, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1755751612.292126, + "completed_at": 1755751612.437197, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1755750984.788564, + "completed_at": 1755750985.291328, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1755751296.324319, + "completed_at": 1755751296.905235, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755750448.622621, + "completed_at": 1755750448.991194, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1756380418.195541, + "completed_at": 1756380489.930905, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1756380971.5666, + "completed_at": 1756380972.07919, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1756388391.560952, + "completed_at": 1756388392.762808, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756388891.830621, + "completed_at": 1756388892.890837, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756388955.873062, + "completed_at": 1756388956.490956, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756389043.472794, + "completed_at": 1756389044.108937, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + } +] \ No newline at end of file