Skip to content

Commit 03cddf6

Browse files
authored
Merge pull request MicrosoftDocs#4579 from MicrosoftDocs/v-ljoel-employeeideas-architecture
updated employee ideas architecture - 2307741
2 parents f900308 + 02252e0 commit 03cddf6

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

powerapps-docs/teams/boards-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Boards sample app.
4545
>- This is a preview feature.
4646
>- 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.
4747
48-
## Architecture Model
48+
## Architecture model
4949

5050
The following diagram illustrates the way that users and systems interact with
5151
data in the Boards solution

powerapps-docs/teams/bulletins-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To understand and use information in this article, you'll need to know about dif
3030

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

33-
## Architecture Model
33+
## Architecture model
3434

3535
The following diagram illustrates the way that users and systems interact with data in the Bulletins solution
3636

powerapps-docs/teams/employee-ideas-architecture.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ author: navjotm
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/27/2021
8+
ms.date: 06/02/2021
99
ms.author: namarwah
1010
ms.reviewer: tapanm
1111
contributors:
1212
- tapanm-msft
1313
- navjotm
14+
- joel-lindstrom
1415
---
1516

1617
# Understand Employee ideas sample app architecture
@@ -29,6 +30,19 @@ To understand and use information in this article, you'll need to know about dif
2930

3031
You'll also need to know about how to [install](use-sample-apps-from-teams-store.md), and [use](employee-ideas.md) Employee ideas sample app.
3132

33+
## Architecture model
34+
35+
The following diagram illustrates the way that users and systems interact with data in the Employee Ideas solution.
36+
37+
![Employee Idease sample app architecture model](media/employee-ideas-architecture/architecture-model.png "Employee Ideas sample app architecture model")
38+
39+
### Connectors
40+
41+
The following connectors are used in the Employee Ideas app:
42+
43+
- **Microsoft Dataverse** - used to read and write data in Dataverse.
44+
- **Office 365 Users** - used to read Microsoft 365 user profile data.
45+
3246
## Data model
3347

3448
The following diagram explains the data model used by the Employee ideas sample app.
@@ -37,7 +51,7 @@ The following diagram explains the data model used by the Employee ideas sample
3751

3852
| Table name | Description |
3953
| - | - |
40-
| Employee Idea Campaign | A campaign is any series of actions or events that are meant to achieve a particular goal. Details such as title, description, start, and end dates of the campaign, team, and channel IDs are stored in the Employee Idea Campaign table. An idea campaign can have multiple ideas and idea questions.
54+
| Employee Idea Campaign | A campaign is any series of actions or events that are meant to achieve a particular goal. Details such as title, description, start, and end dates of the campaign, team, and channel IDs are stored in the Employee Idea Campaign table. An idea campaign can have multiple ideas and idea questions.|
4155
| Employee Idea | Ideas are thoughts or suggestions provided by employees to achieve a particular goal that is mentioned as part of a campaign. Details such as title, description, related campaign, outcome, and the vote count are stored in the Employee Idea table. There can be multiple files and idea questions associated to an idea. |
4256
| Employee Idea Questions | Idea questions help us to get more inputs from employees regarding an idea. Details such as instructions, associated campaign, the response type, and values for the question are stored in the Employee Idea Questions table. Each idea question may have multiple responses. |
4357
| Employee Idea Responses | Idea responses are used to get answers from the employees to the idea questions. Details such as instructions, associated idea, idea question, sequence, the response type, and values for the question are stored in the Employee Ideas Responses table. A Response can only be associated to one idea question. |
Loading

0 commit comments

Comments
 (0)