diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..bb3164111d --- /dev/null +++ b/progress.json @@ -0,0 +1,81 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787217166.989382, + "completed_at": 1787217168.928228, + "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": 1787219654.011766, + "completed_at": 1787219656.636366, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787216624.468795, + "completed_at": 1787216626.260879, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787218603.922009, + "completed_at": 1787218606.63769, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787201895.075508, + "completed_at": 1787201896.889041, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787202008.232121, + "completed_at": 1787202010.61291, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787234328.264926, + "completed_at": 1787234419.714893, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787235079.625123, + "completed_at": 1787235082.118078, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787237660.170842, + "completed_at": 1787237663.819063, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + } +] \ No newline at end of file