From 40c7263326a23c2d053fd827461f817f7e1f7c36 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 24 Sep 2024 18:20:10 +0200 Subject: [PATCH] Update roadmap --- pages/public-roadmap.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/public-roadmap.tsx b/pages/public-roadmap.tsx index daf8bc3a..1f5d3997 100644 --- a/pages/public-roadmap.tsx +++ b/pages/public-roadmap.tsx @@ -93,6 +93,11 @@ const tasks: { } ], inProgress: [ + { + title: 'Real-time collaboration improved presence', + cloud: true, + target: null + }, { link: 'https://github.com/mockoon/mockoon/issues/83', title: 'WebSockets support', @@ -119,11 +124,6 @@ const tasks: { } ], comingSoon: [ - { - title: 'Real-time collaboration improved presence', - cloud: true, - target: null - }, { title: 'Environment variables support in cloud deployments', cloud: true,