diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..2c07dbb99 --- /dev/null +++ b/progress.json @@ -0,0 +1,283 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1769108610.703828, + "completed_at": 1769108612.634832, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769108860.756839, + "completed_at": 1769108864.647856, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1769108909.542513, + "completed_at": 1769108913.22635, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769109758.683082, + "completed_at": 1769109845.956696, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769109864.284926, + "completed_at": 1769109872.020159, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769111139.708556, + "completed_at": 1769111141.748539, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769112290.052486, + "completed_at": 1769112294.501284, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769113065.814627, + "completed_at": 1769113069.778404, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769115029.831156, + "completed_at": 1769115036.287659, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769115106.019991, + "completed_at": 1769115110.335747, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769116014.219196, + "completed_at": 1769116016.672917, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769117542.693424, + "completed_at": 1769117546.567788, + "comments": [ + "Answer for In April, what were the new names added to the duty rosters? Remove/add extra rows where appropriate. does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1769117581.678384, + "completed_at": 1769117585.620499, + "comments": [ + "Answer for In April, what were the new names added to the duty rosters? Remove/add extra rows where appropriate. does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1769117681.135771, + "completed_at": 1769117684.207993, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769118314.096541, + "completed_at": 1769118317.59316, + "comments": [ + "Missing lightweight tag \"first-pilot\"." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1769118412.853357, + "completed_at": 1769118416.583105, + "comments": [ + "\"v1.0\" should be an annotated tag, not a lightweight tag." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1769118464.503037, + "completed_at": 1769118468.360096, + "comments": [ + "\"v1.0\" should point to the commit that updates March duty roster." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1769118539.466294, + "completed_at": 1769118544.258486, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769118794.240289, + "completed_at": 1769118796.616532, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769119139.192016, + "completed_at": 1769119144.383136, + "comments": [ + "Tag beta is still on the remote!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1769119232.617289, + "completed_at": 1769119236.077537, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769120189.087012, + "completed_at": 1769120192.794997, + "comments": [ + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769120359.616345, + "completed_at": 1769120363.255637, + "comments": [ + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769120390.579878, + "completed_at": 1769120392.574627, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769136309.066787, + "completed_at": 1769136313.016717, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is empty.", + "Answer for What's sum of values in west.csv on Jan 09th? is empty.", + "Answer for What's sum of values in north.csv on Jan 05th? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769136322.019836, + "completed_at": 1769136326.52425, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769136459.121249, + "completed_at": 1769136462.755813, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769136651.286964, + "completed_at": 1769136653.822688, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769137773.961589, + "completed_at": 1769137776.509072, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769138138.890471, + "completed_at": 1769138140.951438, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769138486.824122, + "completed_at": 1769138488.819243, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file