Skip to content

Commit 8abd78c

Browse files
committed
wip: add 2026-2027 administration
1 parent b6039da commit 8abd78c

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

src/app/pages/officers/officers.data.ts

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,74 @@ export const ELECTED_DESCRIPTIONS: Array<ExecDescription> = [
157157
];
158158

159159
export const executives: ExecutiveAdministration[] = [
160+
// {
161+
// startYear: 2026,
162+
// endYear: 2027,
163+
// members: [
164+
// {
165+
// name: 'Samantha Gan',
166+
// position: 'President',
167+
// photoName: 'president.jpg'
168+
// },
169+
// {
170+
// name: 'Mengna Ma',
171+
// position: 'Vice President',
172+
// photoName: 'vp.jpg'
173+
// },
174+
// {
175+
// name: '',
176+
// position: 'Treasurer',
177+
// photoName: 'treasurer.jpg'
178+
// },
179+
// {
180+
// name: '',
181+
// position: 'Director of Resources',
182+
// photoName: 'dor.jpg'
183+
// },
184+
// {
185+
// name: '',
186+
// position: 'Director of Events',
187+
// photoName: 'doe.jpg'
188+
// },
189+
// {
190+
// name: '',
191+
// position: 'Director of Educational Events',
192+
// photoName: 'doee.jpg'
193+
// },
194+
// {
195+
// name: '',
196+
// position: 'Assistant Director of Events',
197+
// photoName: 'adoe.jpg'
198+
// },
199+
// {
200+
// name: '',
201+
// position: 'Director of Communications',
202+
// photoName: 'doc.jpg'
203+
// },
204+
// {
205+
// name: '',
206+
// position: 'Secretary',
207+
// photoName: 'doa.jpg'
208+
// },
209+
// {
210+
// name: 'Melody Oh',
211+
// position: 'SFSS Council Representative',
212+
// photoName: 'doa.jpg'
213+
// },
214+
// {
215+
// name: '',
216+
// position: 'Executive at Large',
217+
// photoName: 'eal-1.jpg',
218+
// semester: 2
219+
// },
220+
// {
221+
// name: '',
222+
// position: 'Executive at Large',
223+
// photoName: 'eal-2.jpg',
224+
// semester: 2
225+
// }
226+
// ]
227+
// },
160228
{
161229
startYear: 2025,
162230
endYear: 2026,

0 commit comments

Comments
 (0)