diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..7e2b327701 --- /dev/null +++ b/progress.json @@ -0,0 +1,108 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786873231.294845, + "completed_at": 1786873232.933346, + "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": 1786876570.302072, + "completed_at": 1786876571.820484, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786872384.623805, + "completed_at": 1786872386.211358, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786875200.684486, + "completed_at": 1786875203.435676, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1785954941.627781, + "completed_at": 1785954943.183814, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786870690.588698, + "completed_at": 1786870692.127977, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1785955165.741758, + "completed_at": 1785955167.130451, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786870849.312102, + "completed_at": 1786870850.961967, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786885968.325124, + "completed_at": 1786886119.443521, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786886854.218281, + "completed_at": 1786886855.98057, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786887771.394238, + "completed_at": 1786887776.55519, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786888867.306902, + "completed_at": 1786888870.811721, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file