You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/teams/boards-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Boards sample app.
45
45
>- This is a preview feature.
46
46
>- 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.
47
47
48
-
## Architecture Model
48
+
## Architecture model
49
49
50
50
The following diagram illustrates the way that users and systems interact with
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
+
32
46
## Data model
33
47
34
48
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
37
51
38
52
| Table name | Description |
39
53
| - | - |
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.|
41
55
| 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. |
42
56
| 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. |
43
57
| 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. |
0 commit comments