You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are aiming to get this module to a stable 1.x.x release state. This issue covers the acceptance criteria for that.
This module is valuable as it provides expanded options for Elemental inline editor, specifically a much needed GridField replacement. Note that this does not provide all capabilities that GridField used to have but it does cover quite a significant chunk of it.
What we're currently looking it as item management of models nested under content blocks but in the future the capability of this module can be enhanced further.
Notable features:
has_many relation support for item management (created, read, update, delete)
sorting
Ideally, we can put together a roadmap for this module with the aim to have a stable release by September 1st 2024.
[done] before starting implementation check if we should rebuild this on top of LinkField v4 as the current implementation is built on top of LinkField v3
the decision was made to keep the current implementation based on LinkField v3 as we want to get stable release out without overcommitting on the effort - once this module becomes officially supported we can create a new major version based on LinkField v4
The text was updated successfully, but these errors were encountered:
Release 1.x.x acceptance criteria
We are aiming to get this module to a stable
1.x.x
release state. This issue covers the acceptance criteria for that.This module is valuable as it provides expanded options for Elemental inline editor, specifically a much needed GridField replacement. Note that this does not provide all capabilities that GridField used to have but it does cover quite a significant chunk of it.
What we're currently looking it as item management of models nested under content blocks but in the future the capability of this module can be enhanced further.
Notable features:
has_many
relation support for item management (created, read, update, delete)Ideally, we can put together a roadmap for this module with the aim to have a stable release by September 1st 2024.
Must have AC
These requirements are mandatory.
Nice to have AC
These requirements are optional for the initial release but should be delivered in future minor versions.
Notes
LinkField v4
as the current implementation is built on top ofLinkField v3
LinkField v3
as we want to get stable release out without overcommitting on the effort - once this module becomes officially supported we can create a new major version based onLinkField v4
The text was updated successfully, but these errors were encountered: