Entity Construction Kit 1.0-beta9
Pre-release
Pre-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-beta8
- Do not return fields for uninitialized object in #125 by @colemanw, @dontub
- Add DAO fields to API metadata when the entity type name is known in #127 by @jensschuppe, @colemanw
- Do not add implicit filters for "created_date" and "modified_date" fields in
get
API in #128 by @jensschuppe
Full Changelog: 1.0-beta8...1.0-beta9
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.