Sergey Romanenko
Sergey Romanenko
We should able to set specific option that will be define logic for files lookup for `getCacheID` method. This update will improve Flextype performance on production environment! Affected APIs: -...
Add ability to override plugins default translates. Epic: #546
We should have welcome page for route not found handler. To avoid misunderstanding after Flextype Installation. ``` /** * Override the default Not Found Handler with Flextype Welcome page */...
We should have tests for Flextype Core Functionality to go further.
We should have solid branding look and feel for Flextype. Idea to combine film noir, neo noir, tech noir, cyberpunk styles and colors. Affects: colors, logo, press kit any suggestions...
We should have ability to manage multi projects. for e.g. instead of: /project/ we should have: /projects/project1/ /projects/project2/ /projects/project3/ This update will affect all project API's.
We should have Config API to manage project settings. **ENDPOINTS** ``` # List the config GET /config # Retrieve a config GET /config # Create a config POST /config #...
We should have GraphQL implementation in Flextype Core. Possible build it on top of this lib: https://github.com/webonyx/graphql-php by @webonyx