TODO and a bit of clean up.

This commit is contained in:
JesseBrault0709 2024-06-14 12:48:58 +02:00
parent 779cd26753
commit dfc9324a23
2 changed files with 8 additions and 0 deletions

View File

@ -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:
```

View File

@ -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