diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..6b76f04926 --- /dev/null +++ b/progress.json @@ -0,0 +1,102 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787493159.670452, + "completed_at": 1787493162.502165, + "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": 1787539002.2791, + "completed_at": 1787539005.013147, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787492354.33906, + "completed_at": 1787492359.753278, + "comments": [ + "Did not add bob.txt", + "Did not add alice.txt", + "Did not add joe.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787492461.102241, + "completed_at": 1787492463.661353, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787668449.421091, + "completed_at": 1787668524.559899, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787668912.044888, + "completed_at": 1787668916.830622, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787669082.37655, + "completed_at": 1787669084.830211, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787669763.860851, + "completed_at": 1787669767.276024, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787670757.863008, + "completed_at": 1787670766.589206, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787670921.407576, + "completed_at": 1787670931.304565, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787671231.223658, + "completed_at": 1787671238.42888, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file