Skip to content

Commit e025947

Browse files
authored
Merge pull request MicrosoftDocs#4581 from MicrosoftDocs/v-ljoel-milestones-architecture
Milestones architecture - 2307749
2 parents 59567fc + 038eac5 commit e025947

File tree

10 files changed

+1507
-35
lines changed

10 files changed

+1507
-35
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,7 +2158,7 @@
21582158
items:
21592159
- name: Boards (Preview)
21602160
href: ../teams/boards.md
2161-
- name: Boards (Preview) sample app architecture
2161+
- name: Understand Boards (Preview) sample app architecture
21622162
href: ../teams/boards-architecture.md
21632163
- name: Bulletins
21642164
items:
@@ -2185,7 +2185,11 @@
21852185
- name: Issue reporting sample app architecture
21862186
href: ../teams/issue-reporting-architecture.md
21872187
- name: Milestones
2188-
href: ../teams/milestones.md
2188+
items:
2189+
- name: Milestones
2190+
href: ../teams/milestones.md
2191+
- name: Understand Milestones sample app architecture
2192+
href: ../teams/milestones-architecture.md
21892193
- name: Perspectives
21902194
items:
21912195
- name: Perspectives (Preview)

powerapps-docs/teams/boards-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: tapanm
1111
contributors:
1212
- joel-lindstrom
1313
- navjotm
14-
14+
- tapanm-msft
1515
---
1616

1717
# Understand Boards (Preview) sample app architecture

powerapps-docs/teams/employee-ideas.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ms.date: 10/15/2020
88
author: navjotm
99
ms.author: namarwah
1010
ms.reviewer: tapanm
11+
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1115
---
1216

1317
# Employee ideas sample app

powerapps-docs/teams/inspection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ms.custom:
88
ms.date: 10/05/2020
99
ms.author: namarwah
1010
ms.reviewer: tapanm
11+
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1115
---
1216

1317
# Inspection sample apps

powerapps-docs/teams/issue-reporting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ms.custom:
88
ms.date: 10/05/2020
99
ms.author: namarwah
1010
ms.reviewer: tapanm
11+
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1115
---
1216

1317
# Issue reporting sample apps
136 KB
Loading
145 KB
Loading

powerapps-docs/teams/milestones-architecture.md

Lines changed: 1448 additions & 0 deletions
Large diffs are not rendered by default.

powerapps-docs/teams/milestones.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ms.custom:
88
ms.date: 05/27/2021
99
ms.author: namarwah
1010
ms.reviewer: tapanm
11+
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1115
---
1216

1317
# Milestones sample app
@@ -203,6 +207,7 @@ To delete an existing project:
203207

204208
### See also
205209

210+
- [Understand Milestones sample app architecture](milestones-architecture.md)
206211
- [Customize sample apps](customize-sample-apps.md)
207212
- [Sample apps FAQs](sample-apps-faqs.md)
208213
- [Use sample apps from the Microsoft Teams store](use-sample-apps-from-teams-store.md)

powerapps-docs/teams/perspectives-architecture.md

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 06/02/2021
99
ms.author: v-ljoel
1010
ms.reviewer: tapanm
1111
contributors:
12+
- joel-lindstrom
13+
- navjotm
14+
- tapanm-msft
1215
---
1316

1417

@@ -130,12 +133,12 @@ The following are the global variables used in the Perspectives app.
130133
controls the visibility of the splash dialog. If there are multiple project user settings records exist, the oldest record is selected and stored in the
131134
**gblRecordUserSettings** variable.
132135

133-
### App OnStart
136+
## App OnStart
134137

135138
This section explains the collections, variables, and execution details used
136139
when the app starts.
137140

138-
##### OnStart collections
141+
### OnStart collections
139142

140143
The following collections are used when the app starts
141144

@@ -147,7 +150,7 @@ The following collections are used when the app starts
147150

148151

149152

150-
##### OnStart variables
153+
### OnStart variables
151154

152155
| Variable name | Description |
153156
|----------------------------------|--------------------------------------------------------------------------------------------------------------------------|
@@ -172,55 +175,55 @@ The following collections are used when the app starts
172175
| locShowPowerAppsPrompt | Local variable to indicate if the user has set the preference to see Power Apps prompt to yes or no. |
173176
| locShowFirstRun | Local variable to indicate of the current run of the app is the first run for the user. |
174177

175-
### About Screen
178+
## About Screen
176179

177180
This section explains the collections and execution details used on the about
178181
screen
179182

180-
##### About screen collections
183+
### About screen collections
181184

182185
The following collection is used on the about screen.
183186

184187
| **Collection name** | **Description** |
185188
|---------------------|--------------------------------------------------------|
186189
| colLocalization | Collection of localized text based on user's language. |
187190

188-
##### About screen variables
191+
### About screen variables
189192

190193
No variables
191194

192-
### **Topic screen**
195+
## Topic screen
193196

194-
#### Find topic
197+
### Find topic
195198

196199
This section explains collections, global variables, and execution details used
197200
when finding discussion topic. No collections are involved in finding discussion
198201
topic process.
199202

200-
#### Find topic variables
203+
### Find topic variables
201204

202205
Variables used by topic screen:
203206

204207
| Variable name | Description |
205208
|------------------|------------------------------------------|
206209
| locSelectedTopic | Local variable to store selected topic. |
207210

208-
#### Find topic execution details
211+
### Find topic execution details
209212

210213
1. On search of discussion topic from search bar app will fetch matching result
211214
from Dataverse in ascending order
212215

213216
2. On select of discussion topic, **locSelectedTopic** is set to selected
214217
discussion topic and navigate to ‘Discussion Screen’
215218

