Replies: 3 comments 7 replies
-
Actually with word addins, we could generate a resolved comment for each merch block with additional metadata where we can render/update prices, render link to OST in order to update it etc. |
Beta Was this translation helpful? Give feedback.
-
I think calling this a need is too strong. The people asking for this feature have never authored a real-world page. Why would we immediately jump so investing the (significant) engineering resources to build this? If someone had never authored in AEM and asked for a Wordpress feature, would we immediate jump to giving them exactly what they want? Also important to remember: if a solution requires Desktop Word, it is not a solution. I know this proposal is not saying it requires desktop, but everyone needs to know this constraint when approaching solutions. |
Beta Was this translation helpful? Give feedback.
-
I think that instead of trying to engineer a specific solution to displaying latest prices, we should instead look into optimizing the author / save / preview loop. My ideal setup for this would be to have the word doc open in one window, and the preview open in another window side-by-side. When you hit save in word, the preview would auto-update. I believe this might be doable via the sidekick and polling the document last edited timestamp. For offer prices specifically, integration into the library may be enough: Provide a way for authors to search for offer prices, which then displays a list and the current price. When the author copys the offer into the doc you'd get the |
Beta Was this translation helpful? Give feedback.
-
For getting prices and CTAs in our documents, we are for now using links for now that contain all needed information to be rewritten as price when rendered, and hold logic to get to edition mode when clicked, being links.
Problems here are
Question after that long introduction is can we do better? Inserting "objects" we could have custom js working with, that we also be able to render easily.
Talking this offline with @vladen, he gave me a few tracks for investigation:
word embeds: https://support.microsoft.com/en-us/office/embed-web-content-in-word-for-the-web-41b2968b-3b0f-40c9-a6c9-8f3173610037
word add-ins: https://learn.microsoft.com/en-us/javascript/api/requirement-sets?view=powerpoint-js-preview#word
excel scripts: https://learn.microsoft.com/en-us/office/dev/scripts/
that look promising, but i was wondering if in a wider world (franklin) that question of using object tied to custom logic had been raised, and if there is a preferred way to follow here.
Beta Was this translation helpful? Give feedback.
All reactions