Skip to content

Commit 6fb27bc

Browse files
authored
Merge pull request #4530 from MicrosoftDocs/v-ljoel-Dataverse-teams
Published Perspectives and Boards user doc - 2295567
2 parents 55b53b6 + 91e5389 commit 6fb27bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+580
-36
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,11 +2134,13 @@
21342134
items:
21352135
- name: Use sample apps from Teams store
21362136
href: ../teams/use-sample-apps-from-teams-store.md
2137-
- name: Bulletins (Preview)
2137+
- name: Boards (Preview)
2138+
href: ../teams/boards.md
2139+
- name: Bulletins
21382140
items:
2139-
- name: Use Bulletins (Preview) sample app
2141+
- name: Use Bulletins sample app
21402142
href: ../teams/bulletins.md
2141-
- name: Understand Bulletins (Preview) sample app architecture
2143+
- name: Understand Bulletins sample app architecture
21422144
href: ../teams/bulletins-architecture.md
21432145
- name: Employee ideas
21442146
items:
@@ -2156,6 +2158,8 @@
21562158
href: ../teams/issue-reporting.md
21572159
- name: Milestones (Preview)
21582160
href: ../teams/milestones.md
2161+
- name: Perspectives (Preview)
2162+
href: ../teams/perspectives.md
21592163
- name: Profile+ (Preview)
21602164
href: ../teams/profile-app.md
21612165
- name: Customize sample apps

powerapps-docs/teams/.DS_Store

8 KB
Binary file not shown.

powerapps-docs/teams/boards.md

