diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..1f4fd01ae1 --- /dev/null +++ b/progress.json @@ -0,0 +1,117 @@ +[ + { + "exercise_name": "stage-fright", + "started_at": 1786883469.519961, + "completed_at": 1786883471.082235, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786884205.649566, + "completed_at": 1786884207.285066, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786884326.497081, + "completed_at": 1786884328.015258, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786884457.697518, + "completed_at": 1786884459.123479, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786884614.631285, + "completed_at": 1786884616.20561, + "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": 1786884832.537391, + "completed_at": 1786884834.108401, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786934626.445581, + "completed_at": 1786934947.098734, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786935287.937219, + "completed_at": 1786935289.48243, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786935707.546866, + "completed_at": 1786935710.24032, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786936015.976345, + "completed_at": 1786936019.017004, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786946573.439633, + "completed_at": 1786946576.75301, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786947258.084566, + "completed_at": 1786947261.387873, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786947557.332572, + "completed_at": 1786947559.040988, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file