choko
choko copied to clipboard
Choko Framework
For fields that references types with large datasets (e.g. post author), we need an element to accommodate that. We can have a typeahead/autocomplete field, that you search for a item...
Currently we only support inline referencing for types with `standalone` set to false. We need to enable inline references for types that have their own collection, and allow referenced items...
Add end-to-end tests for the following features: - [ ] User account creation - [ ] User login - [ ] Edit account settings (email) - [ ] Edit password...
We need to assess our REST API and implement some best practices. http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
Like said, we should consider adding [Restangular](https://github.com/mgonto/restangular) to our stack to improve REST requests, add cache, etc.
Right now our front-end rendering performance is far from ideal. Here are some simple things (some not so simple) we can do to improve it: 1. Currently we render the...
TingoDB has a MongDB compatible API and can be used as a pure JavaScript alternative to it: http://www.tingodb.com/
We need to add a script or command to choko script for installing all npm and bower dependecies for an application. This could make use of [Grunt](http://gruntjs.com/). Depends on #135.
We could allow to define named queries in type, e.g. for the content type we could have `latest-content` query. We could also allow to define default query that'll be used...