Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Roadmap

jbueza edited this page Feb 21, 2011 · 14 revisions

Let's try to focus on some of the features that need to land before we're ready to start rolling this out on to different projects.

v0.1.6

  • Explore documentation being generated off of Sphinx instead of Showdown (markdown)
  • Continue to write BDD specs
  • Create public web site
  • Write a lightweight micro templater for the Service class (so people can do restful uri's)
    • example: new Service('GetUser', '/api/user/{userId}'); should be: /api/user/123

v0.1.5

  • Land CommonJS AMD compliancy for asynchronous, non-blocking requests and logical execution order so we don't get any race conditions
  • Create examples of Pub/Sub through plugin injection
  • Write full suite of basic BDD specs (/test folder)

v0.1.4 - Current Release

  • jCarousel example
  • Several more controllers such as Registration Controller and Profile Controller
  • Configurable applications
  • Configurable controllers by using mycontroller.param(key, value) to set, or mycontroller.param(key) to get
  • Controller and Application specs

Clone this wiki locally