This app contains a set of games you can deploy in your organization so your colleagues get to know better their peers. This might be quite useful for companies operating in different offices or for organizations having a considerable amount of remote workers.
Get your own free development tenant by subscribing to Microsoft 365 developer program
- Office 365 tenant
- App configuration in Azure Active Directory (AAD)
- Permissions
- Microsoft Graph -> User.Read.All
- Microsoft Graph -> User.ReadWrite
- Microsoft Graph -> GroupMember.Read.All
- Permissions
Solution | Author(s) |
---|---|
RemateTeamsApp | David Martos (isolutions AG, @davidmartos) |
Version | Date | Comments |
---|---|---|
1.0 | January 29, 2021 | Initial release |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
-
Install the latest version of [Node.js LTS 14.x](https://nodejs.org/en/download/releases/)(Note: SPFx v1.12.1 support Node.js v10/12/14)
-
You can either download Visual Studio Code and install Teams Toolkit V2 or download TeamsFx CLI.
-
Open the project with VSCode and in the Teams Toolkit V2 sidebar, click
Provision in the Cloud
under PROJECT.Or you can use TeamsFx CLI with running this cmd under your project path:
teamsfx provision
It will provision an app in Teams App Studio. You may need to login with your M365 tenant admin account.
-
Build and Deploy your SharePoint Package.
- Click
Deploy to the Cloud
in Teams Toolkit V2 sidebar, or runTeams: Deploy to the Cloud
from command palette. This will generate a SharePoint package(*.sppkg) under sharepoint/solution folder.
Or you can use TeamsFx CLI with running this cmd under your project path:
teamsfx deploy
- Upload or drag and drop the *.sppkg to the SharePoint App Catalog site, please follow the instruction: Deploy the HelloWorld package to App Catalog
- Click
-
Go back to Teams Toolkit V2, and in the sidebar, click
Publish to Teams
.Or you can use TeamsFx CLI with running this cmd under your project path:
teamsfx publish
You will find your app in Microsoft Teams admin center. Enter your app name in the search box.
Click the item and select Publish
in the Publishing status.
6. You may need to wait for a few minutes after publishing your teams app.And then login to Teams, and you will find your app in the Apps - Built for {your-tenant-name}
category.
This Teams app let's you play the well-known who's who game, showing a list of 4 random faces from your organization and asking you to drag one name into each one of them. You will get a score depending on how many attempts you need to match all employees with their right name. A ranking will be available so you can compare your performance with your peers.
- Getting started with SharePoint Framework
- Building for Microsoft teams
- Use Microsoft Graph in your solution
- Publish SharePoint Framework applications to the Marketplace
- Microsoft 365 Patterns and Practices - Guidance, tooling, samples and open-source controls for your Microsoft 365 development