Commit a1ceab2
docs: align v0.2 docs with element-owned filter architecture (PR #20)
Rewrites the developer documentation for the v0.2 filter subsystem rework:
- Delete pages for removed subsystems: DCA callbacks (callbacks.mdx),
filter invokers (spec/invoker.md), and the six removed filter-element
contracts (form-data, form-type-options, hydrate-form, intrinsic-value,
runtime-value, palette).
- New pages: dev/filter-types (custom filter types guide), dev/dca-builder
(backend DCA building via DcaContract/DcaBuilder/ElementDcaEvent),
dev/contracts/dca-contract, spec/filtering (filter pipeline architecture),
reference/filter-types (built-in type catalog), migrating-from-v0.1,
removed-in-v0.2, and an unlisted preflight-v0.2 release checklist.
- Rewrite dev/filter-elements around the buildForm/buildFilter/buildDca/
configureOptions lifecycle, dev/events for the new event set and named
aliases (.building/.built/.form_built/.dca), spec/specifications around
the immutable Filter value object and the keyed addFilter() API, and
dev/contracts/index for the new contract layout.
- Update attribute docs (#[AsFilterElement] without palette/formType/method,
#[AsListType] without palette), engine-mods examples to
SimpleEquationFilterElement::define() + addFilter(), Twig docs for the
new flare_make_filter() helper, and reference tables for the new
Filter\Element namespace and per-element form controls.
- flare_enclosure_files is documented as removed (code removal tracked on
the preflight page).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 5f9cc28 commit a1ceab2
30 files changed
Lines changed: 1126 additions & 790 deletions
File tree
- docs
- dev
- contracts
- filter-elements
- list-types
- reference
- spec
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
This file was deleted.
This file was deleted.
0 commit comments