diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..e6476a6883 --- /dev/null +++ b/progress.json @@ -0,0 +1,198 @@ +[ + { + "exercise_name": "stage-fright", + "started_at": 1786889826.107068, + "completed_at": 1786889827.913147, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786889753.180077, + "completed_at": 1786889754.896952, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786890450.229722, + "completed_at": 1786890451.833802, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786890743.127391, + "completed_at": 1786890745.265383, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786891047.920274, + "completed_at": 1786891049.358893, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786891625.209747, + "completed_at": 1786891626.930922, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786891895.218934, + "completed_at": 1786892004.012081, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786892085.106477, + "completed_at": 1786892091.189948, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786892894.290707, + "completed_at": 1786892895.664996, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786893275.276126, + "completed_at": 1786893277.298916, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786894001.43111, + "completed_at": 1786894003.357207, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786898886.888747, + "completed_at": 1786898890.056303, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786899751.341135, + "completed_at": 1786899754.473555, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786900178.090235, + "completed_at": 1786900179.542771, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1786900587.599126, + "completed_at": 1786900589.163027, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1786900977.881973, + "completed_at": 1786900979.355925, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1786901144.616456, + "completed_at": 1786901147.822696, + "comments": [ + "The 'april-update' tag is pointing to the wrong commit. It should point to the April commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-update", + "started_at": 1786901206.786948, + "completed_at": 1786901208.92461, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1786901463.96603, + "completed_at": 1786901466.558378, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1786902012.399187, + "completed_at": 1786902015.805334, + "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": 1786902107.467318, + "completed_at": 1786902109.335639, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1786902413.30547, + "completed_at": 1786902414.736723, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + } +] \ No newline at end of file