diff --git a/journal/todo.md b/journal/todo.md
index 3404299973d5aa06b891e80dc8148c1c38ca6464..d18da91b72ba1cde650f1d8fab6d3fafa4ce6b01 100644
--- a/journal/todo.md
+++ b/journal/todo.md
@@ -140,6 +140,39 @@
 * For the leaf instances, the grid graphs and some of the random graphs: ✔
 	- measure the size of a minimal unconnected solution and how fast the added separators close the gap. ✔ 
 
+# Week 9
+## thesis
+* Add missing stuff. 
+	- Introduction (❌)
+	    -  I read 2 papers which was cited by My Ky to be able to begin with the introdcution ✔
+	- Table of results (❌)
+        - I did not add tables yet. But I added text which should describe the observations.
+	- Discussion (✔)
+	    - I added all the stuff I want to include in bullet points and german text.
+	- Implementation (✔)
+	- I added all the stuff I want to include in bullet points and german text.
+
+## python 
+### runtime 
+* Added missing tests for ilp version on some random graphs. ✔
+
+# Week 20
+## thesis
+* Add missing stuff. 
+	- Introduction 
+	- Results 
+	- Discussion 
+	- Implementation
+
+## python 
+### runtime 
+* Added missing tests for asp version on some random graphs.
+
+
+### packaging
+* Add unit tests to the package
+* Add dependencies to the recipe
+
 # Backlog
 ## Python 
 ### Implementation