From 8547312a78642e827f041dadc331ee476d6ff0cb Mon Sep 17 00:00:00 2001 From: trotFunky Date: Tue, 23 Jul 2024 22:14:18 +0100 Subject: [PATCH] README: Update todo, fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc5d83a..cb8a569 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ A list of things that could be implemented/added to the application, some of the - [ ] Being able to change from one week to the next - [ ] Create new weeks for the admin - [ ] Proper week redirection - - [ ] Add introduction to the weekly truths + - [x] Add introduction to the weekly truths - [ ] Bundle static assets in the binary - - [ ] Move the databse queries to their own functions + - [ ] Move the database queries to their own functions - [ ] Cache those results - [ ] Centralize Markdown parsing ? - [ ] Use fairings for the different elements ?