Skip to content

Commit 8081a92

Browse files
authored
Merge pull request #28 from pnp/alexc-msft/prompt-app-functionality
Prompt App functionality
2 parents b4a5277 + 4d55809 commit 8081a92

10 files changed

+15
-2
lines changed

Documentation/Architecture.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ As detailed in the [Overview](Overview.md) documentation, there are 4 SharePoint
152152
| SyncedToBuddy | Yes/No | Whether or not the prompt has been synced to Prompt Buddy (only used if the Prompt Buddy integration is deployed).
153153
| SyncedToPulse | Yes/No | Where or not the prompt has been synced from Prompt Buddy to Pulse (only used if the Prompt Buddy integration is deployed).
154154
| BuddyId | Single line of text | Unique id of the prompt in the Prompt Buddy dataverse prompts table.
155+
| App | Choice | App that the prompt applies to e.g. Excel.
155156

156157

157158
### Users list

Documentation/Deployment-guide.md

+7
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Note - You must create ALL of the columns below even if you are not deploying th
5050
| SyncedToBuddy | Yes/No | Default value = No
5151
| SyncedToPulse | Yes/No | Default value = No
5252
| BuddyId | Single line of text |
53+
| App | Choice | Copilot, Word, PowerPoint, Planner, Excel, Outlook, Teams, Loop, Forms, Whiteboard, Designer, SharePoint, Stream, OneNote, OneDrive |
5354

5455
4. Create a list named 'Users'.
5556
5. Create the following columns:
@@ -181,3 +182,9 @@ This flow runs on a recurrent schedule and by default runs every hour, feel free
181182
19. The integration is now deployed and the flow will automatically sync the prompts in both solutions.
182183

183184
### Deployment is now complete - enjoy using Prompt Pulse!
185+
186+
## Upgrading from V2
187+
188+
When upgrading from V2 to V3, in addition to importing the V3 solution, be sure to create the new 'App' column in the 'Prompts' list.
189+
190+
See Step 1 - Create SharePoint lists.
Loading
Loading
Loading
Loading
Loading
Loading

Documentation/Overview.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ When a user launches Prompt Pulse for the first time, they will be taken through
2929
From the main screen, the process for sharing a prompt is as follows:
3030

3131
- Enter a **title** and the **prompt** in the boxes provided.
32+
- Select the 'app' that the prompt is designed to be used with.
3233
- Choose locations to share the prompt to by using the radio buttons -
3334

3435
Viva Engage Communities
@@ -53,7 +54,7 @@ From the main screen, the process for sharing a prompt is as follows:
5354

5455
From the main screen, users can view the latest 20 prompts. To use a prompt simply click the prompt **'tile'** and the prompt text will be copied to your clipboard.
5556

56-
You can then paste the prompt into Microsoft 365 Copilot.
57+
You can then paste the prompt into Microsoft 365 Copilot/the app that the prompt was designed to be used in.
5758

5859
The **All Prompts** tab allows you to view all prompts that have been shared, text can also be copied by clicking the tile. If the integration with Prompt Buddy is deployed, an icon will be visible showing the 'source' of the prompt (Pulse or Buddy).
5960

@@ -92,6 +93,8 @@ A csv file has been provided [Prompts.csv](../Prompts.csv) with pre-built prompt
9293

9394
Note that we've provided an additional format for the sample prompts at [prompts.json](../prompts.json). This is the format used for importing INTO Prompt Buddy. If you want these sample prompts in both places, it may be easier to start by importing this list to Prompt Buddy, then using the import from Prompt Buddy steps below.
9495

96+
**Note - at the time of writing, prompts that are imported from CSV and/or Prompt Buddy will have the 'App' set to 'Copilot', functionality to select the appropriate app for each prompt will be released in the future.**
97+
9598
#### Import from CSV
9699

97100
To import prompts from CSV, follow the steps below:
@@ -121,6 +124,8 @@ To import prompts from Prompt Buddy, follow the steps below:
121124

122125
<img src="https://github.com/pnp/prompt-pulse/blob/main/Documentation/Images/prompt-pulse-import-buddy-screenshot.png?raw=true" alt="Prompt Pulse Import Prompt Buddy Prompts Screenshot"><br/>
123126

127+
**Note - Only 'Copilot' prompts are imported from Prompt Buddy currently.**
128+
124129
#### Reporting
125130

126131
Basic reporting to showcase the adoption of Prompt Pulse is now available in the form of a SharePoint list. A single list item will be created in this list by the app and flows if it does not exist.
@@ -134,7 +139,7 @@ The 'Reporting' list shows the following information:
134139

135140
You may wish to create your own reports using tools such as Excel or PowerBI to visualize this data.
136141

137-
<img src="https://github.com/pnp/prompt-pulse/blob/main/Documentation/Images/reporting-list-screenshot?raw=true" alt="Prompt Pulse Reporting List Screenshot"><br/>
142+
<img src="https://github.com/pnp/prompt-pulse/blob/main/Documentation/Images/prompt-pulse-reporting-list-screenshot.png?raw=true" alt="Prompt Pulse Reporting List Screenshot"><br/>
138143

139144
### Tips
140145

Binary file not shown.

0 commit comments

Comments
 (0)