Skip to content

Commit 506a513

Browse files
committed
Add roadmap
1 parent 90f3c90 commit 506a513

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

src/pages/about/index.astro

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,36 @@ const TEAM: TeamMember[] = [
6565
<Icon name="ph:list-checks" class="text-primary" />
6666
<span>Roadmap</span>
6767
</h2>
68-
<p>TODO: Improve that roadmap introduction paragraph.</p>
68+
<h3>Roadmap to Gephi Desktop 1.0</h3>
69+
<p>
70+
Gephi Desktop has been a "beta" version for more than a decade.
71+
This just means that the team does not consider the tool to be <em>complete</em> yet.
72+
We aim to implement the following features before getting "version 1.0":
73+
</p>
74+
<ul class="fs-4 ps-md-0 mt-0">
75+
<li><strong>Undo</strong> feature, limited to the “GEXF scope”: network data, metadata, positions, sizes, colors…</li>
76+
<li><strong>Default save to GEXF.</strong> More stable than “.gephi” though it does not save the state of the user interface.</li>
77+
<li><strong>Activity log</strong>, possibly coordinated to undo, possibly stored in the GEXF. A plugin is already exploring that direction.</li>
78+
<li><strong>Parallel edges.</strong> The GraphStore supports it but not the rest of Gephi.</li>
79+
<li><strong>New GPU visualization engine.</strong> We aim for comfortably visualizing 200K nodes and 1M edges on an average consumer laptop. Might be ready soon!</li>
80+
<li><strong>Curved edges in visual exploration.</strong> These are important because they help identifying edge orientation.</li>
81+
<li><strong>Legend generator</strong> (note: available in Gephi Lite)</li>
82+
</ul>
83+
<p>We are also considering the following features, but for a more distant future:</p>
84+
<ul class="fs-4 ps-md-0 mt-0">
85+
<li>Local exploration, i.e. at least a quick overview of a subgraph.</li>
86+
<li>Edges bundling visualization technique</li>
87+
<li>Integrate other visualization (treemap, scatter plots...)</li>
88+
</ul>
89+
90+
<h3>Project roadmap</h3>
91+
<p>
92+
Beyond the codebase, we also work on the project's structuration and other aspects. Next up we aim at this:
93+
</p>
6994
<ul class="fs-4 ps-md-0 mt-0">
70-
<li>Undo / redo</li>
71-
<li>Lorem</li>
72-
<li>Ipsum</li>
95+
<li><strong>Consolidate governance.</strong> Clarify roles, add content to our Open Collective platform, and improve onboarding.</li>
96+
<li><strong>Raise funds and facilitate donations.</strong> We need funds for the Gephi Weeks and ultimately, for a maintainer.</li>
97+
<li><strong>Recruit dev contributors.</strong> Having devs familiar with the codebases is key to the sustainability of the project.</li>
7398
</ul>
7499
</div>
75100
</section>

0 commit comments

Comments
 (0)