Skip to content
Snippets Groups Projects
Commit 7bc4735b authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Add more events to the timeline

parent 3796de4a
Branches
No related tags found
No related merge requests found
...@@ -3,16 +3,40 @@ import { TimelineEvent } from "."; ...@@ -3,16 +3,40 @@ import { TimelineEvent } from ".";
export const eventsData : TimelineEvent[] = [ export const eventsData : TimelineEvent[] = [
{ {
title: "Logic Exercise", title: "PMT: Syntax and Semantics of Propositional Logic",
id: 0, id: 0,
startDate: new Date("2020-10-07"), startDate: new Date("2020-10-07"),
endDate: new Date("2020-10-19"), endDate: new Date("2020-10-14"),
type: "tutorial", type: "tutorial",
moduleCode: "CO140" moduleCode: "CO140"
}, },
{ {
title: "Coursework 1", title: "PMT: Introduction to First Order Logic",
id: 1, id: 1,
startDate: new Date("2020-10-14"),
endDate: new Date("2020-10-21"),
type: "coursework",
moduleCode: "CO140"
},
{
title: "PMT: Semantics of First Order Logic",
id: 2,
startDate: new Date("2020-10-21"),
endDate: new Date("2020-10-28"),
type: "tutorial",
moduleCode: "CO140"
},
{
title: "PMT: Semantics of FOL and Translation",
id: 3,
startDate: new Date("2020-10-28"),
endDate: new Date("2020-11-04"),
type: "coursework",
moduleCode: "CO140"
},
{
title: "Coursework 1",
id: 4,
startDate: new Date("2020-10-05"), startDate: new Date("2020-10-05"),
endDate: new Date("2020-10-12"), endDate: new Date("2020-10-12"),
type: "coursework", type: "coursework",
...@@ -20,10 +44,10 @@ export const eventsData : TimelineEvent[] = [ ...@@ -20,10 +44,10 @@ export const eventsData : TimelineEvent[] = [
}, },
{ {
title: "Practical 1", title: "Practical 1",
id: 2, id: 5,
startDate: new Date("2020-10-05"), startDate: new Date("2020-10-05"),
endDate: new Date("2020-10-16"), endDate: new Date("2020-10-16"),
type: "tutorial", type: "tutorial",
moduleCode: "CO120.2" moduleCode: "CO120.2"
} }
] ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment