|
1 | 1 | <!-- {% assign categories = include.data.categories %}
|
2 | 2 | {% if include.categories %}
|
3 | 3 | {% assign categories = include.data.categories | where: "name", include.categories %}
|
4 |
| -{% endif %} |
| 4 | +{% endif %} --> |
5 | 5 |
|
6 |
| -<table class="status-table"> |
| 6 | +<!-- <table class="status-table"> |
7 | 7 | <tbody>
|
8 | 8 | <tr class="category-name">
|
9 | 9 | <th>In progress</th>
|
10 | 10 | <th>Planned</th>
|
11 | 11 | </tr>
|
12 | 12 | {% for categories in categories %}
|
13 |
| - {% if categories.name == "In progress" %} |
| 13 | + {% for categoryFeature in categories.features %} |
14 | 14 | <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> |
17 | 31 | </tr>
|
18 |
| - {% elsif categories.name == "Planned" %} |
| 32 | + {% for categories in categories %} |
| 33 | + {% for categoryFeature in categories.features %} |
19 | 34 | <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 %} |
22 | 40 | </tr>
|
23 |
| - {% endif %} |
| 41 | + {% endfor %} |
24 | 42 | {% endfor %}
|
25 | 43 | </tbody>
|
26 |
| -</table> --> |
| 44 | +</table> |
27 | 45 |
|
28 | 46 | <table class="status-table">
|
29 | 47 | <tbody>
|
|
52 | 70 | <td>GraphQL - Inventory improvements</td>
|
53 | 71 | </tr>
|
54 | 72 | <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> |
57 | 75 | </tr>
|
58 | 76 | <tr class="category-feature">
|
59 | 77 | <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> |
61 | 79 | </tr>
|
62 | 80 | <tr class="category-feature">
|
63 | 81 | <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> |
65 | 83 | </tr>
|
66 | 84 | <tr class="category-feature">
|
67 | 85 | <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> |
69 | 87 | </tr>
|
70 | 88 | <tr class="category-feature">
|
71 | 89 | <td>PWA - Performance optimizations</td>
|
|
80 | 98 | <td>PWA - Staging and preview</td>
|
81 | 99 | </tr>
|
82 | 100 | <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> |
84 | 102 | <td>PWA - Bundle product type</td>
|
85 | 103 | </tr>
|
86 | 104 | <tr class="category-feature">
|
|
0 commit comments