diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..b032236e2 --- /dev/null +++ b/progress.json @@ -0,0 +1,171 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1767792791.553961, + "completed_at": 1767792794.438855, + "comments": [ + "All commits are empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1767792834.788532, + "completed_at": 1767792836.387632, + "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": 1767793565.30861, + "completed_at": 1767793566.75779, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1767792496.865861, + "completed_at": 1767792498.288381, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1767792591.073309, + "completed_at": 1767792592.490835, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1767791839.933805, + "completed_at": 1767791841.409564, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1767791857.078397, + "completed_at": 1767791858.481508, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1767791966.23739, + "completed_at": 1767791967.743628, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1767971647.880488, + "completed_at": 1767971717.352168, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1767971741.374067, + "completed_at": 1767971751.68513, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1767972177.569355, + "completed_at": 1767972178.926923, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768032810.599163, + "completed_at": 1768032812.553109, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768033337.450069, + "completed_at": 1768033340.688742, + "comments": [ + "You have not made any commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768033387.392622, + "completed_at": 1768033391.33188, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768033441.482451, + "completed_at": 1768033445.529396, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768033580.70391, + "completed_at": 1768033582.92384, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768051864.147222, + "completed_at": 1768051867.905125, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768052490.83188, + "completed_at": 1768052493.774159, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768138204.078044, + "completed_at": 1768138205.391952, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file