Skip to content

1.0 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@mathieumg mathieumg released this 31 Oct 19:06
· 112 commits to master since this release

This release brings:

  • Modularization of the ecosystem where each "role" can be defined by an independent module (see https://github.com/my-koop for a list). The system currently allows a module to expose the following to the core system and thus to the other loaded modules too:
    • New pages
    • New UI components
    • New UI styles
    • New localization strings
    • New frontend routes
    • New backend routes and request handlers (a.k.a controllers)
  • A foundation for a user management module (https://github.com/my-koop/module.user) and an inventory management module (https://github.com/my-koop/module.inventory).

For developers: