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
"Here you can see which features already exist and which ones are coming in the future.",
14
+
};
8
15
9
16
exportdefaultfunctionFeatureRoadmapPage(){
10
17
conststyle={
@@ -18,56 +25,56 @@ export default function FeatureRoadmapPage() {
18
25
description: string;
19
26
expanded?: boolean;
20
27
}[]=[
21
-
{
22
-
title: "A solid project base",
23
-
status: "current-objective",
24
-
description:
25
-
"This is more of a necessity than a feature. Zendoc needs a solid foundation including secure authentication, efficient data access and lots more.",
26
-
expanded: true,
27
-
},
28
-
{
29
-
title: "Config Manager",
30
-
status: "planned",
31
-
description:
32
-
"Using our config manager, you are able to reuse your configuration files on the fly and over the network for devices and services alike.",
33
-
},
34
-
{
35
-
title: "Custom markdown documents",
36
-
status: "planned",
37
-
description:
38
-
"An integrated markdown viewer and editor ensures that you can edit your documents directly in Zendoc.",
39
-
},
40
-
{
41
-
title: "Hardware",
42
-
status: "planned",
43
-
description:
44
-
"Using our Zendoc Agents, we collect hardware information for the documentation and other Zendoc tools.",
45
-
},
46
-
{
47
-
title: "Network documentation",
48
-
status: "planned",
49
-
description:
50
-
"We want to create a system that allows you to have an always up-to-date network documentation. This will allow you to monitor, visualize and debug most networks.",
51
-
},
52
-
{
53
-
title: "Monitoring",
54
-
status: "planned",
55
-
description:
56
-
"With our Monitoring module, we give you access to all information about your devices and services. This helps us to build a complete infrastructure overview for you.",
57
-
},
58
-
{
59
-
title: "Daemon",
60
-
status: "planned",
61
-
description:
62
-
"Our Daemon (Agent) is a locally running piece of software that provides your Zendoc instance with all the information and control needed.",
63
-
},
64
-
{
65
-
title: "Enterprise features",
66
-
status: "planned",
67
-
description:
68
-
"To make Zendoc accessible to businesses we want to add essential features like a permission system, API, LDAP/AD and SSO support.",
69
-
},
70
-
];
28
+
{
29
+
title: "A solid project base",
30
+
status: "current-objective",
31
+
description:
32
+
"This is more of a necessity than a feature. Zendoc needs a solid foundation including secure authentication, efficient data access and lots more.",
33
+
expanded: true,
34
+
},
35
+
{
36
+
title: "Config Manager",
37
+
status: "planned",
38
+
description:
39
+
"Using our config manager, you are able to reuse your configuration files on the fly and over the network for devices and services alike.",
40
+
},
41
+
{
42
+
title: "Custom markdown documents",
43
+
status: "planned",
44
+
description:
45
+
"An integrated markdown viewer and editor ensures that you can edit your documents directly in Zendoc.",
46
+
},
47
+
{
48
+
title: "Hardware",
49
+
status: "planned",
50
+
description:
51
+
"Using our Zendoc Agents, we collect hardware information for the documentation and other Zendoc tools.",
52
+
},
53
+
{
54
+
title: "Network documentation",
55
+
status: "planned",
56
+
description:
57
+
"We want to create a system that allows you to have an always up-to-date network documentation. This will allow you to monitor, visualize and debug most networks.",
58
+
},
59
+
{
60
+
title: "Monitoring",
61
+
status: "planned",
62
+
description:
63
+
"With our Monitoring module, we give you access to all information about your devices and services. This helps us to build a complete infrastructure overview for you.",
64
+
},
65
+
{
66
+
title: "Daemon",
67
+
status: "planned",
68
+
description:
69
+
"Our Daemon (Agent) is a locally running piece of software that provides your Zendoc instance with all the information and control needed.",
70
+
},
71
+
{
72
+
title: "Enterprise features",
73
+
status: "planned",
74
+
description:
75
+
"To make Zendoc accessible to businesses we want to add essential features like a permission system, API, LDAP/AD and SSO support.",
0 commit comments