-
Notifications
You must be signed in to change notification settings - Fork 11
Roadmap
- fix admin bug and missing functionalities
## select box in add is not displaying sub items
## columns not shown conditionally in all editor partials
## add to edit tags the parameters that defined in the model.- create view tags to show columns correctly (_id column it is a text or a number but it should be converted toHexString if it has .id element )
- take the website folder out from the framework folder and re build the structure.
- implement autoloading of controllers,templates and using the right tool to render by convention of filename like filename.js.haml or like filename.js.template2 or filename.js.controllerjs
- clean Roadmap documents
# develop website functionalities
## register
## login
## user privet area
# make send sms soap client -
-## make an experimentation app from my multipart-js example
## make http client example
## maybe add soap wsdl example.
## make a db connection example to experimentation app
- http://stackoverflow.com/questions/3428246/executing-mongodb-query-in-node-js-
http://ukijs.org/
h2. make sopa client
# make model functions work – insert delete list update…
# make model.list return a pointer to a cursor
# thinkout how to add support to custom editor to fileds – how to define it in a model …
-h2. todo – for framework
- add try catch in the serve request and display an error message on error.-
# Achieve basic functionality (Craete, Read , Update, Delete and Read a list)
# Find a way how to route requests
//# make compiled router with composing a function then doing eval , a function with if else or switch case but maybe not. .. il do it very last because like now it works fine.
# Make Templates Work good
//# make model templates follow the use parameter of the action name in the model.
- and rewrite the models to generalize functionality names to do every thing you just specify the functionality name and what it can do – edit/view/add , then you specify witch are visible in the form. so oyu can create several views, predefined views will be edit,add,delete,view,list… the others will be by your needs for site pages, (can be cloned from the originals and settings changed. )
decided that it is easy to clone a whole model.
# add to pages data loading and saving of using Step library.
- Add additional functionality like search
- Extend the model to be multi db and multi collection etc..
- don’t call callback of aplication_is_loaded until all of the application is loaded – the pages a re loading by themselvs in background. maybe to wait with the cal back of loaded until the application is fully responsive
#make everything autoreloadable
- json access to models
- languages file and a structure to support it
# different front ends – iphone… – website…
- eliminate the unknown factor
- stay on to the initial promise – fast and scalable websites – with quickly generated/displayd admin, with little or no repeat yourself
- fast to development.
- good integration to other systems
- enable parallel development
- develop javascript serverside + client side components, see http://en.wikipedia.org/wiki/System-on-a-chip System-on-a-Chip Design Flow image
- see outsy stems.co m
- build faster: http://www.slideshare.net/startuplessonslearned/2010-10-28-the-lean-startup-at-ucsd
- feel free to edit this document and advice on tasks