Skip to content

[I2-22]/history to tab #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions frontend/public/data/execs.ts

This file was deleted.

22 changes: 22 additions & 0 deletions frontend/public/data/members.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export type Exec = {
name: string,
role: string,
};

export type PortfolioData = {
name: string,
description: string,
members: PortfolioMember[],
};

export type PortfolioMember = {
name: string,
role: PortfolioRole,
imageUrl: string;
}

export enum PortfolioRole {
DIRECTOR = "Director",
SUBCOM = "Subcommittee",
HEAD = "Head Director"
}
132 changes: 0 additions & 132 deletions frontend/public/data/portfolios.ts

This file was deleted.

78 changes: 78 additions & 0 deletions frontend/public/data/years/2007.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
import { Exec, PortfolioData, PortfolioRole } from "../members";

export const teamData = {
execs: [
{
name: "Stephen Cossell",
role: "President",
},
{
name: "Chris Macauley",
role: "Vice President",
},
{
name: "Mitchell Reid",
role: "Treasurer",
},
{
name: "Alex Kuptsov",
role: "Secretary",
},
] as Exec[],

portfolios: [
{
name: "Computer Engineering",
description: "",
members: [
{ name: "Andrew Bastardo", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Computer Science",
description: "",
members: [
{ name: "Glen Trevor Kelley", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "First Year",
description: "",
members: [
{ name: "Charissa Upcroft", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "David Claridge", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Publicity",
description: "",
members: [
{ name: "Mervin Sayseng", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Social",
description: "",
members: [
{ name: "Fionnbharr Davies", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Rupert Shuttleworth", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Software Engineering",
description: "",
members: [
{ name: "Andrew John Clayphan", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Technical",
description: "",
members: [
{ name: "V. Ramana Kirubagaran", role: PortfolioRole.HEAD, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Suwandy Tjin", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Yose Widjaja", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
] as PortfolioData[],
};
98 changes: 98 additions & 0 deletions frontend/public/data/years/2008.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
import { Exec, PortfolioData, PortfolioRole } from "../members";

export const teamData = {
execs: [
{
name: "David Claridge",
role: "President",
},
{
name: "Martin Mao",
role: "Vice President",
},
{
name: "Rhys Schmidtke",
role: "Treasurer",
},
{
name: "Elizabeth O'Loughlin",
role: "Secretary",
},
{
name: "Chaitanya Manapragada",
role: "Arc Delegate",
},
] as Exec[],

portfolios: [
{
name: "Computer Engineering",
description: "",
members: [
{ name: "Christopher Bailey", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Computer Science",
description: "",
members: [
{ name: "Matthew Conolly", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "First Year",
description: "",
members: [
{ name: "Luke Swithenbank", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Robert Massaioli", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Postgraduate",
description: "",
members: [
{ name: "Toby Rahilly", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Publicity",
description: "",
members: [
{ name: "Mervin Sayseng", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Social",
description: "",
members: [
{ name: "Anna Lyons", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Jayen Ashar", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Stuart Robinson", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Software Engineering",
description: "",
members: [
{ name: "Susan Shi", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "Technical",
description: "",
members: [
{ name: "V. Ramana Kirubagaran", role: PortfolioRole.HEAD, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Dean Berwick", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Prashant Varanasi", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
{
name: "The Switch",
description: "",
members: [
{ name: "Adam Brimo", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
{ name: "Sam Gentle", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
],
},
] as PortfolioData[],
};
Loading
Loading