From a5adc71e9747c5a70e8a59ceaff0a4f763b475ea Mon Sep 17 00:00:00 2001 From: belledw Date: Sat, 14 Feb 2026 13:55:44 +0800 Subject: [PATCH 1/2] Added member profile documentation --- client/documentation/admin-dashboard/members.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/documentation/admin-dashboard/members.md diff --git a/client/documentation/admin-dashboard/members.md b/client/documentation/admin-dashboard/members.md new file mode 100644 index 0000000..bc960ab --- /dev/null +++ b/client/documentation/admin-dashboard/members.md @@ -0,0 +1,15 @@ +## Member Profiles + +Profiles of club members can be added and edited at the row 'Member' of the GAME_DEV section on the main admin page. + +### Fields + +**Name:** Required field for the member's name. A character field (includes letters, numbers and symbols) of maximum length 200 characters. + +**Active:** Checkbox to represent whether a member is an active participant in the club. If the checkbox is not ticked then the member's profile will not be displayed on the website. + +**Profile Picture:** Optional field to upload a profile picture. Must be an image file, and will display best if the image is at least 128 by 128 px in size. If no profile picture is provided then the member's initials will be displayed instead. + +**About:** Optional field for a bio. A character field of maximum length 256 characters. + +**Pronouns:** Optional field for the member's pronouns. A character field of maximum length 20 characters. From e3ab10b3fddca54dd010be90ef73f209eb73f9d9 Mon Sep 17 00:00:00 2001 From: belledw Date: Fri, 20 Feb 2026 02:04:39 +0000 Subject: [PATCH 2/2] Added social media link information to the member profile documentation --- client/documentation/admin-dashboard/members.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/documentation/admin-dashboard/members.md b/client/documentation/admin-dashboard/members.md index bc960ab..f8fde6a 100644 --- a/client/documentation/admin-dashboard/members.md +++ b/client/documentation/admin-dashboard/members.md @@ -13,3 +13,5 @@ Profiles of club members can be added and edited at the row 'Member' of the GAME **About:** Optional field for a bio. A character field of maximum length 256 characters. **Pronouns:** Optional field for the member's pronouns. A character field of maximum length 20 characters. + +**Social media links:** Optional section to display links to the member's social media profiles. Requires a link to the profile (character field of maximum length 2083) and, optionally, the profile username (character field of maximum length 200). If a username is not supplied then only a social media icon will be displayed with the link attached, otherwise the username will be placed next to the relevant icon. The type of icon to be displayed (e.g. instagram, linkedin, generic link) is inferred from the social media link provided.