summaryrefslogtreecommitdiff
path: root/project.json
blob: 4815a96a3bbbfaccda73729200db44388f21aa2d (plain)
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
{
    "name":        "NGI Taler",
    "grant":       "101135475",
    "start":       "2023-12-01",
    "end":         "2026-11-30",
    "beneficiary": "Code Blau GmbH",
    "users": {
        "oec":  { "name": "Özgür Kesim",       "type": "Senior" },
        "fefe": { "name": "Felix von Leitner", "type": "Senior" }
    },
    "timelogs": "timelogs",
    "planning": "plans",
    "holidays": {
		"2023-12-25": "Weihnachten",
		"2023-12-26": "2. Weihnachtsfeiertag",
		"2024-01-01": "Neujahr",
		"2024-03-08": "Internationaler Frauentag",
		"2024-03-29": "Karfreitag",
		"2024-04-01": "Ostermontag",
		"2024-05-01": "Tag der Arbeit",
		"2024-05-09": "Christi Himmelfahrt",
		"2024-05-20": "Pfingsmontag",
		"2024-10-03": "Tag der Deutschen Einheit",
		"2024-12-25": "Weihnachten",
		"2024-12-26": "2. Weinachtsfeiertag",

		"2025-01-01": "Neujahr",
		"2025-03-08": "Internationaler Frauentag",
		"2025-04-18": "Karfreitag",
		"2025-04-21": "Ostermontag",
		"2025-05-01": "Tag der Arbeit",
		"2025-05-29": "Christi Himmelfahrt",
		"2025-06-09": "Pfingstmontag",
		"2025-10-03": "Tag der Deutschen Einheit",
		"2025-12-25": "Weihnachten",
		"2025-12-26": "2. Weinachtsfeiertag",

		"2026-01-01": "Neujahr",
		"2026-03-08": "Internationaler Frauentag",
		"2026-04-03": "Karfreitag",
		"2026-04-06": "Ostermontag",
		"2026-05-01": "Tag der Arbeit",
		"2026-05-14": "Christi Himmelfahrt",
		"2026-05-25": "Pfingsmontag",
		"2026-12-25": "Weihnachten",
		"2026-12-26": "2. Weihnachtsfeiertag"
    },
    "workpackages": {
        "WP2": {
            "title": "Vertical 1: Finance",
            "startMonth": 1, "endMonth": 36,
            "tasks": {
            	 "unforseen": {
            	 	"id": "WP2 unforseen",
            	 	"title": "Tasks for unforseen activities in WP2, unbudgeted" },
                "legal": {
                    "id": "Task2",
                    "title": "bilateral agreements",
                    "budget": "1m" },
                "gls": {
                    "id": "Task3",
                    "title": "security audit GLS & research legal",
                    "budget": "4m" },
                "mag": {
                    "id": "Task4",
                    "title": "MAG product launch",
                    "budget": "1m" },
                "app": {
                    "id": "Task5",
                    "title": "GLS app audit",
                    "budget": "1m" },
                "merchant": {
                    "id": "Task6",
                    "title": "Merchant Backend Audit",
                    "budget": "6m" },
                "wallet": {
                    "id": "Task7",
                    "title": "Wallet Core Audit",
                    "budget": "9m" },
                "swiss": {
                    "id": "Task8",
                    "title": "Swiss Sandbox Auditor",
                    "budget": "1m" }
            }
        },
        "WP3": {
            "title": "Verticals towards Commercialization",
            "startmonth": 1, "endmonth": 36,
            "tasks": {
            	 "unforseen": {
            	 	"id": "WP3 unforseen",
            	 	"title": "Tasks for unforseen activities in WP3, unbudgeted" },
                "donau": {
                    "id": "Task3",
                    "title": "SW-dev & audit of donation receipts",
                    "budget": "3m" }
            }
        },
        "WP5": {
            "title": "Innovation",
            "startMonth": 1, "endMonth": 36,
            "tasks": {
            	 "unforseen": {
            	 	"id": "WP5 unforseen",
            	 	"title": "Tasks for unforseen activities in WP5, unbudgeted" },
                "auditor": {
                    "id": "Task5",
                    "title": "Design and implementation of parallel auditor and continuous reporting",
                    "budget": "18m" }
            }
        },
        "WP6": {
            "title": "Outreach & Dissemination",
            "startMonth": 1, "endMonth": 36,
            "tasks": {
            	 "unforseen": {
            	 	"id": "WP6 unforseen",
            	 	"title": "Tasks for unforseen activities in WP6, unbudgeted" },
                "events": {
                    "id": "Task2",
                    "title": "Events",
                    "budget": "1m" },
                "stnds": {
                    "id": "Task3",
                    "title": "Standardization",
                    "budget": "1m" }
            }
        }
    }
}