File: sample.sched

package info (click to toggle)
opensched 0.4.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 848 kB
  • ctags: 543
  • sloc: cpp: 5,722; sh: 2,967; makefile: 182
file content (131 lines) | stat: -rw-r--r-- 4,216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# starting date for project
startdate 1998 10 28

# how to print dates?
dateformat calendar
# alternate formats raw, count, iso

# This file will be used to produce the following output:
textreport    sample_tasks.txt
texreport     sample_tasks.tex
htmlreport     sample_tasks.html

show_resource_notes
show_task_notes
show_dependencies
show_vacations

weekly_html    sample_weekly.html
monthly_html   sample_monthly.html
slippage_html  sample_slippage.html

# weekly_txt    sample_weekly.txt
# monthly_txt   sample_monthly.txt
# slippage_txt  sample_slippage.txt

weekly_tex    sample_weekly.tex
monthly_tex   sample_monthly.tex
slippage_tex  sample_slippage.tex

printtaskdays
hardschedule  sample_hard.sched
utilgraph     sample_util.eps

# Print task graphs.  Be sure to never ask for a weekend as start/stop!
tg_sortbyresource
taskgraph  1998.Oct.28 1998.Dec.31 sample_gantt_1.eps

network  0 100 sample_network_1.eps
start_nety 2
finish_nety 2


# who's working on the project?
resource idan      "Idan Shoham"
resource joe       "Joe Programmer"
resource mike      "Mike Hacker"
resource jane      "Jane Debugger"

resource_note idan "Idan wrote this silly program"
resource_note idan "Notes can be added anywhere in the scheduler source"
resource_note idan "Hmm.  Nothing much to say"

# christmas holidays, 1998:
vacation "*"       1998.Dec.24 1999.Jan.01

task oracle_install "Install Oracle server" 1
describe oracle_install "Setup a DBMS server at the office"
candidate oracle_install idan
complete oracle_install 100
past oracle_install idan 1998.Oct.28 1998.Oct.29
complete oracle_install 75
nety oracle_install 2

task oracle_load "Load test data" 3
describe oracle_load "Load a copy of the test database into the Oracle DBMS"
depends oracle_load oracle_install
candidate oracle_load idan
complete oracle_load 50
past oracle_load idan 1998.Oct.30 1998.Nov.03
complete oracle_load 50
nety oracle_load 2

task_note oracle_load "This task may require extra work"
task_note oracle_load "The resource assigned here better know something about Oracle"

task export_ddict "Export data dictionary" 12
describe export_ddict "Extract printed and C++ versions of the data dictionary from the Oracle DBMS"
candidate export_ddict mike
depends export_ddict oracle_load
complete export_ddict 50
nety export_ddict 2

task oracle_verify "Verify data load" 3
describe oracle_verify "Verify that the data loaded at is complete and correct"
depends oracle_verify oracle_load
candidate oracle_verify jane
complete oracle_verify 50

task ro_dbms "Read-only database functionality" 10
describe ro_dbms "Convert the old server code to talk to Oracle, and bring up enough functionality so that it can at least read some data.  Connect this server to the database image."
candidate ro_dbms jane
depends ro_dbms oracle_load
complete ro_dbms 0

task field_validations "Field validation infrastructure" 10
describe field_validations "Underlying code to support field-level validation on every screen and with every type of data-entry widget"
candidate field_validations mike
complete field_validations 20
depends field_validations ro_dbms
nety field_validations 3

task new_table_widget "Replace Zinc table" 15
describe new_table_widget "Write a compound GUI widget to replace the Zinc table structure, so we can have more powerful event handling and database interaction."
candidate new_table_widget joe
depends new_table_widget oracle_load
complete new_table_widget 50

task screen_painting "Intial Form layout" 10
candidate screen_painting joe
complete screen_painting 0
netx screen_painting 3
nety screen_painting 0

task widget_db_read "Database read only access for widgets" 5
candidate widget_db_read mike joe
depends widget_db_read ro_dbms
complete widget_db_read 0
nety widget_db_read 4

task tree_widget "Tree widget" 5
describe tree_widget "Extend the Zinc collapsible-tree widget to include database access code"
candidate tree_widget jane
depends tree_widget ro_dbms
complete tree_widget 0
nety tree_widget 2

task generic_search_screen "Generic search screen" 10
candidate generic_search_screen joe
depends generic_search_screen new_table_widget ro_dbms
complete generic_search_screen 0
nety generic_search_screen 5