You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 newHackathon::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)The text was updated successfully, but these errors were encountered: