From 08850f4d823ebec4a1caa3312ea48041610d2efa Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sun, 7 Sep 2025 13:52:21 -0400 Subject: [PATCH] Added another task set, this time planning for an extra page --- tasks.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks.org b/tasks.org index fb5e175..c4b7f0d 100644 --- a/tasks.org +++ b/tasks.org @@ -3,6 +3,9 @@ #+language: en * PLANNED +** TODO [#A] Add JSON file containing object list for favorite albums, under path ~${SUKAATO_SITE_SOURCE_ROOT}/lib/sukaato_web/controllers/page_json/~, named "albums.json" +*** TODO [#A] Add equivalently structured Elixir default object list in file ~${SUKAATO_SITE_SOURCE_ROOT}/lib/sukaato_web/controllers/page_controller.ex~, using an Elixir struct data type declared in ~${SUKAATO_SITE_SOURCE_ROOT}/lib/sukaato_web/controllers/web_types.ex~ +*** TODO [#A] Add a HEEx file (with existing route and controller / view function) in ~${SUKAATO_SITE_SOURCE_ROOT}/lib/sukaato_web/controllers/page_html/~ with the same base filename (i.e., "albums.html.heex") ** 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