During the club fair, or when speaking to prospective members, it becomes quite difficult to direct people to our various socials which are our main lines of communication. Especially for obscure links like the discord invite, it can be off putting to new members to find us. Similarly we have to put each of these links in each of our socials, creating quite the scaling problem.
How should we solve this problem
While we could use something free such as Linktree or another similar service, we already have an existing website hosting on GCP. Currently the site is only used by club executives to manage events and run the club each semester. However, with plans to eventually open the site to all members of the club, lets implement a public page that we can point prospective members to.
Goals
Page should be hosted on a public facing route {url}/join
Admin routes should be moved off of the root route to prevent members from finding it accidentally ({url}/admin/*)
Page should list links to all of our socials
Page should possibly list room and meeting information, which will be particularly useful for the club fair
Type
Feature
Who is requesting this feature?
@asmahood
What is the problem
During the club fair, or when speaking to prospective members, it becomes quite difficult to direct people to our various socials which are our main lines of communication. Especially for obscure links like the discord invite, it can be off putting to new members to find us. Similarly we have to put each of these links in each of our socials, creating quite the scaling problem.
How should we solve this problem
While we could use something free such as Linktree or another similar service, we already have an existing website hosting on GCP. Currently the site is only used by club executives to manage events and run the club each semester. However, with plans to eventually open the site to all members of the club, lets implement a public page that we can point prospective members to.
Goals
{url}/join
{url}/admin/*
)Sketches
Additional context