diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..5c07bfc9c --- /dev/null +++ b/progress.json @@ -0,0 +1,263 @@ +[ + { + "exercise_name": "branch-bender", + "started_at": 1769418346.47707, + "completed_at": 1769418350.700927, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1769420072.646728, + "completed_at": 1769420074.971318, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1769419079.690602, + "completed_at": 1769419081.680427, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769416961.271355, + "completed_at": 1769416963.332315, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1769419792.395251, + "completed_at": 1769419794.42072, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1769419512.896461, + "completed_at": 1769419515.294408, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768734869.719886, + "completed_at": 1768734872.0511, + "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": 1768810801.955696, + "completed_at": 1768810804.602935, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1769415879.338151, + "completed_at": 1769415881.868023, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768732333.180903, + "completed_at": 1768732335.379374, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768732617.796409, + "completed_at": 1768732619.890187, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768732623.994289, + "completed_at": 1768732626.04051, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768732747.218717, + "completed_at": 1768732749.406923, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729594.727522, + "completed_at": 1768729598.687188, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729775.488504, + "completed_at": 1768729779.988574, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729804.335977, + "completed_at": 1768729812.183327, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729869.980854, + "completed_at": 1768729872.090427, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768731729.106616, + "completed_at": 1768731731.027147, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769423914.902207, + "completed_at": 1769424014.975428, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769424160.514596, + "completed_at": 1769424170.636758, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769424227.418426, + "completed_at": 1769424234.510978, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769424573.799043, + "completed_at": 1769424575.781082, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769425615.216311, + "completed_at": 1769425618.464968, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426136.939054, + "completed_at": 1769426145.222969, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426234.680113, + "completed_at": 1769426242.936426, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426259.341082, + "completed_at": 1769426267.62036, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426375.508878, + "completed_at": 1769426384.343898, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426398.715735, + "completed_at": 1769426407.213033, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426461.290201, + "completed_at": 1769426468.437255, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file