From c7be04da7804d6f879920fc23ede694f7024f4ce Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Mon, 19 Oct 2020 14:42:26 +0200 Subject: [PATCH] add actual tasks --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e541031..6dac014 100644 --- a/index.html +++ b/index.html @@ -279,7 +279,12 @@ ]); task_list = new TaskList([ - new Task("Test", 1), + new Task("HCI Assignment 1", 3), + new Task("Analysis Homework", 5), + new Task("Pay rent", 0.1), + new Task("Grocery Shopping", 1), + new Task("Fix Bike", 1), + new Task("Buy Birthday Present for Mum", 2), ]); handleEvent = function(event, id) {