diff --git a/doc/timeline/week20.txt b/doc/timeline/week20.txt
index 82b729c4b53f0db5fb2f3915a42f0a4eea7e8d53..fe9239d65593ffcd29b25c6942ed299210d498e5 100644
--- a/doc/timeline/week20.txt
+++ b/doc/timeline/week20.txt
@@ -1,13 +1,29 @@
 Week 19 (11.05.-17.05.)
 =======================
 
-[ ] design of importer	(11.05.)
+[x] design of importer	(11.05.)
 
 	- What components are required?
 
+	-> see doc/components*
+
+	-> actualy implementation might be more of a monolith than that
+
 	- What language/stack to use? Here we need to keep
 	  available libraries in mind.
 
+	-> I should be able to do it all in Go, well Collector and Importer
+	   anways. The Endpoint might be JVM because of the RDF4J library.
+
 	- sketch out APIs between components
 
-[ ] build up prototype  (11.05.+)
+	-> again, see doc/components*
+
+[~] build up prototype  (11.05.+)
+
+	-> Collector already works for local files. Can be easily
+	   extended to scan Git repo and the like
+
+	-> Now I'm going to build up a web ui (14.05.).
+
+[ ] containerize prototype (15.05.)
diff --git a/src/ulocollect b/src/ulocollect
index 039aacfdee76654e065692333d6bff4f89b9bf06..3fabd352778292363697783d7fca23e0948500cf 160000
--- a/src/ulocollect
+++ b/src/ulocollect
@@ -1 +1 @@
-Subproject commit 039aacfdee76654e065692333d6bff4f89b9bf06
+Subproject commit 3fabd352778292363697783d7fca23e0948500cf