-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubjects.json
More file actions
71 lines (71 loc) · 2.07 KB
/
subjects.json
File metadata and controls
71 lines (71 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"children": [
{
"title": "About Project",
"description": "Project Online can transform the way your company manage your core business and resources.",
"id": "pwa.general",
"children": []
},
{
"title": "KB",
"description": "Talk to me about any subject regarding to Project, I will try my best.",
"id": "pwa.kb",
"children": [
{
"title": "Tasks and Resources",
"description": "You can ask about the day by day procedures on tasks and resources.",
"id": "pwa.kb.tasks-and-resources",
"children": [
{
"title": "Tasks",
"description": "The Task is the entity which defines what to do, who does and when it gets done.",
"id": "pwa.kb.tasks-and-resources.tasks"
},
{
"title": "Resources",
"description": "Learn how to add and work with resource within your plan.",
"id": "pwa.kb.tasks-and-resources.resources"
}
]
},
{
"title": "Configuration",
"description": "A good project plan is a day by day work increment and reviewing, so let's configure.",
"id": "pwa.kb.config",
"children": [
{
"title": "Project",
"description": "Learn how to configure your project so Project Online can do the hard work.",
"id": "pwa.kb.config.project",
"children": []
},
{
"title": "Calendar",
"description": "Configure calendar exceptions and resource specific needs.",
"id": "pwa.kb.config.calendar",
"children": []
},
{
"title": "Outline",
"description": "Define your WBS or structure your Sprint directly on the Gantt.",
"id": "pwa.kb.config.outline",
"children": []
},
{
"title": "Planning",
"description": "Learn how to plan using Project Online tools.",
"id": "pwa.kb.config.planning",
"children": []
}
]
},
{
"title": "Reports",
"description": "Everything about your project including task reporting and resource utilization.",
"id": "pwa.kb.reports",
"children": []
}
]
}
]
}