hackclub / hackathons-backend

Powering https://hackathons.hackclub.com

Home Page:https://hackathons.hackclub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackathon Regions

garyhtou opened this issue · comments

Currently, the code for determining the region of a hackathon is located in the front-end repo. Let's move this to the backend.

The Airtable contained an apac boolean, which was also migrated over this repo as a temporary solution. The new Hackathon::Region model should phase out the use of that boolean. (At the moment it's also exposed via the API to maintain existing functionality on the front end)