Plan/Howto/Organize Your Projects: Difference between revisions
m (fix minor typos) |
mNo edit summary |
||
Line 3: | Line 3: | ||
==How to organize your projects== | ==How to organize your projects== | ||
A project is stored in a file, so technically you can put where ever you want it. | 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. | However, you should consider using shared resources to enable you to share resources across multiple projects. | ||
Line 18: | Line 18: | ||
*** <project2>.plan | *** <project2>.plan | ||
*** etc | *** 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. | 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. |
Revision as of 10:39, 23 October 2017
How to organize your projects
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 be put into the same directory,
If you run all projects, you could just store everything in your home directory, e.g:
- Plan
- SharedResources.plan
- Projects
- <project1>.plan
- <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.