diff --git a/report/4_Design.tex b/report/4_Design.tex
index f6f8e4256315cbe5960a9ee9d5b5674be60b6bb7..0f7ca46c17261edb2a20cf5abecdd760efbb639c 100644
--- a/report/4_Design.tex
+++ b/report/4_Design.tex
@@ -37,17 +37,17 @@ The design of the web application will be based on the requirements established
 
     \subsection{Wireframes} % 2D outline of single page
 
-        Sign in / Sign up
+        TODO: Sign in / Sign up wireframe
 
-        Dashboard
+        TODO: Dashboard wireframe
 
-        TODO: Create a Form
+        TODO: Create a Form wireframe
 
-        TODO: Add a Partner
+        TODO: Add a Partner wireframe
 
     \subsection{Flow Charts} % Map journey
 
-        Minified versions of the wireframes with arrows and generally flowiness...
+        TODO: Minified versions of the wireframes with arrows and generally flowiness...
 
 
 \section{Material-UI}
diff --git a/report/5_Implementation.tex b/report/5_Implementation.tex
index ce6caf66b71350a8bf285d51653d0132c2b72229..f2a057c54d8e005529692430e87e0729482a9829 100644
--- a/report/5_Implementation.tex
+++ b/report/5_Implementation.tex
@@ -79,6 +79,6 @@
         \subsubsection{Serverless Architecture}
             Serverless architecture is the model Firebase uses as its platform. It is not, in fact, serverless as the name suggests. It simply means that the need for server software and hardware management by the developer is erased, because the infrastructure is provided by a host, like Firebase. This allows for improved scalability for hosted applications.
 
-\section{Implementation Details}
+\section{Implementation Details (Do we want this???)}
 
     The implementation started with the installation and running of create-react-app to kickstart frontend development. From there Material-UI components were used and tweaked alongside custom code to construct the \textquotedblleft Dashboard\textquotedblright\, and \textquotedblleft Create a Form\textquotedblright\ pages. React Router was then used to 
\ No newline at end of file
diff --git a/report/master.pdf b/report/master.pdf
index 0769f35e7c70cba27f17c7b616b88e770a514eca..a474d659228b228be586d0a7df9d72e3327b4902 100644
Binary files a/report/master.pdf and b/report/master.pdf differ