|
| 1 | +# Time used |
| 2 | + |
1 | 3 | Approximate time tracking (based on Git logs, made because of Helsinki University requirements): |
2 | 4 |
|
3 | | -* 2022-06-14 5h improving coverage, some refactoring |
4 | | -* 2022-06-13 10h unit tests, to satisfy HY requirements |
5 | | -* 2022-06-12 14h refactoring, documentation, to satisfy HY requirements |
6 | | -* 2021-12-25 1h bugfixes |
7 | | -* 2021-10-26 1h documentation |
8 | | -* 2021-04-07 4h documentation |
9 | | -* 2021-04-06 10h optimizations |
10 | | -* 2021-04-04 7h improved SGR support, refactoring |
11 | | -* 2021-04-02 16h optimizations |
12 | | -* 2020-09-16 2h refactoring |
13 | | -* 2020-09-01 1h bugfixes |
14 | | -* 2020-07-11 2h autoinput features |
15 | | -* 2020-04-25 1h font features |
16 | | -* 2020-04-24 2h font features |
17 | | -* 2020-04-22 1h bugfixes |
18 | | -* 2020-04-21 1h bugfixes |
19 | | -* 2020-04-20 1h bugfixes |
20 | | -* 2020-04-19 3h font features |
21 | | -* 2020-04-18 6h features, bugfixes |
22 | | -* 2020-03-30 8h documentation on fonts, bugfixes |
23 | | -* 2020-03-29 4h features, improvements on font usage |
24 | | -* 2020-03-28 4h features, improvements on font usage |
25 | | -* 2020-03-28 5h documentation on fonts |
26 | | -* 2020-03-27 4h documentation on fonts |
27 | | -* 2020-03-26 6h features, new fonts |
28 | | -* 2020-03-25 7h features, new fonts |
29 | | -* 2020-02-27 1h features |
30 | | -* 2019-12-23 1h features |
31 | | -* 2019-09-08 1h bugfixes |
32 | | -* 2019-06-04 4h video recording support updates |
33 | | -* 2019-05-06 3h scrollbar render hack |
34 | | -* 2019-05-04 1h bugfixes |
35 | | -* 2019-05-01 3h documentation, bugfixes |
36 | | -* 2019-04-29 2h design / implementation, livestreamed on YouTube (part 6) |
37 | | -* 2019-04-26 3h documentation, more complete vt support |
38 | | -* 2019-04-25 2h documentation, bugfixes |
39 | | -* 2019-04-24 12h documentation, improved SGR support |
40 | | -* 2019-04-23 7h documentation |
41 | | -* 2019-04-22 11h coding (fonts and encodings) |
42 | | -* 2019-04-18 1h coding |
43 | | -* 2019-04-17 5h coding |
44 | | -* 2019-04-16 2h coding (OSC & DCS commands) |
45 | | -* 2019-04-15 1h documentation (Sixel support) |
46 | | -* 2019-04-14 4h documentation & coding |
47 | | -* 2019-04-13 10h design / implementation |
48 | | -* 2019-04-13 3h design / implementation, livestreamed on YouTube (part 5) |
49 | | -* 2019-04-11 5h design / implementation |
50 | | -* 2019-04-10 3h design / implementation, livestreamed on YouTube (part 4) |
51 | | -* 2019-04-07 3h design / implementation, livestreamed on YouTube (part 3) |
52 | | -* 2019-04-02 2h design / implementation, livestreamed on YouTube (prat 2) |
53 | | -* 2019-03-31 3h design / implementation, livestreamed on YouTube (part 1) |
| 5 | +total: 220h |
54 | 6 |
|
55 | | - (grep '^[*]' doc/timeusage.md|cut -c13-15|tr -d ' '|tr '\012' +;echo 0)|bc -l |
| 7 | + (grep '^ 2' doc/timeusage.md|cut -c15-17|tr -d ' '|tr '\012' +;echo 0)|bc -l |
56 | 8 |
|
57 | | -total: 214h |
| 9 | + 2022-06-14 6h improving coverage, some refactoring |
| 10 | + 2022-06-13 10h unit tests, to satisfy HY requirements |
| 11 | + 2022-06-12 14h refactoring, documentation, to satisfy HY requirements |
| 12 | + 2021-12-25 1h bugfixes |
| 13 | + 2021-10-26 1h documentation |
| 14 | + 2021-04-07 4h documentation |
| 15 | + 2021-04-06 10h optimizations |
| 16 | + 2021-04-04 7h improved SGR support, refactoring |
| 17 | + 2021-04-02 16h optimizations |
| 18 | + 2020-09-16 2h refactoring |
| 19 | + 2020-09-01 1h bugfixes |
| 20 | + 2020-07-11 2h autoinput features |
| 21 | + 2020-04-25 1h font features |
| 22 | + 2020-04-24 2h font features |
| 23 | + 2020-04-22 1h bugfixes |
| 24 | + 2020-04-21 1h bugfixes |
| 25 | + 2020-04-20 1h bugfixes |
| 26 | + 2020-04-19 3h font features |
| 27 | + 2020-04-18 6h features, bugfixes |
| 28 | + 2020-03-30 8h documentation on fonts, bugfixes |
| 29 | + 2020-03-29 4h features, improvements on font usage |
| 30 | + 2020-03-28 4h features, improvements on font usage |
| 31 | + 2020-03-28 5h documentation on fonts |
| 32 | + 2020-03-27 4h documentation on fonts |
| 33 | + 2020-03-26 6h features, new fonts |
| 34 | + 2020-03-25 7h features, new fonts |
| 35 | + 2020-02-27 1h features |
| 36 | + 2019-12-23 1h features |
| 37 | + 2019-09-08 1h bugfixes |
| 38 | + 2019-06-04 4h video recording support updates |
| 39 | + 2019-05-06 3h scrollbar render hack |
| 40 | + 2019-05-04 1h bugfixes |
| 41 | + 2019-05-01 3h documentation, bugfixes |
| 42 | + 2019-04-29 2h design / implementation, livestreamed on YouTube (part 6) |
| 43 | + 2019-04-26 3h documentation, more complete vt support |
| 44 | + 2019-04-25 2h documentation, bugfixes |
| 45 | + 2019-04-24 12h documentation, improved SGR support |
| 46 | + 2019-04-23 7h documentation |
| 47 | + 2019-04-22 11h coding (fonts and encodings) |
| 48 | + 2019-04-18 1h coding |
| 49 | + 2019-04-17 5h coding |
| 50 | + 2019-04-16 2h coding (OSC & DCS commands) |
| 51 | + 2019-04-15 1h documentation (Sixel support) |
| 52 | + 2019-04-14 4h documentation & coding |
| 53 | + 2019-04-13 10h design / implementation |
| 54 | + 2019-04-13 3h design / implementation, livestreamed on YouTube (part 5) |
| 55 | + 2019-04-11 5h design / implementation |
| 56 | + 2019-04-10 3h design / implementation, livestreamed on YouTube (part 4) |
| 57 | + 2019-04-07 3h design / implementation, livestreamed on YouTube (part 3) |
| 58 | + 2019-04-02 2h design / implementation, livestreamed on YouTube (prat 2) |
| 59 | + 2019-03-31 3h design / implementation, livestreamed on YouTube (part 1) |
0 commit comments