diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..7b8664fe2 --- /dev/null +++ b/progress.json @@ -0,0 +1,216 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768641932.12782, + "completed_at": 1768641934.273112, + "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": 1768643057.876282, + "completed_at": 1768643059.926521, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768639840.021879, + "completed_at": 1768639841.997835, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768641447.444161, + "completed_at": 1768641449.583594, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768638912.325469, + "completed_at": 1768638914.082749, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768638983.44141, + "completed_at": 1768638985.227405, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768824542.33733, + "completed_at": 1768824626.327516, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768825151.476415, + "completed_at": 1768825154.178202, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768825873.57587, + "completed_at": 1768825877.443271, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768826783.901173, + "completed_at": 1768826796.290371, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768827371.902906, + "completed_at": 1768827376.963999, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768827637.112412, + "completed_at": 1768827644.219222, + "comments": [ + "The remote 'origin' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768827685.046214, + "completed_at": 1768827692.149434, + "comments": [ + "The origin remote does not point to your fork!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768827748.138748, + "completed_at": 1768827753.218264, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768828993.490459, + "completed_at": 1768828996.383381, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768885988.971772, + "completed_at": 1768885990.929348, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768887076.861126, + "completed_at": 1768887079.051706, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768887209.620619, + "completed_at": 1768887211.934125, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768887392.597908, + "completed_at": 1768887396.026287, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768891151.206819, + "completed_at": 1768891155.213653, + "comments": [ + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768891221.033388, + "completed_at": 1768891222.954041, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768892053.542786, + "completed_at": 1768892055.343535, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768893562.919329, + "completed_at": 1768893565.099961, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768894562.932222, + "completed_at": 1768894565.070289, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file