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

When the application has been just started and the application server created, the first application access must detect the adsence of the application (there's no application settings yet), redirecting the...

enhancement
MVP

Some installer fields must be grouped for easy filling. Application specific fields must be on it's own group while administrator specific fields must be grouped like that. Also, these groups...

enhancement
MVP

The roles _Anonymous_ and _Authenticated_ are both programmatic roles, used to identify the current user state. They also serves as holders for state-related permissions, since permissions are attached to roles...

bug
priority
MVP

Add pagination support for both backend and front-end.

enhancement
priority
MVP

Add image field and image variations (thumbnails, scale, crop, etc) feature. The image element should allow previewing the image on resource adding forms.

enhancement
MVP

Make query argument optional on `app.list()` and `type.list()`.

enhancement
DX
MVP

Allow display mode region to declare the formatter they allow, so we can validate.

enhancement
MVP

Add table list style. This will be a little bit tricker, since we may need to pass the header and fields from the list page/panel. Eventually we may to enable...

enhancement
MVP

This will enable adding operation buttons via navigation to items on lists among other things.

enhancement
priority
MVP

As a follow up of #130, we can move controllers to the appropriate extensions that make use of them.

enhancement
MVP