This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
software.mockdata.json
144 lines (143 loc) · 3.02 KB
/
software.mockdata.json
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"columns": [
{
"field": "id",
"headerName": "id",
"hide": true,
"type": "number"
},
{
"field": "Title",
"headerName": "Title",
"type": "string",
"min-width": 250,
"flex": 1
},
{
"field": "RenewalDate",
"headerName": "Renewal Date",
"type": "date",
"flex": 0.5,
"align": "left"
},
{
"field": "Cost",
"headerName": "Cost",
"type": "number",
"flex": 0.5,
"headerAlign": "left",
"align": "left"
},
{
"field": "BillingCycle",
"headerName": "Billing Cycle",
"type": "string",
"flex": 0.5
},
{
"field": "Administrator",
"headerName": "Administrator",
"type": "string",
"flex": 0.5
},
{
"field": "Quantity",
"headerName": "Quantity",
"type": "number",
"headerAlign": "left",
"align": "left",
"flex": 0.5
},
{
"field": "Note",
"headerName": "Note",
"type": "string",
"min-width": 300,
"flex": 1
}
],
"rows": [
{
"id": 1,
"Title": "Openshift Enterprise",
"RenewalDate": "2022-05-11",
"Cost": "$400K",
"BillingCycle": "Annually",
"Administrator": "Craig Shutko",
"Quantity": "30",
"Note": "ED approval required"
}, {
"id": 2,
"Title": "Adobe Creative Cloud",
"RenewalDate": "2023-12-01",
"Cost": "$120",
"BillingCycle": "Annually",
"Administrator": "John Doe",
"Quantity": "500",
"Note": "Photoshop, Illustrator, Indesign, XD"
}, {
"id": 3,
"Title": "Adobe Acrobat Pro DC",
"RenewalDate": "2028-03-31",
"Cost": "$10",
"BillingCycle": "Annually",
"Administrator": "John Doe",
"Quantity": "500",
"Note": ""
}, {
"id": 4,
"Title": "Mural Enterprise",
"RenewalDate": "2025-01-01",
"Cost": "$50K",
"BillingCycle": "Annually",
"Administrator": "Craig Shutko",
"Quantity": "10",
"Note": ""
}, {
"id": 5,
"Title": "CMS Lite",
"RenewalDate": "N/A",
"Cost": "$5",
"BillingCycle": "Monthly",
"Administrator": "Ali Emery",
"Quantity": "∞",
"Note": "GDX Hosting"
}, {
"id": 6,
"Title": "Orbeon Forms",
"RenewalDate": "2025-01-01",
"Cost": "$20K",
"BillingCycle": "Annually",
"Administrator": "Craig Shutko",
"Quantity": "5",
"Note": "GDX Hosting"
}, {
"id": 7,
"Title": "Jira Enterprise",
"RenewalDate": "2025-01-01",
"Cost": "$300",
"BillingCycle": "Monthly",
"Administrator": "Jane Dixon",
"Quantity": "5,000",
"Note": ""
}, {
"id": 8,
"Title": "Visio",
"RenewalDate": "2028-03-31",
"Cost": "$20",
"BillingCycle": "Monthly",
"Administrator": "Craig Shutko",
"Quantity": "2,000",
"Note": "Windows only"
}, {
"id": 9,
"Title": "Notepad++",
"RenewalDate": "2028-01-01",
"Cost": "$30",
"BillingCycle": "Annually",
"Administrator": "Craig Shutko",
"Quantity": "850",
"Note": "Windows only"
}
]
}