Projects
Overview
Projects serve as containers within the CAG database where groups, sub-groups, and activities are organised. Administrators use projects to create and manage groups, organisations, and individual profiles. These elements can be reused across various projects, facilitating streamlined collaboration and efficient resource management. In terms of CAG hierarchy, the project would be the CAG itself.
By structuring data into projects, the CAG database ensures a clear and organised framework that enhances the ability to track progress, allocate resources, and manage tasks effectively. This modular approach not only improves usability for administrators but also provides a cohesive environment for users within each group to interact and engage with relevant data.
In the diagram below, projects are highlighted to illustrate their placement and significance within the larger CAG database ecosystem.
stateDiagram-v2
classDef focus font-size:1.2em,font-weight:bold,stroke-width:3px;
project1: Project
project2: Project
group1: Group
group2: Group
group3: Sub-Group
group4: Group
group5: Sub-Group
activity1: Activity
activity2: Activity
activity3: Activity
activity4: Activity
activity5: Activity
activity6: Activity
activity7: Activity
[*] --> Owner
Owner --> project1
Owner --> project2
project1 --> group1
project1 --> group2
group2 --> group3
project2 --> group4
group4 --> group5
group1 --> activity1
group1 --> activity2
group1 --> activity3
group3 --> activity4
group4 --> activity5
group5 --> activity6
group5 --> activity7
class project1, project2 focus
How to create a new project
Projects are created from the landing page. To add a new project you will need:
- The user permissions to access the project level, and the ability to add new projects.
- Click on "Add new project"
- Complete the fields for the new project and click "Save"