diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..39cce581d0 --- /dev/null +++ b/progress.json @@ -0,0 +1,56 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787247303.988796, + "completed_at": 1787247305.892417, + "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": 1787245455.574727, + "completed_at": 1787245457.335626, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787247682.261435, + "completed_at": 1787247683.998088, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787269935.290951, + "completed_at": 1787269936.885735, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787286856.89669, + "completed_at": 1787286859.398094, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787288296.412852, + "completed_at": 1787288302.002789, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file