fredmo commited on
Commit
59a10a9
·
verified ·
1 Parent(s): 986f81d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -12
index.html CHANGED
@@ -1,4 +1,5 @@
1
  <!DOCTYPE html>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
@@ -147,18 +148,9 @@
147
  const taskList = document.getElementById('task-list');
148
 
149
  const initialRawTasks = [
150
- { text: "Chaucer ai", completed: true },
151
- { text: "PyBench CFWD on VAI multinode", completed: false },
152
- { text: "Managed Method call", completed: true },
153
- { text: "Add ER Poc Chaucer AI", completed: true },
154
- { text: "Add ER Poc TR", completed: false },
155
- { text: "Add ER Aueso", completed: false },
156
- { text: "Runway Help", completed: false },
157
- { text: "Inference wkshp", completed: false },
158
- { text: "TPU dock", completed: false },
159
- { text: "Meridian", completed: false },
160
- { text: "Nay Gnad for checkin", completed: false },
161
- { text: "KaiPopApp", completed: false }
162
  ];
163
 
164
  // Helper function to ensure task objects have all necessary properties
 
1
  <!DOCTYPE html>
2
+ <!DOCTYPE html>
3
  <html lang="en">
4
  <head>
5
  <meta charset="UTF-8">
 
148
  const taskList = document.getElementById('task-list');
149
 
150
  const initialRawTasks = [
151
+ { text: "Write the Unit Test", completed: false },
152
+ { text: "Check the PR", completed: false },
153
+ { text: "Debug the GPU trace", completed: false }
 
 
 
 
 
 
 
 
 
154
  ];
155
 
156
  // Helper function to ensure task objects have all necessary properties