Skip to content

Commit 7df840d

Browse files
authored
Merge pull request #335 from per1234/category-permissions
Add category permissions data
2 parents 9d39d19 + b3852c2 commit 7df840d

File tree

122 files changed

+724
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+724
-0
lines changed

.markdown-link-check.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
{
7272
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-staff-category/2$"
7373
},
74+
{
75+
"pattern": "^https://forum.arduino.cc/t/about-the-recycle-bin-category/847560$"
76+
},
7477
{
7578
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-templates-category/1087943$"
7679
},

content/categories/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This folder uses a tree structure based on the Arduino Forum category structure.
44

5+
## Permissions
6+
7+
The "**See**" (view category and topics), "**Reply**" (reply to topics), and "**Create**" (create topics) permissions of a category can be set for each of [the forum's user groups](https://forum.arduino.cc/g). The permissions of each category are shown in a table in the "**Permissions**" section of the `README.md` file under the category folders.
8+
9+
The special "**everyone**" group is used to set category permissions that are universal to all forum users regardless of the specific groups they are a member of.
10+
511
## Notes
612

713
- The content of the "**About the \_\_\_\_\_ category**" topics is used as the category description in the category listings.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Community
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone || | |
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/9
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Bar Sport
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/bar-sport/46
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Exhibition / Gallery
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/exhibition-gallery/45
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# General Discussion
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/general-discussion/17
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Jobs and Paid Consultancy
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/jobs/42
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Local Groups
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/local-groups/44
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Products and Services
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/products-and-services/41
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Project Hub
22

3+
## Permissions
4+
5+
| Group | See | Reply | Create |
6+
| -------- | --- | ----- | ------ |
7+
| everyone ||||
8+
39
## Published At
410

511
https://forum.arduino.cc/c/community/project-hub/138

0 commit comments

Comments
 (0)