Skip to content

Commit

Permalink
team activities
Browse files Browse the repository at this point in the history
  • Loading branch information
VALERN05 authored and VALERN05 committed Aug 21, 2024
1 parent 83a1d56 commit 19b2fa4
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 0 deletions.
34 changes: 34 additions & 0 deletions prompts/power-apps/team-building/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Course Registration

This Power Apps prompt helps you create an app to manage team-building activities, where participants are linked to events, locations, facilitators, and feedback forms.

## Description

This prompt helps you create an app to manage team-building activities. The app will allow you to manage participants, events, locations, facilitators, and feedback forms. Participants can be linked to events, locations, facilitators, and feedback forms. The app will help you keep track of all the information related to team-building activities.

## Prompt

Build an app to manage team-building activities, where participants are linked to events, locations, facilitators, and feedback forms.

![Course Registration Tables](./assets/feedback-registration-table.png)

### Supported Language(s)

[English](./en-us/prompt.md)

## Authors

Solution|Author(s)
--------|---------
Team building activities | [ValerasNarbutas](https://github.com/ValerasNarbutas) ([@ValerasNarbutas](https://twitter.com/ValerasNarbutas))

## Minimal Path to Awesome

* Copy the prompt
* Paste prompt into the new data experience inside Power Apps

## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-prompts/samples/power-apps/course-registration" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions prompts/power-apps/team-building/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-prompts-power-apps-team-building",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2024-08-21T00:00:00.000Z",
"updateDateTime": "2024-08-21T00:00:00.000Z",
"title": "Team Building App",
"shortDescription": "This Power Apps prompt helps you create a team building",
"longDescription": [
"This prompt helps you create a team building app that allows to track feedback. It uses the new Power Apps Copilot data experience to help you build a multi-table, multi-screen app."
],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/power-apps/team-building/",
"products": [
"Power Apps",
"Power Platform",
"powerplatform-prompts",
"power-apps-prompts"
],
"tags": [
"prompts",
"Power Apps Copilot"
],
"categories": [
"Power Apps"
],
"metadata": [
{
"key": "POWERAPPS-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "ValerasNarbutas",
"name": "Valeras Narbutas",
"pictureUrl": "https://github.com/ValerasNarbutas.png"
}
]
}
]

1 change: 1 addition & 0 deletions prompts/power-apps/team-building/en-us/prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build an app to manage team-building activities, where participants are linked to events, locations, facilitators, and feedback forms.

0 comments on commit 19b2fa4

Please sign in to comment.