diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..492b3f4315 --- /dev/null +++ b/progress.json @@ -0,0 +1,138 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786627767.60925, + "completed_at": 1786627771.155735, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786627848.806448, + "completed_at": 1786627850.267719, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786863605.514852, + "completed_at": 1786863607.199689, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786628976.318424, + "completed_at": 1786628977.755397, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786863116.362333, + "completed_at": 1786863173.652595, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786627269.004075, + "completed_at": 1786627270.453884, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786548208.320196, + "completed_at": 1786548209.806001, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786878682.164322, + "completed_at": 1786878684.526605, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880114.120674, + "completed_at": 1786880117.953386, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880265.283361, + "completed_at": 1786880269.32801, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880313.336884, + "completed_at": 1786880317.198464, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880469.125941, + "completed_at": 1786880471.118165, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786885147.345485, + "completed_at": 1786885151.804916, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786885836.070207, + "completed_at": 1786885839.610639, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786895595.885066, + "completed_at": 1786895597.500272, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file