choko
choko copied to clipboard
Choko Framework
Add link property to displays to make each item fully clickable.
http://getbootstrap.com/components/#alerts
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...
Instead of failing silently we need to show a message to the user when: a. the app is down b. user connection is down
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...
we can add an `accept` property to file field and use this on file element for setting the allowed file types allowed.
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.
HTML5 has some front-end validation features but this still sucks. We can improve it with some Bootstrap and AngularJS best practices.
Some parameter like: ``` choko --watch ./apps ```