Skip to content

Commit a7201fc

Browse files
authored
Updated pickleball team generator
1 parent e6c710d commit a7201fc

File tree

2 files changed

+49
-6
lines changed

2 files changed

+49
-6
lines changed

power-apps/pickleball-team-generator/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Pickleball Team Generator
22

3-
43
Ever been out on the courts, and want to switch things up a bit? Break up the team that keep smashing everyone?..... Have an odd number of people, and need an unbiased way to have someone sit out? Then have no fear! The Pickleball Team Generator is here!!
54

65
This code doesn't have to just be used for pickleball! It could be used for any game that has 2 teams facing each other with variable number of players per team AND variable number of simultaneous games!
76

8-
97
## Author
108

11-
<!---
12-
Replace the X by the correct values in the table below.
13-
--->
14-
159
Snippet|Author
1610
--------|---------
1711
Nate Halliwell | [Youtube](https://www.youtube.com/playlist?list=PLlQ81_et2aJ-XKx3gVfVl0dQbJU5mUfgf) ([LinkedIn](https://www.linkedin.com/in/natehalliwell/ ))
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-pickleball-team-generator",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-04-11T00:00:00.000Z",
8+
"updateDateTime": "2025-04-11T00:00:00.000Z",
9+
"title": "Pickleball Team Generator",
10+
"shortDescription": "Ever been out on the courts, and want to switch things up a bit? Break up the team that keep smashing everyone?..... Have an odd number of people, and need an unbiased way to have someone sit out? Then have no fear! The Pickleball Team Generator is here!!",
11+
"longDescription": [
12+
"Ever been out on the courts, and want to switch things up a bit? Break up the team that keep smashing everyone?..... Have an odd number of people, and need an unbiased way to have someone sit out? Then have no fear! The Pickleball Team Generator is here!!"
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/pickleball-team-generator/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [],
22+
"categories": [],
23+
"metadata": [
24+
{
25+
"key": "Product",
26+
"value": "Power Apps"
27+
},
28+
{
29+
"key": "Type",
30+
"value": "Snippet"
31+
}
32+
],
33+
"thumbnails": [
34+
{
35+
"type": "image",
36+
"order": 100,
37+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/pickleball-team-generator/assets/App-Screenshots.png",
38+
"alt": "Preview PNG"
39+
}
40+
],
41+
"authors": [
42+
{
43+
"gitHubAccount": "Power-TT-People",
44+
"name": "Nate Halliwell",
45+
"pictureUrl": "https://github.com/Power-TT-People.png"
46+
}
47+
]
48+
}
49+
]

0 commit comments

Comments
 (0)