diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..269e64b34 --- /dev/null +++ b/progress.json @@ -0,0 +1,117 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768638255.824131, + "completed_at": 1768638257.691361, + "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": 1768639712.063503, + "completed_at": 1768639713.939029, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768637781.596827, + "completed_at": 1768637783.471294, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768636701.745207, + "completed_at": 1768636703.179962, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768636714.095628, + "completed_at": 1768636715.557762, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768649549.933419, + "completed_at": 1768649604.765226, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768649665.612051, + "completed_at": 1768649673.968288, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768649742.279621, + "completed_at": 1768649761.841406, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768650186.843011, + "completed_at": 1768650188.662273, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768651566.048368, + "completed_at": 1768651568.672381, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768652697.697659, + "completed_at": 1768652701.926074, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768662329.118769, + "completed_at": 1768662332.712779, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768663936.661472, + "completed_at": 1768663938.702042, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file