diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..12c9cf8af --- /dev/null +++ b/progress.json @@ -0,0 +1,183 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768620808.379977, + "completed_at": 1768620811.340995, + "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": 1768621326.588007, + "completed_at": 1768621327.839272, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768620328.318403, + "completed_at": 1768620329.528646, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768620413.33966, + "completed_at": 1768620414.561441, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768619858.267143, + "completed_at": 1768619859.564543, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768619965.190935, + "completed_at": 1768619966.58067, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768965452.439992, + "completed_at": 1768965500.553456, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768965998.487094, + "completed_at": 1768965999.705243, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768967656.48867, + "completed_at": 1768967659.406066, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1768967752.194064, + "completed_at": 1768967754.121606, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768968299.779984, + "completed_at": 1768968303.446633, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768968354.001208, + "completed_at": 1768968357.912208, + "comments": [ + "You are not ignoring ignore_me.txt", + "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": 1768968475.152155, + "completed_at": 1768968478.717899, + "comments": [ + "You are not ignoring ignore_me.txt", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768968674.63804, + "completed_at": 1768968676.694763, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768968985.510683, + "completed_at": 1768968988.898504, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768969765.276305, + "completed_at": 1768969768.022476, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768970414.331099, + "completed_at": 1768970417.295206, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768970482.138336, + "completed_at": 1768970483.460717, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768971061.256808, + "completed_at": 1768971062.745888, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768971850.064745, + "completed_at": 1768971851.467421, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + } +] \ No newline at end of file