Skip to content

Commit f8ee130

Browse files
committed
added events documentation
1 parent 0f3c3a7 commit f8ee130

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

client/documentation/admin-dashboard/committee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Committee Members
22

3-
URL: `/admin/game_dev/committee/add/`
3+
URL: `/admin/game_dev/committee/`
44

55
Profiles of the Committee Members of the club that are displayed on the about page `/about`.
66

client/documentation/admin-dashboard/contributors.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Models that associate a member object with another certain object as a contributor to it. There are two types:
44

55
## Game Contributor
6-
6+
URL: `/admin/game_dev/gamecontributor/`
77
A model that will associate a certain member with having contributed to a certain game. A Game Contributor object will be represented under the 'Contributors' section of a game's page as the name of the member who contributed.
88

99
## Fields
@@ -20,17 +20,11 @@ You will see a little magnifying glass when selecting a Game and Member, click o
2020

2121

2222
## Art Contributor
23-
24-
A model that will associate a certain member with having contributed to a certain game. A Game Contributor object will be represented under the 'Contributors' section of a game's page as the name of the member who contributed.
23+
* This can be found inline inside of an art entry, e.g. `/admin/game_dev/art/1/change/`.
24+
A model that will associate a certain member with having contributed to a certain artwork.
2525

2626
## Fields
2727

28-
**Art:** Required field for the artwork that the contributor is for. It is an integer field that corresponds to the raw integer id of an Art object in the Art table, known as a Foreign Key.
29-
3028
**Member:** Required field for the member that is the contributor to the specified artwork. It is an integer field that corresponds to the raw integer id of a Member object in the Member table, known as a Foreign Key.
3129

32-
**Role:** Required character field for the description of the role that the person played in contributing to the artwork. Maximum length of 100 characters
33-
34-
## Other Notes
35-
36-
You will see a little magnifying glass when selecting an Art and a Member, click on it to see their respective table and be able choose the integer id's using the desired details. Though none of the individual fields are a primary key, the actual primary key is the unique (Art, Member) pair that each object forms.
30+
**Role:** Required character field for the description of the role that the person played in contributing to the artwork. Maximum length of 100 characters

0 commit comments

Comments
 (0)