diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..32dc93c11 --- /dev/null +++ b/progress.json @@ -0,0 +1,189 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768439073.584914, + "completed_at": 1768439080.263055, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768439192.452769, + "completed_at": 1768439196.044788, + "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": 1768472641.174685, + "completed_at": 1768472644.142073, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768401432.33665, + "completed_at": 1768401435.158005, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768402158.623257, + "completed_at": 1768402161.332118, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768398106.054119, + "completed_at": 1768398108.611464, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768398531.646659, + "completed_at": 1768398534.221071, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768661560.536442, + "completed_at": 1768661574.035904, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768662538.374738, + "completed_at": 1768662541.05263, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768710146.87826, + "completed_at": 1768710150.601844, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768712818.001556, + "completed_at": 1768712829.583575, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768713715.445431, + "completed_at": 1768713720.425851, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768714563.85292, + "completed_at": 1768714568.634485, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768719730.677896, + "completed_at": 1768719733.545379, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768722415.388285, + "completed_at": 1768722417.989435, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768725334.037517, + "completed_at": 1768725336.868641, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768725793.436161, + "completed_at": 1768725797.486129, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768726115.183764, + "completed_at": 1768726119.432383, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768728273.616927, + "completed_at": 1768728276.389782, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768746252.892535, + "completed_at": 1768746255.705152, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768752611.408022, + "completed_at": 1768752614.437059, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + } +] \ No newline at end of file