-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add intro comments and queue of ideas to TODO list
- Loading branch information
1 parent
01a80c6
commit db1b261
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |