Skip to content

Commit

Permalink
Add intro comments and queue of ideas to TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Oct 22, 2023
1 parent 01a80c6 commit db1b261
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit db1b261

Please sign in to comment.