diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..7cab7714c7 --- /dev/null +++ b/progress.json @@ -0,0 +1,126 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787414724.379827, + "completed_at": 1787414726.18158, + "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": 1787420776.613964, + "completed_at": 1787420778.295827, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787416508.109727, + "completed_at": 1787416509.759723, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787212062.948786, + "completed_at": 1787212064.5562, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787212312.550845, + "completed_at": 1787212314.14683, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787455291.539345, + "completed_at": 1787456068.351487, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787456244.389649, + "completed_at": 1787456252.594613, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787462094.667808, + "completed_at": 1787462096.217211, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787470415.297626, + "completed_at": 1787470417.609648, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787477513.806908, + "completed_at": 1787477520.683359, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787477673.402049, + "completed_at": 1787477678.971439, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787480604.450753, + "completed_at": 1787480607.389858, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787482581.306528, + "completed_at": 1787482584.258235, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787489520.215402, + "completed_at": 1787489521.925326, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file