# HG changeset patch # User Goffi # Date 1684763546 -7200 # Node ID b2d26ffce40d2b794453aa23716a1ab7fc9b47fc # Parent 0fe78d74a792268a0caf5eee149d662263aa64e4 roadmap: minor reformulations diff -r 0fe78d74a792 -r b2d26ffce40d pages/roadmap/page_meta.py --- 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", },