-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
65 lines (60 loc) · 1.6 KB
/
data.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
{
"global": {
"siteVersion": "v0.8.0-beta"
},
"project-copy": {
"title": "Project copy placeholder",
"subtitle": "Project subtitle",
"downloadable": "0",
"code": "mySQL",
"initiated": "--",
"updated": "--",
"completed": "--",
"version": "v0.0",
"progress": "Planning stage"
},
"calculator": {
"title": "Calculator",
"subtitle": "desktop application",
"downloadable": "0",
"code": "C++",
"initiated": "22 Sep 2024",
"updated": "22 Sep 2024",
"completed": "--",
"version": "--",
"progress": "Planning stage"
},
"qt-playground": {
"title": "Qt Playground",
"subtitle": "desktop & android application",
"downloadable": "0",
"code": "C++ & QML",
"initiated": "--",
"updated": "--",
"completed": "--",
"version": "--",
"progress": "Planning stage"
},
"website-desktop-app": {
"title": "Website Application",
"subtitle": "desktop application",
"downloadable": "0",
"code": "--",
"initiated": "--",
"updated": "--",
"completed": "--",
"version": "--",
"progress": "Planning stage"
},
"church-projection-project": {
"title": "Service Projector",
"subtitle": "desktop application",
"downloadable": "0",
"code": "--",
"initiated": "--",
"updated": "--",
"completed": "--",
"version": "--",
"progress": "Not Yet Started"
}
}