-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-config.json
More file actions
25 lines (25 loc) · 1.02 KB
/
app-config.json
File metadata and controls
25 lines (25 loc) · 1.02 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
{
"id": "decidesk",
"name": "Decidesk",
"namespace": "Decidesk",
"summary": "Universal decision-making platform for governance bodies, associations, corporate boards, and operational meetings",
"goal": "Decidesk manages meetings, agendas, motions, amendments, voting, minutes, and decision tracking with configurable workflows per organization type. It serves 5 governance domains: legislative/democratic bodies, associations/NGOs, corporate governance, corporate operations, and citizen participation.",
"category": "organization",
"version": "0.1.0",
"license": "EUPL-1.2",
"author": "Conduction B.V.",
"repository": "https://github.com/ConductionNL/decidesk",
"dependencies": {
"requiresOpenRegister": true,
"additionalCiApps": [
{"repo": "ConductionNL/openregister", "app": "openregister", "ref": "main"}
]
},
"cicd": {
"phpVersions": ["8.3", "8.4"],
"nextcloudRefs": ["stable31", "stable32"],
"enableNewman": false
},
"createdAt": "2026-03-26",
"updatedAt": "2026-04-09"
}