diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..cedeb3417 --- /dev/null +++ b/progress.json @@ -0,0 +1,153 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769148235.771929, + "completed_at": 1769148237.209407, + "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": 1769151920.849023, + "completed_at": 1769151922.282193, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769146453.705844, + "completed_at": 1769146455.057952, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769147603.313943, + "completed_at": 1769147604.77785, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769144470.822837, + "completed_at": 1769144472.4443, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769144655.596305, + "completed_at": 1769144658.84152, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1769144741.390855, + "completed_at": 1769144742.763485, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769152837.617213, + "completed_at": 1769152948.819674, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769158412.219917, + "completed_at": 1769158415.059015, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769158468.776843, + "completed_at": 1769158471.753158, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1769224928.950942, + "completed_at": 1769224930.886612, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769225974.308117, + "completed_at": 1769225977.099198, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769226283.039398, + "completed_at": 1769226287.919233, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769227031.975847, + "completed_at": 1769227037.59772, + "comments": [ + "The origin remote does not point to your fork!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769227174.334282, + "completed_at": 1769227178.200141, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769251321.561512, + "completed_at": 1769251322.939918, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769264056.939014, + "completed_at": 1769264058.339483, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +] \ No newline at end of file