choko
choko copied to clipboard
Choko Framework
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...
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...
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...
Add image field and image variations (thumbnails, scale, crop, etc) feature. The image element should allow previewing the image on resource adding forms.
Make query argument optional on `app.list()` and `type.list()`.
Allow display mode region to declare the formatter they allow, so we can validate.
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...
This will enable adding operation buttons via navigation to items on lists among other things.
As a follow up of #130, we can move controllers to the appropriate extensions that make use of them.