choko icon indicating copy to clipboard operation
choko copied to clipboard

Choko Framework

Results 100 choko issues
Sort by recently updated
recently updated
newest added

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...

enhancement
priority
MVP

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...

enhancement
MVP

Add end-to-end tests for the following features: - [ ] User account creation - [ ] User login - [ ] Edit account settings (email) - [ ] Edit password...

ready

We need to assess our REST API and implement some best practices. http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api

enhancement
ready

Like said, we should consider adding [Restangular](https://github.com/mgonto/restangular) to our stack to improve REST requests, add cache, etc.

enhancement
ready

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...

enhancement
priority
MVP

TingoDB has a MongDB compatible API and can be used as a pure JavaScript alternative to it: http://www.tingodb.com/

enhancement

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.

enhancement

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...

question

Allow creating and editing contexts via UI.

enhancement