Changes between Version 2 and Version 3 of SCHEDULE_WBS_DEPENDENCIES_R1
- Timestamp:
- 10/08/08 11:45:16 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCHEDULE_WBS_DEPENDENCIES_R1
v2 v3 16 16 [wiki:SCHEDULE_WBS_DEPENDENCIES_R0] 17 17 == How to demo == 18 Open the iteration page. The tasks must be sorted according to their dependenc es and priority.18 Open the iteration page. The tasks must be sorted according to their dependencies and priority. 19 19 20 20 = Design = 21 We have to do the following: 22 * manually sort the tasks for this iteration 23 * sort them by order from 1 to 100 24 * start with default 50 value for each of them 25 * some tasks can be with equal value 26 * create "order" field in [source:/manage/sched/sophie2-wbs.py] and use it to sort the tasks for this iteration 27 * use the "order" field to sort the other tasks if we have enough time 28 * put dependencies in the tickets using the result of the manual sort 21 29 22 30 = Implementation =