diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a4c2ec884 --- /dev/null +++ b/progress.json @@ -0,0 +1,109 @@ +[ + { + "exercise_name": "log-and-order", + "started_at": 1768819087.850207, + "completed_at": 1768819089.174151, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768826843.869631, + "completed_at": 1768826989.481806, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768827007.815358, + "completed_at": 1768827014.944709, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768827124.168705, + "completed_at": 1768827131.222011, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768911452.540494, + "completed_at": 1768911453.811879, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768912662.849622, + "completed_at": 1768912664.7228, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768913030.999921, + "completed_at": 1768913034.314447, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768913164.382558, + "completed_at": 1768913166.049619, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768913433.545167, + "completed_at": 1768913436.646845, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768913961.193217, + "completed_at": 1768913965.314119, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768914033.408697, + "completed_at": 1768914036.667976, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768914792.910631, + "completed_at": 1768914794.18856, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file