From d17e42161836cf4048416e4f8147f85fd12b23bf Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 7 Sep 2025 00:20:41 -0400 Subject: [PATCH] Updated to reflect current tasks --- tasks.org | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/tasks.org b/tasks.org index 01210b8..fb5e175 100644 --- a/tasks.org +++ b/tasks.org @@ -2,8 +2,18 @@ #+email: ajt95@prole.biz #+language: en -* TODO [#A] Add view render file under `lib/sukaato_web/controllers` and template files under `lib/sukaato_web/controllers/*_html/` :feature: -** TODO [#A] Move ".php" extension pages and associated assets from original website project's `public` directory to `lib/sukaato_web/controllers/page_html` -** TODO [#A] Remove or substitute PHP in ".php" extension pages with HEEX variables -** TODO [#A] Change file extension of ".php" extension pages to ".html.heex" -** TODO [#A] Define HEEX variables in template files under `lib/sukaato_web/controllers/*_html/` wherever appropriate, starting directly in the related function in the view render file \ No newline at end of file +* PLANNED +** TODO [#A] Implement passkey login authentication flow "thread" to website +** TODO [#A] Add profile and account management page, visible after login to website +** TODO [#A] Add page/iframe or page element for drafting, publishing and editing blogposts, visible after login to website +** TODO [#A] Add page for feed of blogposts and for individual posts +*** TODO [#B] Implement RSS feed for blogpost feed +** TODO [#B] Add basic admin dashboard containing essentials, visible after admin login to website + - Should contain announcement publishing + - Should contain user managing +** TODO [#C] Add a page for favorite music albums +** TODO [#C] Create or implement APIs for broader administrative capabilities + +* IN PROGRESS + +* FINISHED