diff --git a/progress.json b/progress.json new file mode 100644 index 00000000..f6e145ad --- /dev/null +++ b/progress.json @@ -0,0 +1,137 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755159670.152174, + "completed_at": 1755159670.525459, + "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": 1755159447.402808, + "completed_at": 1755159447.772122, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1755159383.136898, + "completed_at": 1755159383.49935, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755159537.571546, + "completed_at": 1755159537.977589, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755161607.18997, + "completed_at": 1755161607.526011, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755161726.330206, + "completed_at": 1755161806.89013, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755162008.701638, + "completed_at": 1755162012.019253, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755162594.467234, + "completed_at": 1755162595.286595, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755162665.5176, + "completed_at": 1755162665.997482, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755162697.924031, + "completed_at": 1755162698.393122, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755162822.952831, + "completed_at": 1755162825.081975, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755163148.206568, + "completed_at": 1755163150.173955, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755163216.048082, + "completed_at": 1755163217.848239, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755163539.860844, + "completed_at": 1755163539.925519, + "comments": [ + "You have not fetched Bob's changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755163553.207627, + "completed_at": 1755163553.28107, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file