home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / civil-ab.zip / GANTT.ZIP / EASY.L2 < prev    next >
Text File  |  1987-01-01  |  888b  |  23 lines

  1.  
  2.  
  3.                    G E T T I N G    O R G I N I Z E D                   Page 2
  4.  
  5. In order to keep it simple we will make some assumptions.
  6.  
  7. We will assume that there are plenty of resources.  With this assumption it is
  8. not necessary to specify resources or resource calendars.
  9.  
  10. We will also assume that there is a single objective or deliverable (product).
  11. Deliverables are defined as JOBs in SCHEDULE so we will have a single job.
  12. Task modeling (an advanced SCHEDULE capability) will not be used.
  13.  
  14. The last assumption is that we will be scheduling in calendar days rather than
  15. hours and minutes. Most development projects don't need hour/minute
  16. scheduling.
  17.  
  18. When you become dissatisfied with these assumptions you can take a look at
  19. the sample project STATION. It uses all of SCHEDULE's advanced functions.
  20.  
  21. OK.. Given the above assumptions what do we do first.
  22.  
  23.