diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..d39d346d9 --- /dev/null +++ b/progress.json @@ -0,0 +1,173 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755508364.21089, + "completed_at": 1755508364.983726, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1755508449.153344, + "completed_at": 1755508450.319568, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1755508049.735304, + "completed_at": 1755508050.176954, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755506381.551465, + "completed_at": 1755506381.891756, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755761190.595231, + "completed_at": 1755761364.366815, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755764055.834337, + "completed_at": 1755764056.270228, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" + }, + { + "exercise_name": "link-me", + "started_at": 1755764096.058126, + "completed_at": 1755764096.108463, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" + }, + { + "exercise_name": "link-me", + "started_at": 1755764754.823555, + "completed_at": 1755764755.926399, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1755767490.324765, + "completed_at": 1755767490.939361, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1756104471.504623, + "completed_at": 1756104473.602575, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756106983.825063, + "completed_at": 1756106994.60344, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756107219.039795, + "completed_at": 1756107227.576886, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756107336.126896, + "completed_at": 1756107344.454932, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1756116722.101865, + "completed_at": 1756116725.278267, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1756117243.830503, + "completed_at": 1756117247.152871, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1756119334.297837, + "completed_at": 1756119335.467497, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1756361664.613269, + "completed_at": 1756361665.444508, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1756361966.892552, + "completed_at": 1756361967.682274, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1756362628.553274, + "completed_at": 1756362629.223837, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + } +] \ No newline at end of file