diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..1d2d2f67c --- /dev/null +++ b/progress.json @@ -0,0 +1,128 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1756187264.222714, + "completed_at": 1756187264.734864, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1756187397.962235, + "completed_at": 1756187398.106597, + "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": 1756185832.635921, + "completed_at": 1756185833.065694, + "comments": [ + "You should only be unstaging the attendance files for Josh, Adam, and Mary." + ], + "status": "Incomplete" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1756186287.102238, + "completed_at": 1756186287.570736, + "comments": [ + "You should only be unstaging the attendance files for Josh, Adam, and Mary." + ], + "status": "Incomplete" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1756186532.537977, + "completed_at": 1756186532.986416, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1756184504.256197, + "completed_at": 1756184504.618066, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1756192684.189194, + "completed_at": 1756192754.513138, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1756208718.047757, + "completed_at": 1756208718.495921, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1756209580.618616, + "completed_at": 1756209581.029068, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1756209960.630707, + "completed_at": 1756209961.90373, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756210600.435212, + "completed_at": 1756210601.362074, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1756211683.114539, + "completed_at": 1756211685.159807, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1756212048.47875, + "completed_at": 1756212050.531377, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1756264991.743869, + "completed_at": 1756264992.197448, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file