-
Notifications
You must be signed in to change notification settings - Fork 288
Road Map
publickeating edited this page Nov 21, 2012
·
4 revisions
The following is the current road map for SproutCore. Each item on the road map will have an accompanying "work spec" that describes the item and allows discussion about the item.
- Design modes support various display size designs within a single app. [Work Spec]
- Layout engines allow the automatic layout and easy adjustment of child views. [Work Spec]
- Transition plugins for animating SC.ContainerView. [[Work Spec] (https://github.com/sproutcore/sproutcore/issues/868)]
- JavaScript fallback for SC.View:animate() calls. [Work Spec]
- Also:
- remove SC.TemplateView as default requirement of apps.
- node build tools
- npm install sproutcore
- framework refactor
- on-demand loading?
- Also:
- remove render delegates
- Retina theme.
- SC.HorizontalListView is a horizontal version of SC.ListView.
- SC.FileView is a file upload view.
[This whole section should get its own work spec.]
- SC.NavigationController
- SC.NavigationView
- SC.NavigationToolbar
- SC.ViewController
- ORM library for working with offline storage: WebSQL & IndexedDB, abstracted into one class IF feasible without too many tradeoffs.
- SC.Validator rewrite
- SC.FormView rewrite
- Guides
- Website cleanup
- Greenhouse
[[General commentary] (https://github.com/sproutcore/sproutcore/issues/856)]