-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
111 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,110 +1,113 @@ | ||
[ | ||
{ | ||
"shortDescription": "This is a sample end-to-end application, based on demo sample data, that shows you how to create a Microsoft Teams personal app with SharePoint Framework, hosting the solution also in Outlook.com and in the Office portal as a Microsoft 365 app. The solution also provides a sample Adaptive Card Extension (ACE) for Microsoft Viva Connection, still built with SharePoint Framework. The sample illustrates how to connect the ACE with the Teams personal app, providing custom arguments to the Teams personal app via deep links defined in the ACE. Last but not least, the solution illustrates how to create a Teams Message Extension for Search using Microsoft Teams Toolkit.", | ||
"url": "https://github.com/pnp/spfx-reference-scenarios/tree/main/samples/contoso-retail-demo/", | ||
"longDescription": [ | ||
"This is a sample end-to-end application, based on demo sample data, that shows you how to create a Microsoft Teams personal app with SharePoint Framework, hosting the solution also in Outlook.com and in the Office portal as a Microsoft 365 app. The solution also provides a sample Adaptive Card Extension (ACE) for Microsoft Viva Connection, still built with SharePoint Framework. The sample illustrates how to connect the ACE with the Teams personal app, providing custom arguments to the Teams personal app via deep links defined in the ACE. Last but not least, the solution illustrates how to create a Teams Message Extension for Search using Microsoft Teams Toolkit." | ||
], | ||
"creationDateTime": "2023-05-26", | ||
"updateDateTime": "2023-11-23", | ||
"products": [ | ||
"SharePoint", | ||
"Viva", | ||
"Microsoft Teams" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "CLIENT-SIDE-DEV", | ||
"value": "TypeScript,React" | ||
}, | ||
{ | ||
"key": "SPFX-VERSION", | ||
"value": "1.18.2" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
{ | ||
"name": "pnp-spfx-reference-scenarios-samples-react-retail-dashboard", | ||
"source": "pnp", | ||
"title": "Contoso Retail Dashboard", | ||
"shortDescription": "This is a sample end-to-end application, based on demo sample data, that shows you how to create a Microsoft Teams personal app with SharePoint Framework, hosting the solution also in Outlook.com and in the Office portal as a Microsoft 365 app. The solution also provides a sample Adaptive Card Extension (ACE) for Microsoft Viva Connection, still built with SharePoint Framework. The sample illustrates how to connect the ACE with the Teams personal app, providing custom arguments to the Teams personal app via deep links defined in the ACE. Last but not least, the solution illustrates how to create a Teams Message Extension for Search using Microsoft Teams Toolkit.", | ||
"url": "https://github.com/pnp/spfx-reference-scenarios/tree/main/samples/contoso-retail-demo/", | ||
"longDescription": [ | ||
"This is a sample end-to-end application, based on demo sample data, that shows you how to create a Microsoft Teams personal app with SharePoint Framework, hosting the solution also in Outlook.com and in the Office portal as a Microsoft 365 app. The solution also provides a sample Adaptive Card Extension (ACE) for Microsoft Viva Connection, still built with SharePoint Framework. The sample illustrates how to connect the ACE with the Teams personal app, providing custom arguments to the Teams personal app via deep links defined in the ACE. Last but not least, the solution illustrates how to create a Teams Message Extension for Search using Microsoft Teams Toolkit." | ||
], | ||
"creationDateTime": "2023-05-26", | ||
"updateDateTime": "2023-11-23", | ||
"products": [ | ||
"SharePoint", | ||
"Viva", | ||
"Microsoft Teams" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "CLIENT-SIDE-DEV", | ||
"value": "TypeScript,React" | ||
}, | ||
{ | ||
"key": "SPFX-VERSION", | ||
"value": "1.18.2" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/teams-hosted.png", | ||
"alt": "The Microsoft Teams personal app" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/teams-hosted.png", | ||
"alt": "The Microsoft Teams personal app" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 200, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/outlook-hosted.png", | ||
"alt": "The application hosted in Outlook.com" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 300, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/office-hosted.png", | ||
"alt": "The application hosted in the Office Portal as a Microsoft 365 app" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 400, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/viva-connection-ace.png", | ||
"alt": "The ACE hosted in Microsoft Viva Connection" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 500, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/teams-search-extension-signin.png", | ||
"alt": "The Teams Message Extension prompting the user to sign in" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 600, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/teams-search-extension-search.png", | ||
"alt": "The Teams Message Extension with search capabilities in action" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "PaoloPia", | ||
"company": "PiaSys.com", | ||
"pictureUrl": "https://github.com/paolopia.png", | ||
"name": "Paolo Pialorsi", | ||
"twitter": "PaoloPia" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Getting started with SharePoint Framework", | ||
"description": "Introduction about how to develop Microsoft 365 extensions using SharePoint Framework.", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant" | ||
}, | ||
{ | ||
"name": "Build your first SharePoint Adaptive Card Extension", | ||
"description": "Learn how to develop your first Adaptive Card Extension (ACE) using SharePoint Framework (SPFx).", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension" | ||
}, | ||
{ | ||
"name": "Building for Microsoft teams", | ||
"description": "Learn how to develop for Microsoft Teams using SharePoint Framework.", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview" | ||
}, | ||
{ | ||
"name": "Use Microsoft Graph in your solution", | ||
"description": "Learn how to consume Microsoft Graph using SharePoint Framework (SPFx).", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis" | ||
}, | ||
{ | ||
"name": "Teams Toolkit Overview", | ||
"description": "Microsoft Teams Toolkit Overview.", | ||
"url": "https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/teams-toolkit-fundamentals?pivots=visual-studio-code-v5" | ||
}, | ||
{ | ||
"name": "Add single sign-on to Teams app", | ||
"description": "Add single sign-on to Teams app.", | ||
"url": "https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/add-single-sign-on?pivots=visual-studio-code-v5" | ||
}, | ||
{ | ||
"name": "Microsoft 365 Patterns and Practices", | ||
"description": "Guidance, tooling, samples and open-source controls for your Microsoft 365 development.", | ||
"url": "https://aka.ms/m365pnp" | ||
} | ||
] | ||
} | ||
] | ||
"order": 200, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/outlook-hosted.png", | ||
"alt": "The application hosted in Outlook.com" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 300, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/office-hosted.png", | ||
"alt": "The application hosted in the Office Portal as a Microsoft 365 app" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 400, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/viva-connection-ace.png", | ||
"alt": "The ACE hosted in Microsoft Viva Connection" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 500, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/teams-search-extension-signin.png", | ||
"alt": "The Teams Message Extension prompting the user to sign in" | ||
}, | ||
{ | ||
"type": "image", | ||
"order": 600, | ||
"url": "https://raw.githubusercontent.com/pnp/spfx-reference-scenarios/main/samples/contoso-retail-demo/assets/teams-search-extension-search.png", | ||
"alt": "The Teams Message Extension with search capabilities in action" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "PaoloPia", | ||
"company": "PiaSys.com", | ||
"pictureUrl": "https://github.com/paolopia.png", | ||
"name": "Paolo Pialorsi", | ||
"twitter": "PaoloPia" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Getting started with SharePoint Framework", | ||
"description": "Introduction about how to develop Microsoft 365 extensions using SharePoint Framework.", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant" | ||
}, | ||
{ | ||
"name": "Build your first SharePoint Adaptive Card Extension", | ||
"description": "Learn how to develop your first Adaptive Card Extension (ACE) using SharePoint Framework (SPFx).", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension" | ||
}, | ||
{ | ||
"name": "Building for Microsoft teams", | ||
"description": "Learn how to develop for Microsoft Teams using SharePoint Framework.", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview" | ||
}, | ||
{ | ||
"name": "Use Microsoft Graph in your solution", | ||
"description": "Learn how to consume Microsoft Graph using SharePoint Framework (SPFx).", | ||
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis" | ||
}, | ||
{ | ||
"name": "Teams Toolkit Overview", | ||
"description": "Microsoft Teams Toolkit Overview.", | ||
"url": "https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/teams-toolkit-fundamentals?pivots=visual-studio-code-v5" | ||
}, | ||
{ | ||
"name": "Add single sign-on to Teams app", | ||
"description": "Add single sign-on to Teams app.", | ||
"url": "https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/add-single-sign-on?pivots=visual-studio-code-v5" | ||
}, | ||
{ | ||
"name": "Microsoft 365 Patterns and Practices", | ||
"description": "Guidance, tooling, samples and open-source controls for your Microsoft 365 development.", | ||
"url": "https://aka.ms/m365pnp" | ||
} | ||
] | ||
} | ||
] |