diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..b3de8ec66 --- /dev/null +++ b/progress.json @@ -0,0 +1,181 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768974374.17104, + "completed_at": 1768974375.529239, + "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": 1768975481.677124, + "completed_at": 1768975483.018014, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768972461.235048, + "completed_at": 1768972462.523758, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768974109.112598, + "completed_at": 1768974110.381709, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768971764.381975, + "completed_at": 1768971765.675017, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768971887.441497, + "completed_at": 1768971888.741193, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768976982.80772, + "completed_at": 1768977053.715778, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768977095.384607, + "completed_at": 1768977102.466183, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768977856.07855, + "completed_at": 1768977857.370664, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768978673.31509, + "completed_at": 1768978676.044444, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1768978842.446915, + "completed_at": 1768978846.467557, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768979754.110051, + "completed_at": 1768979758.012773, + "comments": [ + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that.", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768979859.916527, + "completed_at": 1768979862.342774, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768987102.94288, + "completed_at": 1768987106.795426, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768987518.050518, + "completed_at": 1768987521.630456, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768987791.401691, + "completed_at": 1768987792.751332, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768988486.077911, + "completed_at": 1768988488.937254, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1768988600.979599, + "completed_at": 1768988602.262653, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768988803.652504, + "completed_at": 1768988804.957801, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768988996.137177, + "completed_at": 1768989000.662716, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + } +] \ No newline at end of file