Changed tasks in tasklist

This commit is contained in:
Alex Tavarez
2025-09-03 13:15:00 -04:00
parent 9ac6866860
commit ab49a6d04f

9
tasks.org Normal file
View File

@@ -0,0 +1,9 @@
#+author: Alex Tavarez
#+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