diff options
-rw-r--r-- | project.json | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/project.json b/project.json new file mode 100644 index 0000000..d58ae14 --- /dev/null +++ b/project.json @@ -0,0 +1,115 @@ +{ + "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", + "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": { + "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": { + "donau": { + "id": "Task3", + "title": "SW-dev & audit of donation receipts", + "budget": "1m" } + } + }, + "wp5": { + "title": "Innovation", + "startMonth": 1, "endMonth": 36, + "tasks": { + "auditor": { + "id": "Task5", + "title": "Design and implementation of parallel auditor and continuous reporting", + "budget": "18m" } + } + }, + "wp6": { + "title": "Outreach & Dissemination", + "startMonth": 1, "endMonth": 36, + "tasks": { + "events": { + "id": "Task2", + "title": "Events", + "budget": "1m" }, + "standards": { + "id": "Task3", + "title": "Standardization", + "budget": "1m" } + } + } + } +} |