Skip to content

Commit e2b3ae0

Browse files
add whats next
1 parent dc9412a commit e2b3ae0

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

content/news/2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2022
22

3-
*You'll find below all the updates that our Serenity Entreprise edition (EE) and Serenity Growth edition (GE) of the PIM have to offer. Enjoy!*
3+
*You'll find below all the updates of our SaaS offers. Enjoy!*
44

55
## November 2022
66

content/news/whats-next.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# What's next?
2+
3+
*With Akeneo PIM Enterprise Edition and Growth Edition being available as cloud-native SaaS applications, we can regularly deliver new capabilities that address your needs. We are excited to share the features that we are currently working on for our SaaS-based customers.*
4+
5+
6+
## Short term ⚗️ <small>| Within 6 months</small>
7+
8+
### <span class="label label-news label-program">ALPHA</span> Product data mapping
9+
10+
You probably discovered our catalogs for apps feature in the [October 2022 section]().
11+
As we want to give app users the best experience and reduce the development cost for app developers, we are working on a mapping interface to avoid you to develop it.
12+
13+
To do so, in **December 2022**, we will launch an **alpha version** of our product data mapping feature.
14+
15+
You will be able to:
16+
- access all the endpoints to push a mapping schema for a specific catalog to the PIM
17+
- configure a basic mapping using text attributes of your developer sandbox to test the feature
18+
- use the related endpoints to get the product data in a format that matches your mapping schema properties
19+
20+
👉 Learn more about the [product data mapping feature]() and discover the [mapping endpoints format in the related REST API Reference section]()
21+
22+
23+
## Mid term 🔬 <small>| 6+ months</small>
24+
25+
### Product data mapping
26+
27+
After the alpha phase, we will release the complete Product data mapping feature.
28+
29+
We will make our meta-schema evolve to allow you to ask for multiple types of targets, push your target requirements and information, and ask for required targets.
30+
From their PIM, app users will configure the mapping to match your app requirements and targets.

src/partials/layout.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<li class="{{#if active_guided_tutorials}}active{{/if}}">
7171
<a href="/tutorials/homepage.html">Guided tutorials</a>
7272
</li>
73-
<li class="{{#if active_whats_new}}active{{/if}}">
73+
<li class="{{#if active_news}}active{{/if}}">
7474
<a href="/news/2022.html">What's new?</a>
7575
</li>
7676
</ul>

styles/label.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
&.label-notice {
7070
background-color: @brand-warning;
7171
}
72-
}
72+
}

tasks/build-doc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ gulp.task('build-tutorials', ['clean-dist','less'], function () {
943943
gulp.task('build-news', ['clean-dist','less'], function () {
944944
var pages = {
945945
'2022.md': '2022',
946+
'whats-next.md': 'What\'s next?',
946947
};
947948

948949
var isOnePage = false;

0 commit comments

Comments
 (0)