/todo/roadmap.todo

http://zoop.googlecode.com/ · Unknown · 106 lines · 106 code · 0 blank · 0 comment · 0 complexity · c1a9ee3047ff44bcc18eed1e9515d96b MD5 · raw file

  1. - to zinc 0.1
  2. - get all the examples working out of the box
  3. - figure out how to get the permissions correct when they do the checkout from svn
  4. - see site.todo
  5. - make it easy to get the apps working
  6. - create build scripts
  7. - maybe make it so they can all work with sqlite
  8. - get the following modules ready
  9. - forms
  10. / data mapping/binding
  11. - validation
  12. / cli
  13. / switch handling
  14. - permissions
  15. / build
  16. - storage
  17. / gui
  18. / allow multiple engines
  19. / include smarty 3
  20. - graphic
  21. - basic div rendering
  22. - log
  23. - error logging
  24. - event logging
  25. - performance logging
  26. - migrations
  27. - scaffolding
  28. - create zone
  29. - create page
  30. - create migration
  31. - zone
  32. - create a simple zone class that doesn't allow nesting
  33. - applications and application modules
  34. - make it so you can combine apps under the same path
  35. - include the following apps and make them functional
  36. - issues
  37. - todo
  38. - content (wiki)
  39. - create examples for
  40. - multiple inheritance with Object
  41. - graphic
  42. - ...
  43. - change the name to zinc
  44. - straighten out the licencing
  45. - do some basic marketing
  46. - old stuff
  47. - procedure
  48. - make sure all the examples work
  49. - update the api docs
  50. - export the code
  51. - tar.gz it up
  52. - upload it to google code
  53. - info
  54. - all info here is tentative and subject to change at any moment
  55. - releases
  56. + 1.51.00
  57. + major overhaul of configuration system
  58. + complete rewrite of DbObject
  59. + mysql support
  60. + tons more examples
  61. + mixins
  62. + getters/setters
  63. - 1.52.00
  64. + get rid of ext
  65. + get rid of yui
  66. + get rid of dojo
  67. + improved basic stationary
  68. - forms
  69. - finish the session code
  70. - request app
  71. + improved basic stationary
  72. - js/ajax/jquery examples
  73. - examples of how to use other js libs
  74. - including them in the public folder
  75. - hosting them externally
  76. - including them of other hosts (google, yahoo, amazon, etc)
  77. - ability to log errors, controlled by config
  78. - ability to turn display of errors on or off in config
  79. - make the error reporting good
  80. - html
  81. - cli
  82. - translate functions
  83. - basic api
  84. - smary prefilter plugin
  85. - beyond
  86. - cli
  87. - sql DSL
  88. - migrations
  89. - storage
  90. - permissions system
  91. - application stubs
  92. - krumo replacement
  93. - actually krumo might be fixable in php5 because you can do a === operator on two objects to determine if they
  94. represent the same instance
  95. - log
  96. - GuiControls
  97. - xml graphics
  98. - examples of DbObject relationship functions
  99. - smarty replacement
  100. - auth
  101. - scaffolding
  102. - charts
  103. - rename mixins to delgates
  104. - log
  105. - xml graphics
  106. - rename mixins to delgates?