swt23w23/src/main/asciidoc/time_recording.adoc
Simon Bruder bac025fd0a
Make project REUSE compliant
This finally makes the licensing under AGPL-3.0-or-later explicit after
I got the okay from the kickstart source owners.

This also checks the REUSE compliance in a pre commit hook, and
therefore also in CI.
2023-12-11 17:59:14 +01:00

39 lines
2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2015 Oliver Drotbohm
// SPDX-FileCopyrightText: 2015 Sven Seemann
// SPDX-FileCopyrightText: 2017 Jan Falkenberg
// SPDX-FileCopyrightText: 2018 Martin Morgenstern
= Zeiterfassung für Gruppe XX
Notieren Sie die Zeit in Minuten für jeden Entwickler und getrennt davon für Team-Treffen pro Woche (Wochengranularität).
Die individuell erfasste Zeit beinhaltet auch das Lesen von Dokumentationen, Besprechungen mit Teamkollegen und sonstige auf das Praktikum bezogene Aufgaben, jedoch *nicht* das Team-Treffen (= letzte Spalte).
Die erste Woche beginnt am Freitag des ersten Teamtreffens.
Wochen enden am Donnerstag vor dem folgenden Teamtreffen.
// See http://asciidoctor.org/docs/user-manual/#tables
[option="headers"]
|===
|Woche|Eren Asker|Simon Bruder|Paul Heimer|Erik Hohlfeld|Mathis Kral|Denis Natusch|Theo Reichert|Meeting
|1 |360 |973 |540 |480 |660 |540 |540 |60
|2 |600 |1028 |480 |908 |540 |1020 |600 |80
|3 |600 |563 |420 |970 |780 |600 |900 |112
|4 |720 |825 |600 |900 |1020 |660 |320 |104
|5 |540 |1946 |460 |1204 |990 |1200 |800 |77
|6 |660 |1388 |540 |675 |1140 |1800 |1000 |47
|7 |540 |1280 |480 |646 |990 |930 |700 |106
|===
Bitte tragen Sie am Ende des Praktikums noch folgende weitere Werte ein:
Summe der Arbeitsstunden pro Student:
SUMME(SPALTE(DevX))
Arbeitsstunden pro Woche pro Student:
SUMME(SPALTE(DevX)) / 12
Durchschnittliche Arbeitzeit aller Studenten pro Woche:
(SUMME(SPALTE(Dev1)) + SUMME(SPALTE(Dev2)) + SUMME(SPALTE(Dev3)) + SUMME(SPALTE(Dev4)) + SUMME(SPALTE(Dev5)) +SUMME(SPALTE(Dev6))) / 6