Skip to content

Commit 5f883d6

Browse files
committed
Setup track room affinities
1 parent 39e31fb commit 5f883d6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/util/judging/rooms.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ export const TRACK_ROOM_AFFINITY: Record<
4949
string,
5050
(typeof ROOMS)[number]["name"]
5151
> = {
52-
// TODO: fill in once the real devpost tags are finalized.
53-
// Example:
54-
// "ai-ml": "A",
55-
// "sustainability": "N",
52+
"Cities & Societies (Code)": "ARC",
53+
"Human Experience (Code)": "ARC",
54+
"Avanade Business Solutions (No Code)": "NCEC",
5655
};
5756

5857
/**

0 commit comments

Comments
 (0)