Added time tracker data

This commit is contained in:
Claudio Maggioni 2023-06-06 16:40:27 +02:00
parent 7a19f17df5
commit 01f8d3777d
1 changed files with 29 additions and 0 deletions

29
TimeTracker.md Normal file
View File

@ -0,0 +1,29 @@
# Time tracker data
As anticipated, below I share the time tracker output for Software Architecture
this semester. The time sums are fairly precise, almost down to the minute for
each working session.
Homework tasks are marked with `hwXX`, where `hw00` is the project selection assignment.
This numbering **is not** the original one given by the architecture documentation compiler tool, however the code in this repo has been corrected such that the numbering matches the one below. `hw13-hands-on` represents only the time spent during the hands-on lecture. `quiz` is the time spent on all attempts for all quizzes. `reading` is the time spent either reading the book or listening to the podcast. `stack` is the time spent thinking about and writing questions on StackOverflow for Teams.
| **Task** | **Total time** |
| -------- | ------ |
| hw00 | 30m |
| hw01 | 45m |
| hw02 | 1h7m |
| hw03 | 50m |
| hw04 | 56m |
| hw05 | 16m |
| hw06 | 1h38m |
| hw07 | 3h43m |
| hw08 | 1h35m |
| hw09 | 1h9m |
| hw10 | 1h5m |
| hw11 | 1h51m |
| hw12 | 50m |
| hw13-hands-on | 1h10m |
| hw14 | 54m |
| quiz | 1h52m |
| reading | 6h13m |
| stack | 1h39m |