Skip to content

Commit 48291aa

Browse files
committed
Update roadmap to current state of development
1 parent f71f3e8 commit 48291aa

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

Diff for: src/assets/state/roadmap.tsx

+2-18
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface IRoadmapItem {
1010
// NOTE: This list is assumed to be in order
1111
export default [
1212
{
13-
title: "Q2 2023",
13+
title: "Q3 & Q4 2023",
1414
text: <>
1515
<Heading.H4 id="roadmap-designs">
1616
Designs
@@ -29,12 +29,6 @@ export default [
2929
This will involve testing various libraries and designs to ensure that we create the best possible product.
3030
We will also decide on licensing and monetization strategies during this month.
3131
</p>
32-
<Heading.H4 id="roadmap-discord-server">
33-
Opening Discord Server
34-
</Heading.H4>
35-
<p aria-labelledby="roadmap-discord-server">
36-
To encourage an active community, we plan to launch a public Discord server where users can freely exchange ideas and communicate directly with the development team.
37-
</p>
3832
<Heading.H4 id="roadmap-active-development">
3933
Active Development
4034
</Heading.H4>
@@ -53,9 +47,8 @@ export default [
5347
</>
5448
},
5549
{
56-
title: "Q3 & Q4 2023",
50+
title: "2024",
5751
text: <>
58-
5952
<Heading.H4 id="roadmap-early-access-release">
6053
Ealy Access Releases
6154
</Heading.H4>
@@ -73,14 +66,5 @@ export default [
7366
Upon release of the first alpha version, we will also be open-sourcing the Git client!
7467
</p>
7568
</>
76-
},
77-
{
78-
title: "2024",
79-
text: <>
80-
<p>
81-
After the alpha release, we will continue to enhance Commit Rocket by taking feedback from our users and working on the client.
82-
Though we have not set specific goals, we aim to develop a stable and production-ready application by the end of the year.
83-
</p>
84-
</>
8569
}
8670
] satisfies IRoadmapItem[];

0 commit comments

Comments
 (0)