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 a "machinename" field and element types for using in name fields and automatically generate machine names for items when adding them. There should be an option for choosing the...

enhancement
priority
MVP

When you navigate out of your application, e.g. clicking on an external link, when you click the browser back button it will return the JSON response for the page instead...

bug
in progress

Verify all type definitions, checking for properties, fields and access settings and add missing stuff.

enhancement
MVP

Right now the display name is tied to display mode name, we need to change that, by adding a `displayMode` property to display instances.

enhancement
ready

Get Choko version from package.json and use it when there's a hardcoded version number. Add this to page state to be consumed by the frontend too.

enhancement
MVP

Currently we replace the entire `content` region which generates a little glitch when switching page content between pages states. There's a `@todo` about it in controllers.js.

enhancement
MVP

Currently our content negotiation is hardcoded for returning the index.html to make the html5mode work in angular, we should improve it and allow extensions to override/extend it in some way.

enhancement
MVP

Allow "list" reference type that would create an aditional endpoint e.g. rest/myType/some-item/myReferenceFieldName, so for e.g. if we have blog posts on path rest/blog/some-blog-post, we could have a list reference field...

enhancement
priority
ready