Skip to content

Entity Construction Kit 1.0-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jensschuppe jensschuppe released this 08 Feb 10:40
· 104 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-beta3

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.

New Contributors