diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..e64025a817 --- /dev/null +++ b/progress.json @@ -0,0 +1,300 @@ +[ + { + "exercise_name": "log-and-order", + "started_at": 1787222741.526954, + "completed_at": 1787222743.27202, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787222756.790179, + "completed_at": 1787222758.530538, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787223277.543314, + "completed_at": 1787223300.178735, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787223312.821499, + "completed_at": 1787223317.822298, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787223334.29978, + "completed_at": 1787223339.91185, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787223366.375613, + "completed_at": 1787223412.239912, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787223536.212274, + "completed_at": 1787223539.435511, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787223627.908814, + "completed_at": 1787223629.241663, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787224178.781512, + "completed_at": 1787224183.640246, + "comments": [ + "You might have forgotten to push your commit to the remote repository." + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1787224199.102889, + "completed_at": 1787224201.623116, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787224474.064831, + "completed_at": 1787224475.471178, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787224558.528637, + "completed_at": 1787224561.68419, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787224790.067124, + "completed_at": 1787224793.323791, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787224985.239951, + "completed_at": 1787224986.673056, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787226058.39907, + "completed_at": 1787226060.039007, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787226615.657705, + "completed_at": 1787226617.21634, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787226824.326036, + "completed_at": 1787226827.94704, + "comments": [ + "The 'first-update' tag still exists.", + "You are missing the 'january-update' tag." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-update", + "started_at": 1787226837.088502, + "completed_at": 1787226841.258669, + "comments": [ + "You are missing the 'january-update' tag." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-update", + "started_at": 1787226877.095227, + "completed_at": 1787226878.920511, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787226940.354169, + "completed_at": 1787226944.567338, + "comments": [ + "Tag beta is still on the remote!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1787227034.082093, + "completed_at": 1787227036.830117, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787227364.116587, + "completed_at": 1787227365.728797, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787229308.282595, + "completed_at": 1787229311.372078, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right.", + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787229489.23921, + "completed_at": 1787229490.6723, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787229563.840902, + "completed_at": 1787229565.323598, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787230224.671912, + "completed_at": 1787230226.028872, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787230678.735095, + "completed_at": 1787230680.169802, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787277610.115025, + "completed_at": 1787277613.376365, + "comments": [ + "Did not add alice.txt", + "Did not add joe.txt", + "Did not add bob.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787277650.328398, + "completed_at": 1787277651.871181, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787277712.026715, + "completed_at": 1787277715.564121, + "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": 1787277749.288639, + "completed_at": 1787277752.838901, + "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": 1787277768.612976, + "completed_at": 1787277769.840299, + "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": 1787277854.012798, + "completed_at": 1787277855.446036, + "comments": [], + "status": "Completed" + } +] \ No newline at end of file