Add Taskjuggler project file
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
project kontor "Kontor" "0.1.0" 2024-12-05 +5m {
|
||||
timezone "Europe/Berlin"
|
||||
timeformat "%d.%m.%Y"
|
||||
numberformat "-" "" "" "," 1
|
||||
currencyformat "-" "" "" "," 0
|
||||
currency "EUR"
|
||||
|
||||
scenario plan "Plan" {
|
||||
scenario real "Realität"
|
||||
}
|
||||
}
|
||||
|
||||
resource gcpce "Google Cloud Compute Engine" {
|
||||
efficiency 0.0
|
||||
rate 0.25
|
||||
}
|
||||
|
||||
task flask "Kontor-Flask" {
|
||||
task import "Import repository kontor-flask into directory flask"
|
||||
}
|
||||
task springboot "Springboot Vaadin" {
|
||||
task import "Import repository kontor-spring into directory springboot"
|
||||
}
|
||||
|
||||
taskreport "Arbeitsliste" {
|
||||
formats html
|
||||
hidetask ~isleaf()
|
||||
sorttasks plan.end.up
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user