From 28bbef0ea535453e1374a0535846d54470cf808d Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Mon, 10 Nov 2025 20:59:37 +0000 Subject: [PATCH] Created a file to hold project wide todos and related. --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e8fa42e --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# News + +TODO: Add the header image into the news item list view. +TODO: Add the header image into the news item detail view. +TODO: Add the origin text into the news item list view. +TODO: Add the origin text into the news item detail view. +TODO: Create a RedirectView for the origin link. +TODO: On clicking the origin link, add one to the origin followed count. +