Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a997b1c

Browse files
committed
Added new page
1 parent 7161c14 commit a997b1c

File tree

2 files changed

+34
-25
lines changed

2 files changed

+34
-25
lines changed

src/_includes/roadmap.md

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,47 @@
11
<!-- {% assign categories = include.data.categories %}
22
{% if include.categories %}
33
{% assign categories = include.data.categories | where: "name", include.categories %}
4-
{% endif %}
4+
{% endif %} -->
55

6-
<table class="status-table">
6+
<!-- <table class="status-table">
77
<tbody>
88
<tr class="category-name">
99
<th>In progress</th>
1010
<th>Planned</th>
1111
</tr>
1212
{% for categories in categories %}
13-
{% if categories.name == "In progress" %}
13+
{% for categoryFeature in categories.features %}
1414
<tr class="category-feature">
15-
<td>{{ categories.features }}</td>
16-
<td></td>
15+
{% if categories.name == "In progress" %}
16+
<td>{{ categoryFeature.name }}</td>
17+
{% elsif categories.name == "Planned" %}
18+
<td>{{ categoryFeature.name }}</td>
19+
{% endif %}
20+
</tr>
21+
{% endfor %}
22+
{% endfor %}
23+
</tbody>
24+
</table> -->
25+
26+
<table class="status-table">
27+
<tbody>
28+
<tr class="category-name">
29+
<th>In progress</th>
30+
<th>Planned</th>
1731
</tr>
18-
{% elsif categories.name == "Planned" %}
32+
{% for categories in categories %}
33+
{% for categoryFeature in categories.features %}
1934
<tr class="category-feature">
20-
<td></td>
21-
<td>{{ categories.features }}</td>
35+
{% case categories.name == "In progress" %}
36+
<td>{{ categoryFeature.name }}</td>
37+
{% elsif categories.name == "Planned" %}
38+
<td>{{ categoryFeature.name }}</td>
39+
{% endif %}
2240
</tr>
23-
{% endif %}
41+
{% endfor %}
2442
{% endfor %}
2543
</tbody>
26-
</table> -->
44+
</table>
2745

2846
<table class="status-table">
2947
<tbody>
@@ -52,20 +70,20 @@
5270
<td>GraphQL - Inventory improvements</td>
5371
</tr>
5472
<tr class="category-feature">
55-
<td><img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"> PayPal and Braintree updates</td>
56-
<td><img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"> Walmart Marketplace (extension)</td>
73+
<td>PayPal and Braintree updates <img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"></td>
74+
<td>Walmart Marketplace (extension) <img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"></td>
5775
</tr>
5876
<tr class="category-feature">
5977
<td>PHP 8.1 support</td>
60-
<td><img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"> Page Builder - Mobile layout optimization</td>
78+
<td>Page Builder - Mobile layout optimization</td>
6179
</tr>
6280
<tr class="category-feature">
6381
<td>PWA - Global theming/styling</td>
64-
<td><img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"> Page Builder - Column grid layouts (viewports)</td>
82+
<td>Page Builder - Column grid layouts (viewports)</td>
6583
</tr>
6684
<tr class="category-feature">
6785
<td>PWA - Custom product attributes</td>
68-
<td><img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"> Payment services (extension)</td>
86+
<td>Payment services (extension) <img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"></td>
6987
</tr>
7088
<tr class="category-feature">
7189
<td>PWA - Performance optimizations</td>
@@ -80,7 +98,7 @@
8098
<td>PWA - Staging and preview</td>
8199
</tr>
82100
<tr class="category-feature">
83-
<td><img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"> Vendor Bundled Extensions (VBEs) – Updates</td>
101+
<td>Vendor Bundled Extensions (VBEs) – Updates <img src="{{ site.baseurl }}/common/images/Smock_Extension_18_N.svg"></td>
84102
<td>PWA - Bundle product type</td>
85103
</tr>
86104
<tr class="category-feature">

src/release/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,3 @@ For information about our Beta program, go to our [GitHub wiki page](https://git
4141
- **Patch releases**—Updates to the core {{site.data.var.ee}} and {{site.data.var.ce}} application that include security, compliance, performance, and high-priority quality fixes.
4242
- **Security patch releases**—Security-only updates to the {{site.data.var.ee}} and {{site.data.var.ce}} application released to keep merchants secure and compliant.
4343
- **Feature releases**—New features and feature updates that are delivered as independent services, separate from the patch releases. Examples include services like Product Recommendations and Live Search, independent modules like PWA Studio and Inventory Management (MSI), and updates to our cloud services and infrastructure.
44-
45-
## {{ site.data.var.ce }} roadmap
46-
47-
The following table contains the status of items on the {{ site.data.var.ce }} roadmap (items are subject to change):
48-
49-
{:.bs-callout-info}
50-
For more details about PWA Studio, see the [roadmap](https://github.com/magento/pwa-studio/wiki/Roadmap) on GitHub.
51-
52-
{% include roadmap.md data=site.data.roadmap %}

0 commit comments

Comments
 (0)