From d47f7ae67efcc6d059da82ffa644944b8eb8430e Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 12 Feb 2025 16:37:10 +0100 Subject: [PATCH] (docs): Added TODO.md --- TODO.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..ad2b77b --- /dev/null +++ b/TODO.md @@ -0,0 +1,13 @@ +# TODO + +**Improve Login Logic** +- [ ] Enhance authentication (e.g.. multi-factor authentication) +- [ ] Add password reset funcionality (e.g. send to email associated to admin account) + +**Modernize the Pages** +- [ ] Redesign templates with modern CSS frameworks +- [ ] Improve UI/UX for mobile/desktop devices + +**Historical Email Log** +- [ ] Implement logging to record details of each sent email update +- [ ] Provide an interface to view previouly sent emails (subject, body, sent date, sender, recipient list) \ No newline at end of file