RC 1
Pre-releaseWork from other branches has been merged into master. This introduces many breaking changes, especially in the DB structure.
The production branches of this application were, until now, stored in separate repositories.
The goal is to avoid forking the repository when customizing the application for a specific institution. Instead, we'll try to keep one codebase and allow specific overrides (features enable/disable, services binding, custom views...) through the .env file
This will allow to keep a production-ready application into the master branch of this repository at all times.
Current known users of this software (paying saas users) will be provided with a full migration to the new version.
If you're using this software and hosting it on your own, and wish to migrate to the latest version, please get in touch and the migration notes will be shared with you.
Some more minor features need to be merged from other branches, and some parts of the codebase still need to be hardened, tested and refactored before a "production" release can be out soon.