diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..558104de1e --- /dev/null +++ b/progress.json @@ -0,0 +1,109 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1786862736.082382, + "completed_at": 1786862737.95936, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786862988.623186, + "completed_at": 1786862990.541915, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786893419.125537, + "completed_at": 1786893421.110771, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786893895.281993, + "completed_at": 1786893899.026721, + "comments": [ + "New grocery list items added to shopping-list.txt are not committed.", + "Grocery list items removed from shopping-list.txt are not committed." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786893979.02921, + "completed_at": 1786893981.121639, + "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": 1786894500.107728, + "completed_at": 1786894502.206057, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786894710.554078, + "completed_at": 1786894712.407152, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786894985.389253, + "completed_at": 1786895093.467506, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786895133.366743, + "completed_at": 1786895146.30575, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786895672.560668, + "completed_at": 1786895674.507411, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786896056.217396, + "completed_at": 1786896058.858778, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786896851.332981, + "completed_at": 1786896857.480224, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file