Skip to content

Commit b3852c2

Browse files
committed
Add category permissions data
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. Adding this data to the assets repository allows contributors to efficiently make proposals for adjustments of the permissions (e.g., preventing creation of topics in a category that is intended to only serve as a "container" for sub-categories). The permissions of each category are shown in a table in the "**Permissions**" section of the `README.md` file under the category folders.
1 parent 512e98e commit b3852c2

File tree

118 files changed

+709
-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.

118 files changed

+709
-0
lines changed

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
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Website and Forum
22

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

511
https://forum.arduino.cc/c/community/website-and-forum/40

0 commit comments

Comments
 (0)