diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..5d0cf3526 --- /dev/null +++ b/progress.json @@ -0,0 +1,261 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1769010857.334515, + "completed_at": 1769010860.201212, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769012305.124153, + "completed_at": 1769012306.411671, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769009846.703168, + "completed_at": 1769009850.017363, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768977942.125421, + "completed_at": 1768977943.517935, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769003558.562022, + "completed_at": 1769003562.062315, + "comments": [ + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769003611.512348, + "completed_at": 1769003613.457449, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769000839.030571, + "completed_at": 1769000840.401277, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768980824.713017, + "completed_at": 1768980826.02638, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769002033.177467, + "completed_at": 1769002035.148832, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768999774.075878, + "completed_at": 1768999941.014987, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768999953.420082, + "completed_at": 1768999959.574503, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768974921.612937, + "completed_at": 1768974922.895588, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768977033.333292, + "completed_at": 1768977034.841382, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768964209.805255, + "completed_at": 1768964211.250493, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769150771.736729, + "completed_at": 1769150775.035311, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769150816.715891, + "completed_at": 1769150818.110532, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769151167.616291, + "completed_at": 1769151168.960915, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769165191.694721, + "completed_at": 1769165193.186273, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769166709.570833, + "completed_at": 1769166711.034428, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769166872.444565, + "completed_at": 1769166873.697258, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769167225.123339, + "completed_at": 1769167227.495277, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769169319.6288, + "completed_at": 1769169322.566666, + "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": 1769169884.880903, + "completed_at": 1769169886.161867, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769172074.034588, + "completed_at": 1769172075.421992, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769173012.541904, + "completed_at": 1769173013.865373, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769173590.598247, + "completed_at": 1769173593.708118, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769173712.660125, + "completed_at": 1769173713.995971, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1769443782.156226, + "completed_at": 1769443783.529129, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769444437.463511, + "completed_at": 1769444438.844049, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + } +] \ No newline at end of file