From 126ff030b88d657b4e00ea0a209051e617a2b46f Mon Sep 17 00:00:00 2001 From: BritishTeapot Date: Fri, 11 Apr 2025 22:22:40 +0200 Subject: [PATCH] Added a todo to implementation chapter --- implementation.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementation.tex b/implementation.tex index 7019a5d..7f1d5ef 100644 --- a/implementation.tex +++ b/implementation.tex @@ -1,3 +1,5 @@ \chapter{Implementation} +\todo[inline, author={\textbf{Draft note}}]{This chapter is \emph{very} incomplete.} + This chapter describes the software design and architecture, and the way that they help to solve the problem. Importantly, the design elements must have at least some justification in this section.