From dfc9324a238914547b8e57a33cd946b129d280af Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:48:58 +0200 Subject: [PATCH] TODO and a bit of clean up. --- TODO.md | 7 +++++++ ssg-0.4.0.md | 1 + 2 files changed, 8 insertions(+) diff --git a/TODO.md b/TODO.md index 1663a0a..5f6fd4f 100644 --- a/TODO.md +++ b/TODO.md @@ -11,6 +11,13 @@ program with the incorporation of Groowt and Web View Components. - [ ] watch/dev mode and server - [ ] Reorganize gradle project layout so there is less hunting around for files +## 0.4.* Ongoing +- [ ] Automate test project +- [ ] Move as much gradle integration from `cli` project to `api` project + - [ ] Think about abstracting the build tool logic, because all we need + really is the URLs/Paths for the classes/jars of components and resources +- [ ] Document new api and usage. + ## 0.4.3 - [ ] `Text` component for simply rendering Text objects. Can be used as such: ``` diff --git a/ssg-0.4.0.md b/ssg-0.4.0.md index 51c2cda..a906ccd 100644 --- a/ssg-0.4.0.md +++ b/ssg-0.4.0.md @@ -1,4 +1,5 @@ # Targeting 0.4.0: Ideas and Plans +**This file is old as of 06/14/2024.** Have the following layout of dirs and files. It is a combined gradle/ssg project. - bin: a folder for shell scripts