diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..e31bb7b2f --- /dev/null +++ b/progress.json @@ -0,0 +1,198 @@ +[ + { + "exercise_name": "stage-fright", + "started_at": 1769016265.228463, + "completed_at": 1769016266.786547, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769016771.758626, + "completed_at": 1769016773.207199, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769014604.20637, + "completed_at": 1769014605.696397, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769144093.597784, + "completed_at": 1769144095.100132, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769150601.729634, + "completed_at": 1769150603.332935, + "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": 1769247196.124807, + "completed_at": 1769247197.698667, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769313975.072597, + "completed_at": 1769314028.801013, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769314064.355074, + "completed_at": 1769314111.341879, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769314136.889642, + "completed_at": 1769314143.02175, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769314451.712241, + "completed_at": 1769314453.252318, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769315711.296278, + "completed_at": 1769315713.505753, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769316777.245813, + "completed_at": 1769316783.513604, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769316937.255454, + "completed_at": 1769316941.71412, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769321806.88615, + "completed_at": 1769321810.074098, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769322078.040534, + "completed_at": 1769322082.664626, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769322902.684107, + "completed_at": 1769322905.551789, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769326980.223755, + "completed_at": 1769326981.776237, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769331021.776074, + "completed_at": 1769331023.2877, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769335091.544308, + "completed_at": 1769335095.965692, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1769335302.599381, + "completed_at": 1769335305.804563, + "comments": [ + "\"v1.0\" message must be exactly \"first full duty roster\"." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1769335342.327582, + "completed_at": 1769335343.972425, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769335544.467732, + "completed_at": 1769335546.33013, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + } +] \ No newline at end of file