mirror of
https://github.com/13hannes11/UU_hci_prototype.git
synced 2024-09-04 01:11:00 +02:00
add actual tasks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user