From 0b819275e04f5fa7f5d57baa124cbffd46b3aa09 Mon Sep 17 00:00:00 2001 From: "J.P. Roca" Date: Fri, 24 Sep 2021 19:46:47 -0700 Subject: [PATCH 1/5] Changed teams target version to 1.4 --- .../src/containers/teams/teams-container.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nodejs/adaptivecards-designer/src/containers/teams/teams-container.ts b/source/nodejs/adaptivecards-designer/src/containers/teams/teams-container.ts index 6ed673b919..5ce2b2fdad 100644 --- a/source/nodejs/adaptivecards-designer/src/containers/teams/teams-container.ts +++ b/source/nodejs/adaptivecards-designer/src/containers/teams/teams-container.ts @@ -43,7 +43,7 @@ abstract class BaseTeamsContainer extends HostContainer { } get targetVersion(): Adaptive.Version { - return Adaptive.Versions.v1_2; + return Adaptive.Versions.v1_4; } } From 18b34b33c084696db0540a23b0a4c3a7e05a6acf Mon Sep 17 00:00:00 2001 From: "J.P. Roca" Date: Fri, 7 Jan 2022 17:53:33 -0500 Subject: [PATCH 2/5] Added october and november blog posts --- .../_posts/2021/Community-Call-November.md | 48 +++++++++++++++++++ .../_posts/2021/Community-Call-October.md | 47 ++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md create mode 100644 source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md diff --git a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md new file mode 100644 index 0000000000..af47fa750e --- /dev/null +++ b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md @@ -0,0 +1,48 @@ +--- +title: 📣 Community Call - November, 2021 +subtitle: Viva Connections Dashboard, Quick View Cards +date: 2021-11-11 +featured_image: https://techcommunity.microsoft.com/t5/image/serverpage/image-id/328056i9FC2616DE8DC2E07/image-size/large?v=v2&px=999 +github_username: JeanRoca +twitter: jpthepm +--- + +The following topics are covered in this month’s community call: **Viva Connections + Adaptive Cards** (Dashboard overview, 6 different Quick View card layouts, and comparing card renderings from Designer and Dashboard) Emily Lynam (Microsoft), Max Kulakov (Microsoft), and Siddharth Gulati (Microsoft), **v1.5 Blog Post + Website Changes** (feature details in latest blog post and v1.5 features added to Designer) - J.P. Roca (Microsoft) and **Q&A** – members of the Developer and PM teams fielded questions on a host of topics for the last 25 minutes on this call. Questions on Power Apps, Viva Connections, Adaptive Cards, AC in Azure Logic Apps, Adaptive Components, AC Designer, Universal Actions, Teams, Outlook integration… This call was hosted by [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm. Recorded on November 11, 2021. + +### Watch the call here + + + +### Agenda: +- **Viva Connections + Adaptive Cards** :handshake: - Emily Lynam (Microsoft), Max Kulakov (Microsoft), and [Siddharth Gulati](http://twitter.com/sidvaani) (Microsoft) | @sidvaani –[00:45](https://youtu.be/_qDFDMUouxE?t=45) +- **v1.5 Blog Post + Website Changes** :loudspeaker: - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [13:53](https://youtu.be/_qDFDMUouxE?t=833) +- **Q&A** :white_question_mark: - with members of Microsoft Developer and PM teams – [14:53](https://youtu.be/_qDFDMUouxE?t=873) + +### Demo: +**Viva Connections + Adaptive Cards** - overview Viva Connections Dashboard, elements of Dashboard, card layouts, information flow, rendering differences between web and mobile. Viva Connections has 3 pillars – Dashboard, Applications and Feeds. Deep dive into Authoring a Quick View card in both Dashboard and in Adaptive Cards Designer – note same JSON, renders similar card, due to same Fluent UI/React behind scenes. Step through 6 different Quick View card layouts. + +### Referenced in this call: +- Blog - [Announcing Adaptive Cards 1.5](https://adaptivecards.io/blog/) +- Blog - [Guidance on implementing partner offerings for Viva Connections with ACEs and custom APIs](https://devblogs.microsoft.com/microsoft365dev/guidance-on-implementing-partner-offerings-for-viva-connections-with-aces-and-custom-apis/) +- Blog - [Viva Connections mobile and new partner integrations are now generally available](https://techcommunity.microsoft.com/t5/microsoft-viva-blog/viva-connections-mobile-and-new-partner-integrations-are-now/ba-p/2932217) + + +Next month's call will be held on **Thursday, January 13, 2022 at 9:00am PST.** We look forward to talking to you then! Download a recurring calendar invite here at . + +Check out the previous month's call recording on our [Office Development YouTube Channel](https://www.youtube.com/channel/UCV_6HOhwxYLXAGd-JOqKPoQ) + +### Resources in General: +- Let us know the features you need https://aka.ms/ACRoadmap +- Schema Explorer - https://adaptivecards.io/explorer/Action.Execute.html +- Designer - https://adaptivecards.io/designer/ +- Get started with Templating - https://aka.ms/ACTemplating +- Browse the Adaptive Cards Code - https://aka.ms/ACRepo +- Find tools, sample cards and more - https://www.madewithcards.io +- Contribution Guidelines – https://aka.ms/ACRepo + +### Adaptive Cards feedback channels + +- [Issues and feature requests](https://github.com/Microsoft/AdaptiveCards/issues) +- [Technical questions](https://stackoverflow.com/questions/tagged/adaptive-cards) + +The Adaptive Cards developer community call is on the 2nd Thursday of each month. We will provide you with the opportunity to learn about Adaptive Cards in general, how they could be a great tool in your applications and contribute to the evolution of the format and SDKs. Each month, we'll discuss new features we are bringing to the platform, our roadmap, and listen to your feedback and suggestions. \ No newline at end of file diff --git a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md new file mode 100644 index 0000000000..fb070a32cc --- /dev/null +++ b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md @@ -0,0 +1,47 @@ +--- +title: 📣 Community Call - October, 2021 +subtitle: FactSet + Adaptive Cards, v1.5 Release +date: 2021-10-14 +featured_image: https://techcommunity.microsoft.com/t5/image/serverpage/image-id/324683iE137929D200330F1/image-size/large?v=v2&px=999 +github_username: JeanRoca +twitter: jpthepm +--- + +The following topics are covered in this month’s community call: **FactSet + Adaptive Cards** (rendering Adaptive Cards in their products) Matt Pineau (FactSet) and Andrew Curtice (FactSet), **v1.5 Release** (shipped v1.5 of our schema! New features include: RTL support, Input.Text masking, ActionSet overflow, Tooltip for Actions, Table element, Static filtered choicesets and Action.isEnabled) - J.P. Roca (Microsoft) and finally **Q&A –** members of the Developer and PM teams fielded questions on a host of topics for the last 20 minutes on this call. This call was hosted by [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm. Recorded on October 14, 2021. + +### Watch the call here + + + +### Agenda: +- FactSet + Adaptive Cards :handshake:- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) +- v1.5 Release :loudspeaker: - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) +- Q&A :white_question_mark: - with members of Microsoft Developer and PM teams – [26:58](https://youtu.be/zr8TiZZB5_k?t=1618) + +### Demo: +**FactSet + Adaptive Cards** FactSet - a financial services company, utilizes and has extended Adaptive Cards in their Signals product to proactively deliver brief and atomic information to customers. Adaptive Cards are integrated through Power Automate into Microsoft Teams and Outlook. FactSet’s WorkStation product uses the Extensibility feature of Adaptive Cards in its Fusion UI renderer to deliver responsiveness across platforms with little code. Q&A throughout. + +### Referenced in this call: +- API - signals-api | https://developer.factset.com/api-catalog/signals-api (includes the /events/adaptive-cards URL endpoints AND a document **Client Workflow and Triggers for each Signal**, that shows example adaptive cards. +- General website - FactSet.com | http://factset.com + + +Next month's call will be held on **Thursday, November 11, 2021 at 9:00am PST.** We look forward to talking to you then! Download a recurring calendar invite here at . + +Check out the previous month's call recording on our [Office Development YouTube Channel](https://www.youtube.com/channel/UCV_6HOhwxYLXAGd-JOqKPoQ) + +### Resources in General: +- Let us know the features you need https://aka.ms/ACRoadmap +- Schema Explorer - https://adaptivecards.io/explorer/Action.Execute.html +- Designer - https://adaptivecards.io/designer/ +- Get started with Templating - https://aka.ms/ACTemplating +- Browse the Adaptive Cards Code - https://aka.ms/ACRepo +- Find tools, sample cards and more - https://www.madewithcards.io +- Contribution Guidelines – https://aka.ms/ACRepo + +### Adaptive Cards feedback channels + +- [Issues and feature requests](https://github.com/Microsoft/AdaptiveCards/issues) +- [Technical questions](https://stackoverflow.com/questions/tagged/adaptive-cards) + +The Adaptive Cards developer community call is on the 2nd Thursday of each month. We will provide you with the opportunity to learn about Adaptive Cards in general, how they could be a great tool in your applications and contribute to the evolution of the format and SDKs. Each month, we'll discuss new features we are bringing to the platform, our roadmap, and listen to your feedback and suggestions. \ No newline at end of file From 364d34cf581075099357d8fe29f63a4beb3f227b Mon Sep 17 00:00:00 2001 From: "J.P. Roca" Date: Fri, 7 Jan 2022 18:43:44 -0500 Subject: [PATCH 3/5] fixed emojis --- .../pages/_posts/2021/Community-Call-November.md | 4 ++-- .../pages/_posts/2021/Community-Call-October.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md index af47fa750e..2a370cd75d 100644 --- a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md +++ b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-November.md @@ -14,8 +14,8 @@ The following topics are covered in this month’s community call: **Viva Connec ### Agenda: -- **Viva Connections + Adaptive Cards** :handshake: - Emily Lynam (Microsoft), Max Kulakov (Microsoft), and [Siddharth Gulati](http://twitter.com/sidvaani) (Microsoft) | @sidvaani –[00:45](https://youtu.be/_qDFDMUouxE?t=45) -- **v1.5 Blog Post + Website Changes** :loudspeaker: - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [13:53](https://youtu.be/_qDFDMUouxE?t=833) +- **Viva Connections + Adaptive Cards** 🤝 - Emily Lynam (Microsoft), Max Kulakov (Microsoft), and [Siddharth Gulati](http://twitter.com/sidvaani) (Microsoft) | @sidvaani –[00:45](https://youtu.be/_qDFDMUouxE?t=45) +- **v1.5 Blog Post + Website Changes** 📢 - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [13:53](https://youtu.be/_qDFDMUouxE?t=833) - **Q&A** :white_question_mark: - with members of Microsoft Developer and PM teams – [14:53](https://youtu.be/_qDFDMUouxE?t=873) ### Demo: diff --git a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md index fb070a32cc..3477b8d3c8 100644 --- a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md +++ b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md @@ -14,8 +14,8 @@ The following topics are covered in this month’s community call: **FactSet + A ### Agenda: -- FactSet + Adaptive Cards :handshake:- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) -- v1.5 Release :loudspeaker: - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) +- FactSet + Adaptive Cards 🤝- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) +- v1.5 Release 📢 - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) - Q&A :white_question_mark: - with members of Microsoft Developer and PM teams – [26:58](https://youtu.be/zr8TiZZB5_k?t=1618) ### Demo: From 5bcd8dbfb02cdf471f43c18caaa3cb3dac7e0e40 Mon Sep 17 00:00:00 2001 From: "J.P. Roca" Date: Fri, 7 Jan 2022 19:04:44 -0500 Subject: [PATCH 4/5] testing font weights for emoji --- .../pages/_posts/2021/Community-Call-October.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md index 3477b8d3c8..46c43fb167 100644 --- a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md +++ b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md @@ -14,8 +14,8 @@ The following topics are covered in this month’s community call: **FactSet + A ### Agenda: -- FactSet + Adaptive Cards 🤝- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) -- v1.5 Release 📢 - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) +- FactSet + Adaptive Cards **🤝**- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) +- v1.5 Release **📢** - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) - Q&A :white_question_mark: - with members of Microsoft Developer and PM teams – [26:58](https://youtu.be/zr8TiZZB5_k?t=1618) ### Demo: From c1571e8497ed95e28f24d38762357cda72d063a3 Mon Sep 17 00:00:00 2001 From: "J.P. Roca" Date: Fri, 7 Jan 2022 19:26:02 -0500 Subject: [PATCH 5/5] removed bold from emojis as not required to render --- .../pages/_posts/2021/Community-Call-October.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md index 46c43fb167..3477b8d3c8 100644 --- a/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md +++ b/source/nodejs/adaptivecards-site/pages/_posts/2021/Community-Call-October.md @@ -14,8 +14,8 @@ The following topics are covered in this month’s community call: **FactSet + A ### Agenda: -- FactSet + Adaptive Cards **🤝**- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) -- v1.5 Release **📢** - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) +- FactSet + Adaptive Cards 🤝- Matt Pineau (FactSet) and Andrew Curtice (FactSet) – [00:29](https://youtu.be/zr8TiZZB5_k?t=29) +- v1.5 Release 📢 - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) | @jpthepm – [23:42](https://youtu.be/zr8TiZZB5_k?t=1422) - Q&A :white_question_mark: - with members of Microsoft Developer and PM teams – [26:58](https://youtu.be/zr8TiZZB5_k?t=1618) ### Demo: