diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..39352e2bb1 --- /dev/null +++ b/progress.json @@ -0,0 +1,153 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786704950.722916, + "completed_at": 1786704952.743838, + "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": 1786706628.480322, + "completed_at": 1786706630.370545, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786703751.667781, + "completed_at": 1786703753.419621, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786705392.326845, + "completed_at": 1786705394.160486, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787231601.14543, + "completed_at": 1787231605.788465, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787231685.062088, + "completed_at": 1787231687.337087, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787232713.593917, + "completed_at": 1787232719.780565, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1787233144.45935, + "completed_at": 1787233147.936909, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787233925.088106, + "completed_at": 1787233937.780269, + "comments": [ + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787234009.848139, + "completed_at": 1787234019.785535, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787234653.861039, + "completed_at": 1787234658.929371, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787235276.207585, + "completed_at": 1787235283.186292, + "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": 1787236064.470508, + "completed_at": 1787236069.164521, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787237871.637613, + "completed_at": 1787237874.316638, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787239964.545033, + "completed_at": 1787239967.110229, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787240306.838256, + "completed_at": 1787240309.395692, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787240780.192289, + "completed_at": 1787240783.910509, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + } +] \ No newline at end of file