Skip to content

Entity Construction Kit 1.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jensschuppe jensschuppe released this 01 Mar 12:11
· 68 commits to master since this release

The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.

Read more about entities and how to use this extension in the documentation.

Changes since 1.0-beta4

  • Catch DBQueryException in entity type test and manually fix SQL for consistent collations by @colemanw in #115
  • Add ROW_FORMAT=DYNAMIC to match auto_install.sql by @colemanw in #116
  • Update getEntityIcon for compatibility by @colemanw in #117

Full Changelog: 1.0-beta4...1.0-beta5

Known Issues

  • The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions

Acknowledgements

Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.

Plans

For a first stable version we'd like to further improve code quality and automated testing on GitHub.