You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/state/roadmap.tsx
+2-18
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ export interface IRoadmapItem {
10
10
// NOTE: This list is assumed to be in order
11
11
exportdefault[
12
12
{
13
-
title: "Q2 2023",
13
+
title: "Q3 & Q4 2023",
14
14
text: <>
15
15
<Heading.H4id="roadmap-designs">
16
16
Designs
@@ -29,12 +29,6 @@ export default [
29
29
This will involve testing various libraries and designs to ensure that we create the best possible product.
30
30
We will also decide on licensing and monetization strategies during this month.
31
31
</p>
32
-
<Heading.H4id="roadmap-discord-server">
33
-
Opening Discord Server
34
-
</Heading.H4>
35
-
<paria-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>
38
32
<Heading.H4id="roadmap-active-development">
39
33
Active Development
40
34
</Heading.H4>
@@ -53,9 +47,8 @@ export default [
53
47
</>
54
48
},
55
49
{
56
-
title: "Q3 & Q4 2023",
50
+
title: "2024",
57
51
text: <>
58
-
59
52
<Heading.H4id="roadmap-early-access-release">
60
53
Ealy Access Releases
61
54
</Heading.H4>
@@ -73,14 +66,5 @@ export default [
73
66
Upon release of the first alpha version, we will also be open-sourcing the Git client!
74
67
</p>
75
68
</>
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.
0 commit comments