diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..438145e4bd --- /dev/null +++ b/progress.json @@ -0,0 +1,175 @@ +[ + { + "exercise_name": "log-and-order", + "started_at": 1787073565.494883, + "completed_at": 1787073567.529017, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787072793.921837, + "completed_at": 1787072795.8964, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787282104.896862, + "completed_at": 1787282167.027646, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787282221.959673, + "completed_at": 1787282245.727361, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787282595.829022, + "completed_at": 1787282599.827272, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787282750.411529, + "completed_at": 1787282752.269199, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787284313.424755, + "completed_at": 1787284322.392101, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787285551.232626, + "completed_at": 1787285555.011611, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787294978.635487, + "completed_at": 1787294980.894058, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787315261.032506, + "completed_at": 1787315262.887429, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787315752.226964, + "completed_at": 1787315756.11915, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787315830.097409, + "completed_at": 1787315833.916522, + "comments": [ + "Missing lightweight tag \"first-pilot\"." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787315871.537318, + "completed_at": 1787315873.612189, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787316097.728519, + "completed_at": 1787316101.567337, + "comments": [ + "The 'first-update' tag still exists.", + "You are missing the 'january-update' tag." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-update", + "started_at": 1787316151.816183, + "completed_at": 1787316153.867915, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787317789.423443, + "completed_at": 1787317793.079619, + "comments": [ + "Answer for Which are the new values in staged files? is empty.", + "Answer for Which are the new values in modified but unstaged files? does not contain all of the right answers.", + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers.", + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787317805.422558, + "completed_at": 1787317809.258649, + "comments": [ + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787317939.789424, + "completed_at": 1787317941.713563, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787318935.781267, + "completed_at": 1787318937.783703, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + } +] \ No newline at end of file