This repository was archived by the owner on Feb 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathboard-data.json
More file actions
119 lines (119 loc) · 5.63 KB
/
board-data.json
File metadata and controls
119 lines (119 loc) · 5.63 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
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
{
"columns": [
{
"title": "🧭 Future",
"cards": [
{
"image": "/media/1/media.png",
"tag": "feature",
"title": "Rich media embedding",
"description": "When a link to a media file/website is shared, it should be displayed as a preview. This should also include media players for audio and video."
},
{
"image": "/media/1/themes.png",
"tag": "visual",
"title": "Custom themes",
"description": "The user should be able to customise the look and feel of the application, such as changing the colour scheme. And be able to share themes they create with others."
},
{
"image": "/media/1/categories.png",
"tag": "feature",
"title": "Custom room categories",
"description": "The user should be able to define custom categories for rooms, and move rooms between them easily."
},
{
"tag": "meta",
"title": "elecord.app website",
"description": "The main website should help new users understand what elecord is and how to use it."
},
{
"tag": "meta",
"title": "Public release",
"description": "Once all major prerequisite features are implemented, the elecord will be ready for public use, and users should be able to download and install it."
}
]
},
{
"title": "⏰ Soon",
"cards": [
{
"image": "/media/1/members.png",
"tag": "social",
"title": "Call member list",
"description": "Display a list of all members joined to an active voice call in the sidebar."
}
]
},
{
"title": "✅ Done",
"cards": [
{
"image": "/media/1/rpc.png",
"tag": "social",
"title": "Rich presence for games",
"description": "When other people are playing a game, their current activity should be reflected in the sidebar."
},
{
"tag": "visual",
"title": "Chat room styling",
"description": "Further styling changes should be made inside the chat room, such as adjusting the message composer visual appearance."
},
{
"tag": "meta",
"title": "Desktop app",
"description": "Build the app as a desktop executable, which can be installed and run on Windows, Linux, and macOS."
},
{
"image": "/media/1/changelog.png",
"tag": "meta",
"title": "In-app changelog",
"description": "After the app is updated, a changelog window should be displayed. Listing all the changes that have been made since the last release."
},
{
"tag": "dev",
"title": "Automatic releases",
"description": "When ready for release, all release processes should occur automatically, to ensure a stable rollout of new features to the live environment."
},
{
"tag": "visual",
"title": "Room navigation styling",
"description": "Make the first initial styling changes to how rooms are displayed in the sidebar. Better fitting elecord's design documents."
},
{
"tag": "visual",
"title": "Dynamic versioning",
"description": "The application should always display the current version number of the software automatically. Along with a BETA tag, as the software is still in early development."
},
{
"tag": "feature",
"title": "Matrix.org support",
"description": "Ensure the application works with the main Matrix.org public homeserver, including support for user registration."
},
{
"tag": "dev",
"title": "Setup continuous deployment",
"description": "When changes are made to the codebase, the application should be automatically deployed to the appropriate environment."
},
{
"tag": "dev",
"title": "Import elecord v1 features",
"description": "Carry over the small set of features from the original elecord v1 project. Setting up a brand-new fork of element-web."
}
]
},
{
"title": "",
"cards": [
{
"tag": "#",
"title": "Last Updated: 05-2025"
},
{
"tag": "?",
"title": "About this board",
"description": "This is the public roadmap for elecord-web. It's a high-level overview of the main features planned for the year ahead. It is not an exhaustive list of everything being worked on, as many other details are kept to the internal project board."
}
]
}
]
}