Plan/Howto/Organize Your Projects: Difference between revisions

    From KDE UserBase Wiki
    mNo edit summary
    m (No need for heading)
     
    (One intermediate revision by the same user not shown)
    Line 1: Line 1:
    {{Note|This document is work in progress}}
    {{Note|This document is work in progress}}
    ==How to organize your projects==


    A project is stored in a file, so technically you can put it where ever you want it.
    A project is stored in a file, so technically you can put it where ever you want it.
    Line 7: Line 5:
    However, you should consider using shared resources to enable you to share resources across multiple projects.
    However, you should consider using shared resources to enable you to share resources across multiple projects.
    Then you can avoid overbooking resources even when projects shall run in parallel.
    Then you can avoid overbooking resources even when projects shall run in parallel.
    <br/>To be able to do this, Plan needs the resources to be created in a separate file, and the projects must all reside in the same directory,
    <br/><br/>If you run all projects yourself, you could just store everything in your home directory, e.g:


    To be able to do this Plan needs the resources to be created in a separate file, and the projects must be put into the same directory,
    {{Output|1=<nowiki>
     
    ~/Plan
    If you run all projects, you could just store everything in your home directory, e.g:
        !- SharedResources.plan
     
        !- Projects
    * Plan
            !- <project1>.plan
    ** SharedResources.plan
            !- <project2>.plan
    ** Projects
            !- etc
    *** <project1>.plan
    </nowiki>}}
    *** <project2>.plan
    *** etc
     
     
    If you are a number of project managers that run different projects that need to share the same resources, a similar structure should be in a place where all managers have access.


    All managers must have read access to the shared resources file, as well as read access to all the projects.
    If there are multiple project managers running different projects that need to share the same resources, a similar structure should be in a place where all managers have access.
    <br/><br/>All managers must have read access to the shared resources file, as well as read access to all the projects.
       
       
    [[Category:Office]]
    [[Category:Office]]

    Latest revision as of 07:43, 24 October 2017

    Note

    This document is work in progress


    A project is stored in a file, so technically you can put it where ever you want it.

    However, you should consider using shared resources to enable you to share resources across multiple projects. Then you can avoid overbooking resources even when projects shall run in parallel.
    To be able to do this, Plan needs the resources to be created in a separate file, and the projects must all reside in the same directory,

    If you run all projects yourself, you could just store everything in your home directory, e.g:

    ~/Plan
        !- SharedResources.plan
        !- Projects
             !- <project1>.plan
             !- <project2>.plan
             !- etc
    

    If there are multiple project managers running different projects that need to share the same resources, a similar structure should be in a place where all managers have access.

    All managers must have read access to the shared resources file, as well as read access to all the projects.