changeset 27:b2d26ffce40d

roadmap: minor reformulations
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 15:52:26 +0200
parents 0fe78d74a792
children e7c7327f9f25
files pages/roadmap/page_meta.py
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pages/roadmap/page_meta.py	Mon May 22 15:27:23 2023 +0200
+++ b/pages/roadmap/page_meta.py	Mon May 22 15:52:26 2023 +0200
@@ -6,11 +6,13 @@
 
 
 def prepare_render(self, request):
+    # for status, "P" is for "in progress" and "C" for "Completed". It is case
+    # insensitive.
     request.template_data["milestones"] = [
         {
             "title": "One-on-One Audio/Video Calls",
             "release_number": "0.9",
-            "description": "Enable one-on-one audio/video calls and facilitate desktop sharing.",
+            "description": "Enable one-on-one audio/video calls and desktop sharing.",
             "status": "P",
             "estimation": "Q2 2023",
         },
@@ -36,9 +38,9 @@
             "estimation": "Q2 2023",
         },
         {
-            "title": "Stabilization of ActivityPub ↔️ XMPP Gateway",
+            "title": "Stabilization of ActivityPub ⬌ XMPP Gateway",
             "release_number": "0.9",
-            "description": "Ensure the stability of the ActivityPub ↔️ XMPP Gateway, making it suitable for production use.",
+            "description": "Ensure the stability of the ActivityPub ⬌ XMPP Gateway, making it suitable for production use.",
             "status": "P",
             "estimation": "Q2 2023",
         },