Skip to content
DMXRoid edited this page Jan 22, 2011 · 10 revisions

General

  • Clean up source
  • PHPDoc everything
  • Regular docs for the project

Specific

  • Should probably re-arrange the directory structure. Not sure to what yet, but it seems for maximum elegance that generated and system files shouldn’t be mixed in with user-edited files, and for sure the code generation stuff shouldn’t be just sitting around on its own.
  • code_gen.php is sloppy about creating files
  • PostgreSQL database object
  • Theme supoort. Shouldn’t be hard to do with components. Allow configurable directory location for theme files and such. Also put CSS and javascript loading into the theme. AbstractTheme/GenericTheme.

Way Future Stuff

  • Generate object diagrams
  • SQL schema diff generator, automatically run at code-gen time.
Clone this wiki locally