diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..ad2e3617d --- /dev/null +++ b/progress.json @@ -0,0 +1,99 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769068952.613032, + "completed_at": 1769068954.242991, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769279108.442807, + "completed_at": 1769279109.915241, + "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": 1769279066.081651, + "completed_at": 1769279069.229455, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769068490.733548, + "completed_at": 1769068492.13711, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769279133.068305, + "completed_at": 1769279134.360435, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769279220.0978, + "completed_at": 1769279222.552852, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769280154.412593, + "completed_at": 1769280231.191973, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769280539.154802, + "completed_at": 1769280540.421349, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769310618.324285, + "completed_at": 1769310622.83608, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769310940.206154, + "completed_at": 1769310943.693137, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769311099.068115, + "completed_at": 1769311100.784694, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file