Plan/Manual/Creating a Project: Difference between revisions

From KDE UserBase Wiki
mNo edit summary
mNo edit summary
Line 13: Line 13:
   !      !-- SharedResources.plan
   !      !-- SharedResources.plan
   !-- Taskmodules
   !-- Taskmodules
          !-- Task modules (if any)
  !      !-- Task modules (if any)
   !-- Templates
   !-- Templates
          !-- Project templates (if any)
  !      !-- Project templates (if any)
   !-- Projects
   !-- Projects
           !-- <project 1>.plan
           !-- <project 1>.plan

Revision as of 11:53, 25 October 2019

A new project can be created by pressing the New Project button or selecting a project template in the Startup View.

This will create a new project with default values defined in Settings or from values defined in the template. The project settings dialog will open to enable you to define project specific properties like project name, manager and target times.

When you create you first project, consider creating resources in a separate file. When you refer to this file in your project(s), you do not need to define your resources again, and you can coordinate resource usage across projects. See Managing Resources.

If you want to coordinate resource usage across projects, your project files must be stored in the same directory. A useful structure could be something like this:

Plan
   !-- Resources
   !      !-- SharedResources.plan
   !-- Taskmodules
   !      !-- Task modules (if any)
   !-- Templates
   !      !-- Project templates (if any)
   !-- Projects
          !-- <project 1>.plan
          !-- <project 2>.plan
          !-- etc