diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..4918dce75 --- /dev/null +++ b/progress.json @@ -0,0 +1,171 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768188510.655868, + "completed_at": 1768188513.653437, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768188558.919553, + "completed_at": 1768188560.245948, + "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": 1768189375.797943, + "completed_at": 1768189377.033974, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768146303.01935, + "completed_at": 1768146305.177061, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768145397.28509, + "completed_at": 1768145398.534373, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768307195.922312, + "completed_at": 1768307250.394898, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768307268.236291, + "completed_at": 1768307273.1412, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768308292.573655, + "completed_at": 1768308295.39285, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768308545.478588, + "completed_at": 1768308548.336181, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768308612.851631, + "completed_at": 1768308614.175675, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768377388.841392, + "completed_at": 1768377392.543541, + "comments": [ + "You might have forgotten to push your commit to the remote repository." + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1768377478.465477, + "completed_at": 1768377481.387788, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768378191.461019, + "completed_at": 1768378194.5845, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768378304.585957, + "completed_at": 1768378306.316474, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768385015.604216, + "completed_at": 1768385018.850769, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768385919.734929, + "completed_at": 1768385924.392779, + "comments": [ + "/Users/gabrielphua/Desktop/gitmastery-home/gitmastery-exercises/clone-repo/shapes" + ], + "status": "Error" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768386222.384891, + "completed_at": 1768386227.341963, + "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": 1768386311.497591, + "completed_at": 1768386314.853249, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768396651.982971, + "completed_at": 1768396653.179211, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file