Blog

Website update and status

posted by chriskapp on

We like to announce some changes on the website. The demo page contains now a list of demo apps which demonstrate how to use a Fusio API. We are planing to extend theses demo apps with implementations in different languages. Fell free to contact us if you want to add a sample app in your favorite language.

We have created a google group as place to share ideas and ask questions about Fusio. With this we have also added a documentation section which lists all available documentation resource about Fusio.

We have currently all features implemented which we want to have in the first stable release. The following list contains the topics which we want to cover before making the first stable release:

  • Improve documentation

    We want to extend and improve the documentation so that it becomes easier for new users to start with Fusio.

  • Add adapter section to the website

    We have added the adapters system in the 0.1.7 release and we want to make it easy to create and share an adapter. In abstract an adapter is a composer package which extends the functionality of Fusio. So we want to add a adapter section to the website which scans all repositories on packagist with an "fusio-adapter" tag and list them on that page. Also we want to extend the documentation howto build an adapter.

  • Simplify the installation process without composer

    At the moment it is only possible to install Fusio through composer. We want to come up with a solution to install Fusio also on a system where you dont have access to the CLI.

  • Testing and increasing code coverage

    We want continue to test Fusio and increase the code coverage of the GUI and unit tests.