diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..11fc71b3b9 --- /dev/null +++ b/progress.json @@ -0,0 +1,136 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787332965.459284, + "completed_at": 1787332966.95641, + "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": 1787376566.362757, + "completed_at": 1787376568.121237, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787329944.615828, + "completed_at": 1787329946.594734, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787335750.388503, + "completed_at": 1787335751.882324, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787309497.649475, + "completed_at": 1787309499.236916, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787474079.289207, + "completed_at": 1787474088.947434, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787474104.83261, + "completed_at": 1787474111.813083, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787474222.575484, + "completed_at": 1787474366.521552, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787480317.105462, + "completed_at": 1787480319.46845, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787482142.522617, + "completed_at": 1787482147.247137, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring ignore_me.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787482510.26596, + "completed_at": 1787482513.392146, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787484177.070731, + "completed_at": 1787484179.871068, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787484917.093495, + "completed_at": 1787484920.598839, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787486306.010588, + "completed_at": 1787486308.985056, + "comments": [ + "You have not fetched Alice's changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787486377.851728, + "completed_at": 1787486379.207852, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file