diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..cab60c1390 --- /dev/null +++ b/progress.json @@ -0,0 +1,126 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769668381.797819, + "completed_at": 1769668383.896324, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769707937.140158, + "completed_at": 1769707947.051453, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769708051.984807, + "completed_at": 1769708056.954201, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769707663.947984, + "completed_at": 1769707665.791619, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769707417.527643, + "completed_at": 1769707419.39935, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769707785.621322, + "completed_at": 1769707788.181055, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769707481.511951, + "completed_at": 1769707529.559927, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769068598.026631, + "completed_at": 1769068600.409522, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769103370.462389, + "completed_at": 1769103374.893839, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769103411.022917, + "completed_at": 1769103413.194285, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769668102.513886, + "completed_at": 1769668104.552452, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769668240.743743, + "completed_at": 1769668242.702459, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769666702.052988, + "completed_at": 1769666704.051827, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769667599.726785, + "completed_at": 1769667601.567418, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file