diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..4f2f10c4c --- /dev/null +++ b/progress.json @@ -0,0 +1,191 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769007876.744516, + "completed_at": 1769007881.41761, + "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": 1769009891.103501, + "completed_at": 1769009898.379808, + "comments": [ + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) did not match any of the accepted answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769010025.621775, + "completed_at": 1769010030.156022, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769006590.430411, + "completed_at": 1769006594.687186, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769007235.759267, + "completed_at": 1769007240.113115, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769002327.434505, + "completed_at": 1769002330.313656, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769002445.741855, + "completed_at": 1769002448.864339, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769015155.477315, + "completed_at": 1769015183.405603, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769015207.756886, + "completed_at": 1769015221.737937, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769015760.589656, + "completed_at": 1769015774.842054, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769015793.688435, + "completed_at": 1769015802.704394, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769016437.574087, + "completed_at": 1769016440.660619, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769017857.411623, + "completed_at": 1769017860.578475, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769019020.198639, + "completed_at": 1769019037.426079, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769019114.910802, + "completed_at": 1769019130.626093, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769019242.71699, + "completed_at": 1769019256.599428, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769020050.468796, + "completed_at": 1769020055.105022, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769020753.19858, + "completed_at": 1769020758.694113, + "comments": [ + "The origin remote does not point to your fork!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769021224.891096, + "completed_at": 1769021229.03623, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769023400.431002, + "completed_at": 1769023403.688756, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769025299.344018, + "completed_at": 1769025302.054187, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +] \ No newline at end of file