diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..14fe22d17 --- /dev/null +++ b/progress.json @@ -0,0 +1,108 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1767700708.761571, + "completed_at": 1767700712.689217, + "comments": [ + "All commits are empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1767700821.687481, + "completed_at": 1767700824.808988, + "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": 1767707815.117641, + "completed_at": 1767707817.656196, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1767699304.531868, + "completed_at": 1767699306.968699, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1767699728.428752, + "completed_at": 1767699730.582359, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1767696928.572629, + "completed_at": 1767696930.690916, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1767697582.663783, + "completed_at": 1767697584.723966, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1767697988.274303, + "completed_at": 1767697990.367385, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1767770472.330011, + "completed_at": 1767770852.547905, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1767772321.178362, + "completed_at": 1767772323.855116, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1767774740.218381, + "completed_at": 1767774743.40413, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1767779915.431824, + "completed_at": 1767779927.969642, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file