diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..79cd6308c --- /dev/null +++ b/progress.json @@ -0,0 +1,180 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1768487591.840484, + "completed_at": 1768487594.721603, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768487774.956013, + "completed_at": 1768487777.277028, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768488140.629624, + "completed_at": 1768488142.879003, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768488257.504474, + "completed_at": 1768488260.427422, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768488710.037481, + "completed_at": 1768488713.906405, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768488765.008677, + "completed_at": 1768488766.863253, + "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": 1768489465.76836, + "completed_at": 1768489468.012874, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768821683.382075, + "completed_at": 1768821691.457913, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768821888.441223, + "completed_at": 1768821890.474023, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768822154.105821, + "completed_at": 1768822162.689107, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768822300.359286, + "completed_at": 1768822302.752262, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768823252.153061, + "completed_at": 1768823256.235878, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768823413.167638, + "completed_at": 1768823416.66623, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768823629.07615, + "completed_at": 1768823633.470247, + "comments": [ + "You have not fetched Alice's changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768823745.478798, + "completed_at": 1768823746.982299, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768823812.330422, + "completed_at": 1768823867.463909, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768823895.545613, + "completed_at": 1768823901.664145, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768825158.651466, + "completed_at": 1768825160.251327, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768826592.196201, + "completed_at": 1768826593.990731, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768827636.063473, + "completed_at": 1768827637.804917, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + } +] \ No newline at end of file