216-
### **Add topic screen**
219+
## Add topic screen
217220

218-
#### Add a new topic
221+
### Add a new topic
219222

220223
This section explains collections, global variables, and execution details used
221224
when adding a new topic.
222225

223-
#### Add topic collections
226+
### Add topic collections
224227

225228
Collections used by new add topic screen:
226229

@@ -231,7 +234,7 @@ Collections used by new add topic screen:
231234
| colStockIcons | Collection of stock icons. |
232235
| colStockImages | Collection of stock images. |
233236

234-
#### Add topic variables
237+
### Add topic variables
235238

236239
Variables used by Add topic screen:
237240

@@ -240,7 +243,7 @@ Variables used by Add topic screen:
240243
| locDefaultBoardCoverColor | Local variable to determine default board cover color. |
241244
| locDefaultBoardCoverIcon | Local variable to determine default board cover icon. |
242245

243-
#### Add topic execution details
246+
### Add topic execution details
244247

245248
1. On select of **Add a Topic** button form Topic Screen, screen navigate to
246249
Add topic screen
@@ -249,14 +252,14 @@ Variables used by Add topic screen:
249252

250253
3. When **Save** button selected, Topic will be created.
251254

252-
### **Edit topic screen**
255+
## Edit topic screen
253256

254-
#### Edit topic
257+
### Edit topic
255258

256259
This section explains collections, global variables, and execution details used
257260
when editing a topic.
258261

259-
#### Edit topic collections
262+
### Edit topic collections
260263

261264
Collections used by new edit topic screen:
262265

@@ -267,7 +270,7 @@ Collections used by new edit topic screen:
267270
| colStockIcons | Collection of stock icons. |
268271
| colStockImages | Collection of stock images. |
269272

270-
#### Edit topic variables
273+
### Edit topic variables
271274

272275
Variables used by edit topic screen:
273276

@@ -280,7 +283,7 @@ Variables used by edit topic screen:
280283
| locDefaultBoardCoverColor | Local variable to determine default board cover color. |
281284
| locDeleteTopicWarning | Local variable to control the visibility of the delete dialog. |
282285

283-
#### Edit and Delete topic execution details
286+
### Edit and Delete topic execution details
284287

285288
1. On select of **Edit button** from the Discussion Screen,
286289
**locSelectedTopic** local variable will be updated with current topics
@@ -309,14 +312,14 @@ Variables used by edit topic screen:
309312

310313
8. Once the delete process is complete the app navigates to Topic screen.
311314

312-
### **Discussion screen**
315+
## Discussion screen
313316

314-
#### Add a new discussion
317+
### Add a new discussion
315318

316319
This section explains collections, global variables, and execution details used
317320
when adding a new discussion.
318321

319-
#### Discussion collections
322+
### Discussion collections
320323

321324
Collections used by new add discussion screen:
322325

@@ -325,7 +328,7 @@ Collections used by new add discussion screen:
325328
| colSelectedTopicDiscussions | Collection of selected discussion information. |
326329
| colLocalization | Collection of localized text based on user's language. |
327330

328-
#### Discussion variables
331+
### Discussion variables
329332

330333
Variables used by Add discussion screen:
331334

@@ -334,7 +337,7 @@ Variables used by Add discussion screen:
334337
| locSelectedTopic | Local variable storing selected topic. |
335338
| locSelectedDiscussion | Local variable containing discussion selected by user. |
336339

337-
#### Discussion execution details
340+
### Discussion execution details
338341

339342
1. On select of **New Discussion** button from Discussion Screen, screen will
340343
navigate to New Discussion screen
@@ -344,14 +347,14 @@ Variables used by Add discussion screen:
344347
3. When **Save** button selected, **locSelectedDiscussion** local variable that will be updated with currant discussion fields and Discussion record
345348
will be created in Dataverse against topic.
346349

347-
### **Response screen**
350+
## Response screen
348351

349-
#### Response
352+
### Response
350353

351354
This section explains collections, global variables, and execution details used
352355
in response screen.
353356

354-
#### Response collections
357+
### Response collections
355358

356359
Collections used by new add topic screen:
357360

@@ -360,7 +363,7 @@ Collections used by new add topic screen:
360363
| colSelectedTopicDiscussions | Collection of selected discussion information. |
361364
| colLocalization | Collection of localized text based on user's language. |
362365

363-
#### Response variables
366+
### Response variables
364367

365368
Variables used from response screen:
366369

@@ -377,7 +380,7 @@ Variables used from response screen:
377380
| locResponseCreatedByUserSetting | Local variable to store the discussion user setting record of the user who created the response. |
378381
| locDeleteResponse | Local variable to determine whether the response dialog should be used to delete an existing response. |
379382

380-
#### Add response execution details
383+
### Add response execution details
381384

382385
1. When response screen is loaded local variables **locAddResponse** and
383386
**locEditResponse** are set to false.
@@ -394,7 +397,7 @@ Variables used from response screen:
394397
5. Once user selects the **Add** button response will be added in against
395398
discussion
396399

397-
#### Edit response execution details
400+
### Edit response execution details
398401

399402
1. User can select any discussion from discussion screen. Once discussion is selected from discussion screen, it will be navigated to Response screen.
400403

@@ -412,7 +415,7 @@ Variables used from response screen:
412415
6. Once user updated in response then **Update** button will be activated and
413416
response will be updated in Dataverse.
414417

415-
#### Delete response execution details
418+
### Delete response execution details
416419

417420
1. User can select any discussion from discussion screen. Once discussion is selected from discussion screen, it will be navigated to Response screen.
418421

0 commit comments

Comments
 (0)