Lines changed: 275 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,275 @@
1+
---
2+
title: Boards (Preview) sample app
3+
description: Learn how to use the Boards app.
4+
author: joel-lindstrom
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom:
8+
ms.date: 05/24/2021
9+
ms.author: v-ljoel
10+
ms.reviewer: tapanm
11+
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
15+
---
16+
17+
# Boards (Preview) sample app
18+
19+
[This article is pre-release documentation and is subject to change.]
20+
21+
In this tutorial, you'll learn about configuring and using the **Boards** sample app.
22+
23+
## Overview
24+
25+
The Boards template app for Microsoft Teams provides a simple way to connect and share with people in your organization with similar interests.
26+
27+
Benefits of using the Boards app:
28+
29+
- Pin relevant information in one place.
30+
- Organize pins by topic.
31+
- Discover items pinned by colleagues.
32+
33+
> [!NOTE]
34+
> - Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
35+
> - This app is available in three different Teams themes: Default, Dark and High contrast. When you [change the theme in Teams](https://support.microsoft.com/en-us/office/change-settings-in-teams-b506e8f1-1a96-4cf1-8c6b-b6ed4f424bc7), the app automatically updates to match the selected theme. More information: [Get the Teams theme using the Teams integration object](use-teams-integration-object.md#get-the-teams-theme)
36+
37+
> [!IMPORTANT]
38+
>- This is a preview feature.
39+
>- Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
40+
41+
## Prerequisites
42+
43+
Before using this app:
44+
45+
1. Install the app by side-loading the manifest for the app into Teams. You can get the manifest from https://aka.ms/TeamsBoards. For more information and help with installing this app, read the documentation available with the app manifest.
46+
2. Set up the app for the first use.
47+
48+
## Using Boards
49+
50+
In this section, you'll learn about the following capabilities in the Boards app:
51+
52+
- [Open the Boards app](#open-the-boards-app)
53+
54+
- [Understanding the Boards app interface](#understanding-the-boards-app-interface)
55+
56+
- [Add a board](#add-a-board)
57+
58+
- [Open a board](#open-a-board)
59+
60+
- [Pin an item to a board](#pin-an-item-to-a-board)
61+
62+
- [Sort boards](#sort-boards)
63+
64+
- [Edit a board](#edit-a-board)
65+
66+
- [Add categories](#add-categories)
67+
68+
- [Edit the Boards app in Power Apps](#edit-the-boards-app-in-power-apps)
69+
70+
71+
72+
## Open the Boards app
73+
74+
To open the Boards app:
75+
76+
1. Sign in to Teams.
77+
2. Select the Team in which the app was installed.
78+
3. Select the channel where you installed the **Boards** app.
79+
4. Select the **Boards** tab.
80+
5. Select **Allow** if the app asks for your permissions to use the connectors.
81+
6. You can learn more about extending this app's capabilities on the splash
82+
screen. Select **Got it** to close the screen, and go to the app. To hide
83+
this message while opening this app again, select **Don't show this again**
84+
before you select **Got it**.
85+
86+
87+
88+
![Screen displaying a message that reads "Built with Microsoft Power Platform. Ready for you to extend."](media/boards/splash-screen.png "Splash screen")
89+
90+
## Understanding the Boards app interface
91+
92+
The Boards app displays boards grouped by category. A Board is a collection of pinned items for a topic.
93+
94+
![The main screen of the Boards app](media/boards/main-boards-screen.png "Main Boards screen")
95+
96+
97+
98+
## Add a Board
99+
100+
1. In Teams, go to the team in which Boards is installed
101+
102+
2. Select the Boards tab
103+
104+
3. In right corner, select **Add a board**.
105+
106+
![The add a board button on the Boards main screen is selected](media/boards/add-a-board-button.png "Add a board")
107+
108+
4. Enter the title, category, and a description of the board.
109+
110+
![The fields that should be populated when creating a board](media/boards/add-new-board-screen.png "Add new board screen")
111+
112+
5. Select **Save**.
113+
114+
6. New board is created.
115+
116+
![A new board is created](media/boards/board-created.png "Board created")
117+
118+
## Open a board
119+
120+
From the Boards app, you can search for board topics that interest you and open them to view the pinned items. For example, if you're interested in hiking, you could search for hiking-related boards and see what your colleagues have pinned regarding hiking.
121+
122+
1. In the Boards app in Teams, select the **Find a Board** search field.
123+
124+
2. Type the name of the board or category you want to find.
125+
126+
![Search field is selected and search results displayed](media/boards/board-search.png "Board search")
127+
128+
3. Boards in your organization that match the search words will be displayed. Select the board you want.
129+
130+
4. The selected board will be displayed. From this screen you can see information about the websites, Teams, channels, and conversation chats related to the board.
131+
132+
5. Search results are organized by category, or you can select **All** to view all returned results.
133+
134+
![category selector allows item list to be filtered by item category](media/boards/category-filter.png "Category filter")
135+
136+
## Pin an item to a board
137+
138+
If you want to share an item with your colleagues, you can easily pin it to the appropriate board for the item category.
139+
140+
For example, you might want to share a link to a book written by an author with the Book Club.
141+
142+
1. Open the board you want. In this example, we open the sample board **Book Club.**
143+
144+
![The add a board button is selected](media/boards/board-screen.png "Board screen")
145+
146+
2. Select **Add to board.**
147+
148+
![The fields that must be populated to add an item to a board.](media/boards/add-to-board.png "add to board")
149+
150+
3. Select the appropriate item type.
151+
152+
4. Add a link to the website.
153+
154+
5. Enter title and description
155+
156+
6. You'll see a preview of what the card will look like.
157+
158+
7. Select **Save.**
159+
160+
161+
162+
163+
164+
## Sort boards
165+
166+
You can sort the order in which board categories are displayed on the main Boards screen.
167+
168+
1. Select the Sort button.
169+
170+
2. From the pop-up, select arrows up or down to make categories sorted and
171+
displayed in that order.
172+
173+
![Board category sort and display options](media/boards/category-sort.png "Category sort")
174+
175+
176+
177+
3. To hide a category from the boards screen, select the visibility button.
178+
179+
4. Select **Apply**.
180+
181+
5. Boards matching the selected sort order will be displayed.
182+
183+
184+
185+
## Edit a board
186+
187+
You can Edit the boards under your organization under the Boards app.
188+
189+
To edit the boards:
190+
191+
1. In Teams, go to the team in which Boards is installed.
192+
193+
2. Select the Boards tab.
194+
195+
3. Select a Board.
196+
197+
4. Select **Edit**.
198+
199+
![Edit button is selected](media/boards/edit-board.png "Edit board")
200+
201+
5. Change the Title, Category, and Description.
202+
203+
6. Add relevant Image.
204+
205+
7. Select **Save**.
206+
207+
![A custom image is selected for the board image](media/boards/save-button.png "Save button")
208+
209+
## Add categories
210+
211+
You can add the categories under your organization under the Boards app.
212+
213+
To add categories:
214+
215+
1. In Teams, go to the team in which Boards is installed.
216+
217+
2. Select the Boards tab.
218+
219+
3. Select Settings gear in upper right corner.
220+
221+
4. Select **Add Category**.
222+
223+
![Add category button is selected](media/boards/add-category-button.png "add a category")
224+
225+
5. Change the title, category, and description.
226+
227+
![New category is added to category list](media/boards/create-board-screen.png "Create Board Screen")
228+
229+
6. Add an image.
230+
231+
7. Select **Save**.
232+
233+
234+
235+
236+
237+
238+
239+
## Edit the Boards app in Power Apps
240+
241+
1. In Teams, add the Power Apps app from the Teams store by selecting the ellipses in the app menu, searching for Power Apps, and then selecting **install.**
242+
243+
2. Right-click on Power Apps icon and select **Pop out app** to open the app in a new window. This pop-out action will ensure that you don't lose your changes if you browse somewhere else in Teams.
244+
245+
![The main screen for Power Apps app in Teams](media/boards/power-apps-screen.png "Power Apps screen")
246+
247+
3. Select **Build** tab.
248+
249+
4. Select the team in which the Boards app is installed, then select **Installed apps.**
250+
251+
5. In the Boards tile, select the Boards app to open it in Power Apps in Team.
252+
253+
![Installed apps tab is selected and boards tile is selected](media/boards/boards-tile.png "Boards tile")
254+
255+
6. You may get prompted to authorize the app's connectors to connect. Select **Allow**.
256+
257+
7. You can now customize the app.
258+
259+
![Boards Power App in Power Apps studio in Teams](media/boards/power-apps-studio.png "Power Apps studio")
260+
261+
### See also
262+
263+
- [Understand Bulletins sample app architecture](bulletins-architecture.md)
264+
- [Customize sample apps](customize-sample-apps.md)
265+
- [Sample apps FAQs](sample-apps-faqs.md)
266+
- [Use sample apps from the Microsoft Teams store](use-sample-apps-from-teams-store.md)
267+
- [Bulletins sample app](bulletins.md)
268+
- [Employee ideas sample app](employee-ideas.md)
269+
- [Inspection sample apps](inspection.md)
270+
- [Issue reporting sample apps](issue-reporting.md)
271+
- [Milestones (Preview) sample app](milestones.md)
272+
- [Perspectives (Preview) sample app](perspectives.md)
273+
- [Profile+ (Preview) sample app](profile-app.md)
274+
275+
[!INCLUDE[footer-include](../includes/footer-banner.md)]

powerapps-docs/teams/bulletins-architecture.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
---
2-
title: Understand Bulletins sample app architecture | Microsoft Docs
2+
title: Understand Bulletins sample app architecture
33
description: Learn about the architecture of the Bulletins sample app.
44
author: navjotm
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/27/2021
8+
ms.date: 05/24/2021
99
ms.author: namarwah
1010
ms.reviewer: tapanm
1111
contributors:
12-
- tapanm-msft
13-
- navjotm
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1415
---
1516

1617
# Understand Bulletins sample app architecture
1718

18-
[This article is pre-release documentation and is subject to change.]
19-
2019
In this article, you'll learn about the collections and global variables used by the [Manage Bulletins](bulletins.md#manage-bulletins-app) and [Bulletins](bulletins.md#bulletins-app) apps, and understand how to use them effectively. If you want to learn more about how to install, and use the Bulletins sample app instead, go to [Bulletins sample app](bulletins.md).
2120

2221
## Prerequisites
@@ -31,10 +30,6 @@ To understand and use information in this article, you'll need to know about dif
3130

3231
You'll also need to know about how to [install](use-sample-apps-from-teams-store.md), and [use](bulletins.md) Bulletins sample app.
3332

34-
> [!IMPORTANT]
35-
> - This is a preview feature.
36-
> - [!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
37-
3833
## Data model
3934

4035
The following diagram explains the data model used by the Bulletins sample app.

powerapps-docs/teams/bulletins.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
title: Use Bulletins apps from teams store | Microsoft Docs
2+
title: Bulletins sample app
33
description: Learn how to use the Bulletins apps from Teams store.
44
author: navjotm
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 01/07/2021
8+
ms.date: 05/24/2021
99
ms.author: namarwah
1010
ms.reviewer: tapanm
11+
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1115
---
1216

13-
# Bulletins sample app (Preview)
14-
15-
[This article is pre-release documentation and is subject to change.]
17+
# Bulletins sample app
1618

1719
In this tutorial, you'll learn about configuring, and using the **Bulletins** sample app.
1820

@@ -41,10 +43,6 @@ The Bulletins app solution consists of two apps.
4143
> - Before you can use this app, you may be asked for your permissions to use the connection. More information: [Allow connections in sample apps](use-sample-apps-from-teams-store.md#step-1---allow-connections)
4244
> - This app is available in three different Teams themes: Default, Dark and High contrast. When you [change the theme in Teams](https://support.microsoft.com/en-us/office/change-settings-in-teams-b506e8f1-1a96-4cf1-8c6b-b6ed4f424bc7), the app automatically updates to match the selected theme. More information: [Get the Teams theme using the Teams integration object](use-teams-integration-object.md#get-the-teams-theme)
4345
44-
> [!IMPORTANT]
45-
> - This is a preview feature.
46-
> - [!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
47-
4846
## Prerequisites
4947

5048
Before using this app:
@@ -462,10 +460,12 @@ To view links, and contacts:
462460
- [Customize sample apps](customize-sample-apps.md)
463461
- [Sample apps FAQs](sample-apps-faqs.md)
464462
- [Use sample apps from the Microsoft Teams store](use-sample-apps-from-teams-store.md)
463+
- [Boards (Preview) sample app](boards.md)
465464
- [Employee ideas sample app](employee-ideas.md)
466465
- [Inspection sample apps](inspection.md)
467466
- [Issue reporting sample apps](issue-reporting.md)
468467
- [Milestones (Preview) sample app](milestones.md)
468+
- [Perspectives (Preview) sample app](perspectives.md)
469469
- [Profile+ (Preview) sample app](profile-app.md)
470470

471471
[!INCLUDE[footer-include](../includes/footer-banner.md)]

0 commit comments

Comments
 (0)