Skip to content

Commit

Permalink
Officer data: Update officers.json and tiers.json (#620)
Browse files Browse the repository at this point in the history
* Update officers.json according to new tiers.json

* Capitalized 'Nodebuds' in position titles
  • Loading branch information
EthanThatOneKid authored Oct 23, 2022
1 parent 933fa16 commit 6f43b29
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 560 deletions.
5 changes: 2 additions & 3 deletions src/lib/public/board/data/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import type { Officer } from '$lib/public/board/types';
import { Term } from '$lib/public/board/types';
import OFFICERS_JSON from './officers.json';
import TIERS_JSON from './tiers.json';

export const VISIBLE_TERMS = [Term.Fall22, Term.Spring22, Term.Fall21, Term.Spring21];

export const OFFICERS: Officer[] = [...OFFICERS_JSON];
export const TIERS = { ...TIERS_JSON };

export const TIERS: string[] = [...TIERS_JSON];
export const OFFICERS = [...OFFICERS_JSON];
Loading

1 comment on commit 6f43b29

@vercel
Copy link

@vercel vercel bot commented on 6f43b29 Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.