We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e31fb commit 5f883d6Copy full SHA for 5f883d6
1 file changed
src/util/judging/rooms.ts
@@ -49,10 +49,9 @@ export const TRACK_ROOM_AFFINITY: Record<
49
string,
50
(typeof ROOMS)[number]["name"]
51
> = {
52
- // TODO: fill in once the real devpost tags are finalized.
53
- // Example:
54
- // "ai-ml": "A",
55
- // "sustainability": "N",
+ "Cities & Societies (Code)": "ARC",
+ "Human Experience (Code)": "ARC",
+ "Avanade Business Solutions (No Code)": "NCEC",
56
};
57
58
/**
0 commit comments