diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a0595c2e4 --- /dev/null +++ b/progress.json @@ -0,0 +1,188 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1755595031.042069, + "completed_at": 1755595031.058273, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1755595111.644083, + "completed_at": 1755595111.659775, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1755595934.123543, + "completed_at": 1755595935.248094, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755825016.808915, + "completed_at": 1755825190.011933, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1755835423.593887, + "completed_at": 1755835424.880462, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1755836173.826535, + "completed_at": 1755836175.640305, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755844369.578035, + "completed_at": 1755844370.413675, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755854942.830707, + "completed_at": 1755854944.941018, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755874630.306574, + "completed_at": 1755874631.868963, + "comments": [ + "You have not made any commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755875106.098379, + "completed_at": 1755875115.812182, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that.", + "You are not ignoring ignore_me.txt", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755875422.224362, + "completed_at": 1755875430.710597, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that.", + "You are not ignoring ignore_me.txt", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755875553.867052, + "completed_at": 1755875562.153014, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755875922.500195, + "completed_at": 1755875925.731585, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755878879.669432, + "completed_at": 1755878883.04866, + "comments": [ + "Clone named shapes is missing! Remember to clone your fork using the name 'shapes', not 'gm-shapes'!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755880794.036082, + "completed_at": 1755880797.434341, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1756795338.19968, + "completed_at": 1756795339.779114, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1756796365.51872, + "completed_at": 1756796366.816229, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1756797288.344488, + "completed_at": 1756797289.831455, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1756797983.428791, + "completed_at": 1756797984.644856, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1756798742.630843, + "completed_at": 1756798743.817675, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + } +] \ No newline at end of file