v0.6.0
Pre-release
Pre-release
- Now, we can import Operations directly from the backoffice! The internal system has been refactored to be customizable, and a simple Form has been create for that purpose in the new
Import operation
admin panel. 🗃 - A test setup has been added with PHPUnit, there are a few tests already for static pages, and the test setup is added to the Github Actions CI. More tests to come! Maybe you want to contribute? 👁
- The test setup is advanced enough to have its own database (not 100% compatible with Symfony CLI so it was customized a bit), so you can be free of having different envs for your project and different databases, all separated with joy. 😸
- Added a
draggable.ts
file to customize the drag&drop integration in the Operations Import page, it's our first Typescript file and it's so cool to write vanilla-purpose code with Typescript. ❤️