CTFd has an API, it would be nice to just display challenges linked to meetings on our main site so it becomes one place for people to use.
The main site acts as a frontend for ctf.sigpwny.com
When adding challenges to CTFd for a particular meeting (or reusing existing challenges, we add a tag containing the date corresponding to the meeting (this way, it's a simple query to filter challenges on the main site for a particular meeting)
Authenticated users can view the leaderboard and submit flags for challenges
Do we want to require authentication to view challenges?
If we don't, we run the risk of creating a hole in UIUC network and our infrastructure. We would need to verify our existing infrastructure is secure
CTFd has an API, it would be nice to just display challenges linked to meetings on our main site so it becomes one place for people to use.