comparison pages/roadmap/page_meta.py @ 27:b2d26ffce40d

roadmap: minor reformulations
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 15:52:26 +0200
parents 0fe78d74a792
children 07b7aa5b3c88
comparison
equal deleted inserted replaced
26:0fe78d74a792 27:b2d26ffce40d
4 name = "roadmap" 4 name = "roadmap"
5 template = "roadmap/roadmap.html" 5 template = "roadmap/roadmap.html"
6 6
7 7
8 def prepare_render(self, request): 8 def prepare_render(self, request):
9 # for status, "P" is for "in progress" and "C" for "Completed". It is case
10 # insensitive.
9 request.template_data["milestones"] = [ 11 request.template_data["milestones"] = [
10 { 12 {
11 "title": "One-on-One Audio/Video Calls", 13 "title": "One-on-One Audio/Video Calls",
12 "release_number": "0.9", 14 "release_number": "0.9",
13 "description": "Enable one-on-one audio/video calls and facilitate desktop sharing.", 15 "description": "Enable one-on-one audio/video calls and desktop sharing.",
14 "status": "P", 16 "status": "P",
15 "estimation": "Q2 2023", 17 "estimation": "Q2 2023",
16 }, 18 },
17 { 19 {
18 "title": "Modern Package Manager Integration", 20 "title": "Modern Package Manager Integration",
34 "description": "Develop a cutting-edge chat interface in the web frontend.", 36 "description": "Develop a cutting-edge chat interface in the web frontend.",
35 "status": "", 37 "status": "",
36 "estimation": "Q2 2023", 38 "estimation": "Q2 2023",
37 }, 39 },
38 { 40 {
39 "title": "Stabilization of ActivityPub ↔️ XMPP Gateway", 41 "title": "Stabilization of ActivityPub ⬌ XMPP Gateway",
40 "release_number": "0.9", 42 "release_number": "0.9",
41 "description": "Ensure the stability of the ActivityPub ↔️ XMPP Gateway, making it suitable for production use.", 43 "description": "Ensure the stability of the ActivityPub ⬌ XMPP Gateway, making it suitable for production use.",
42 "status": "P", 44 "status": "P",
43 "estimation": "Q2 2023", 45 "estimation": "Q2 2023",
44 }, 46 },
45 { 47 {
46 "title": "Web Notifications and Desktop Integration", 48 "title": "Web Notifications and Desktop Integration",