2026-03-11 17:09:44 +01:00

34 lines
2.2 KiB
Markdown

---
home: false
article: false
sidebar: false
lang: en-US
title: Roadmap
description: The ocelot.social roadmap shows the most important planned features and the current development status.
---
Here you can see the most important planned features and the current development progress of *ocelot.social*.
<!-- markdownlint-disable MD033 -->
<RoadmapProgress
label-done="Done"
label-in-progress="In Progress"
label-planned="Planned"
label-previously-completed="Previously completed …"
label-more-planned="… and more planned"
:items="[
{ id: 0, title: 'Improved Notifications', description: 'More notification types and enhanced notification features for a better user experience.', status: 'done', issues: [] },
{ id: 1, title: 'Pinned Posts in Groups', description: 'Important posts can be pinned to the top of groups so they stay visible.', status: 'done', issues: [6233] },
{ id: 2, title: 'Group Chat', description: 'Chat rooms for groups so members can communicate with each other in real time.', status: 'in-progress', issues: [] },
{ id: 3, title: 'Improve Events', description: 'Enhanced event features such as attendee lists, calendar integration, and reminders.', status: 'planned', issues: [] },
{ id: 4, title: 'SSO / LDAP / SAML', description: 'Single sign-on integration for organizations with existing user management.', status: 'planned', issues: [3200] },
{ id: 5, title: 'Push Notifications', description: 'Instant notifications on your device for new posts, comments, or messages.', status: 'planned', issues: [4327] },
{ id: 6, title: 'Group Management (Deletion, Moderation)', description: 'Advanced management features for groups, including deletion and moderation tools.', status: 'planned', issues: [5388, 7702] },
{ id: 7, title: 'Post Visibility & Drafts', description: 'Save posts as drafts and control the visibility of individual posts.', status: 'planned', issues: [2198, 4965] },
{ id: 8, title: 'Vue 2 → Vue 3 Migration', description: 'Migration of the frontend to Vue 3 for better performance and future-proofing.', status: 'planned', issues: [6384] },
]"
/>
<!-- markdownlint-enable MD033 -->
Want to support a feature or contribute? [Get involved!](/en/contribute/)