This repository was archived by the owner on Jun 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- 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
- example:
- 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)
- 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