From 2b1db30e12792df182c4e023886212ef33ca47b4 Mon Sep 17 00:00:00 2001 From: Stuart MacKay Date: Sun, 22 Oct 2023 20:08:12 +0100 Subject: [PATCH] Add intro comments and queue of ideas to TODO list --- TODO.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/TODO.md b/TODO.md index b6dbda7..75f5ec7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,2 +1,20 @@ # TODO +This is a list of things to do. First is a list of tasks in the order they +will be implemented. Following that is a scratchpad of ideas and things that +might be useful. These will either get fleshed out and turned into tasks or +discarded. + +## Tasks + +Here is what is planned, roughly in the order it will be implemented: + +## Ideas + +This area is permanent work in progress. It's a collection of ideas, not all of +them sensible, and things that might be useful some day or never. + +### Add a makefile target to rename the app + +The name of the app, app_projects, appears all over the place. Add a Makefile +target that uses sed to rename app_project to the app that will be developed.