-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscope_normalization.json
More file actions
64 lines (57 loc) · 1.44 KB
/
Copy pathscope_normalization.json
File metadata and controls
64 lines (57 loc) · 1.44 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
{
"api": ["api", "API"],
"backend": ["backend", "Backend"],
"cli": ["CLI", "cli"],
"frontend": ["frontend", "Frontend"],
"ux design": ["UX Design", "UX design"],
"code management actions": [
"Code Management Actions",
"code management actions"
],
"github operations": ["github operations"],
"container configuration": ["container configuration"],
"data management": ["Data Management", "data management"],
"database design": [
"database design",
"Database Design (ER)",
"ER Diagram",
"ER diagram",
"er diagram"
],
"data flow diagram": ["Data Flow Diagram", "data flow diagram"],
"deployment scripts": ["Deployment Scripts", "deployment scripts"],
"messaging": ["messaging design", "messaging deployment"],
"documentation (text)": [
"Documentation (Text)",
"documentation (text)"
],
"testing artifacts": [
"Test Cases",
"test cases",
"Test Code Driver",
"test code driver",
"Test Execution Scripts",
"test execution scripts"
],
"uml modeling": [
"UML Activity",
"uml activity",
"UML Class",
"uml class",
"UML Component",
"uml component",
"UML Deployment",
"uml deployment",
"UML Object",
"uml object",
"UML Other",
"uml other",
"UML Sequence",
"uml sequence",
"UML State",
"uml state",
"UML Use Case",
"uml use case"
],
"other diagrams": ["Non-UML", "non-uml", "Other Diagram", "other diagram"]
}