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

Add link property to displays to make each item fully clickable.

http://getbootstrap.com/components/#alerts

question
low-hanging fruit

The questions that pop up whenever I work on field extension is that if we should allow every field type to be multiple. For now we allow e.g. text fields...

question
DX

Instead of failing silently we need to show a message to the user when: a. the app is down b. user connection is down

enhancement
low-hanging fruit

We need a mechanism to log and/or throw errors/warnings when something required is not set. E.g.: - Missing `keyProperty` or a `name` field, or field in `keyProperty`doesn't exist - Field...

enhancement
low-hanging fruit

we can add an `accept` property to file field and use this on file element for setting the allowed file types allowed.

enhancement
low-hanging fruit

Add settings page for configuring things such as application name, email and eventually timezone, etc. Most settings should alter a context to do their stuff.

enhancement

HTML5 has some front-end validation features but this still sucks. We can improve it with some Bootstrap and AngularJS best practices.

enhancement

Some parameter like: ``` choko --watch ./apps ```

enhancement